Files
deploy/astrololo/kustomization.yaml
T
argocd-image-updater 48936ad289 build: automatic update of astrololo
updates image gitea/astrololo-logic tag '4d1daab3' to '21a00b00'
2026-08-06 11:43:28 +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: aec3f843
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: 21a00b00
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: aec3f843
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: 4d1daab3