Compare commits
5 Commits
7b23e340d9
...
049d4f633c
Author | SHA1 | Date |
---|---|---|
Renovate Bot | 049d4f633c | |
Mathis | 3d930b271f | |
Mathis | 8a3b54b541 | |
Mathis | 1d72eeea00 | |
Renovate Bot | 7b14084858 |
|
@ -7,9 +7,11 @@ Helm configs and Kubernetes manifests for my dev cluster managed by Kustomize.
|
|||
- infra
|
||||
- [storage](https://github.com/rancher/local-path-provisioner): Local path provisioner configuration
|
||||
- [traefik](https://doc.traefik.io/traefik/): Reverse proxy with wildcart SSL certificates
|
||||
- apps
|
||||
- [authelia](https://www.authelia.com/): SSO and basic auth provider
|
||||
|
||||
- apps
|
||||
- [gitea](https://docs.gitea.com/): Git server with [Actions](https://docs.gitea.com/usage/actions/overview) and [renovate-bot](https://docs.renovatebot.com/)
|
||||
- [mlflow](https://mlflow.org/): Machine learning model tracking and store
|
||||
- [namesny-com](https://namesny.com/): Personal website and blog
|
||||
|
||||
|
||||
|
|
|
@ -14,14 +14,14 @@ generators:
|
|||
helmCharts:
|
||||
- name: gitea
|
||||
releaseName: gitea
|
||||
version: 10.0.0
|
||||
version: 10.0.1
|
||||
repo: https://dl.gitea.io/charts/
|
||||
namespace: gitea
|
||||
valuesMerge: merge
|
||||
valuesFile: gitea-values.yaml
|
||||
- name: renovate
|
||||
releaseName: renovate
|
||||
version: 37.102.0
|
||||
version: 37.105.0
|
||||
repo: https://docs.renovatebot.com/helm-charts
|
||||
namespace: gitea
|
||||
valuesFile: renovate-bot-values.yaml
|
||||
|
|
Loading…
Reference in New Issue