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 - 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
- apps
- [authelia](https://www.authelia.com/): SSO and basic auth provider - [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/) - [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

View File

@ -14,14 +14,14 @@ generators:
helmCharts: helmCharts:
- name: gitea - name: gitea
releaseName: gitea releaseName: gitea
version: 9.6.1 version: 10.0.1
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.102.0 version: 37.105.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