Files
deploy/astrololo/kustomization.yaml
argocd-image-updater ef837146af build: automatic update of astrololo
updates image gitea/astrololo-presentation tag 'baf4e0e3' to 'a8339659'
2026-08-07 13:55:15 +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: baf4e0e3
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: baf4e0e3
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: aec3f843
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: a8339659