apps/vikunja/kustomization.yaml
Peter b30274e53b
Some checks failed
Renovate / renovate (push) Has been cancelled
chore(deps): update docker.io/vikunja/frontend docker tag to v0.22.1
2024-02-14 20:58:59 +00:00

38 lines
No EOL
842 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: vikunja
images:
- name: vikunja-api
newName: docker.io/vikunja/api
newTag: "0.22.0"
- name: vikunja-ui
newName: docker.io/vikunja/frontend
newTag: "0.22.1"
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/instance: icb4dc0de
app.kubernetes.io/managed-by: kustomize
resources:
- resources/namespace.yaml
- resources/api/pvc.yaml
- resources/api/deployment.yaml
- resources/api/service.yaml
- resources/ui/deployment.yaml
- resources/ui/service.yaml
- resources/ingress.yaml
generators:
- ./secret-generator.yaml
helmCharts:
- name: keydb
repo: https://enapter.github.io/charts/
releaseName: vikunja-session-cache
namespace: nocodb
version: "0.48.0"
valuesFile: config/values.keydb.yaml