Compare commits

..

5 Commits

2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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