Files
deploy/astrololo/kustomization.yaml
T
argocd-image-updater a60dd816e8 build: automatic update of astrololo
updates image gitea/astrololo-render tag 'latest' to 'f5dec15e'
2026-07-28 19:48:08 +00:00

20 lines
648 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- data.yaml
- logic.yaml
- presentation.yaml
- render.yaml # składanie raportu PDF (PRE-24), osobny obraz z TeX Live
- tls.yaml # certyfikat z własnego CA (wymaga cert-managera)
- ingress.yaml # wejście po https + przekierowanie z http
images:
- name: gitea.czernobog.pl/gitea/astrololo-data
newTag: 998c83b2
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: 998c83b2
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: f5dec15e
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: 495f3734