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