6524258e1c
updates image gitea/astrololo-render tag '998c83b2' to 'latest'
20 lines
646 B
YAML
20 lines
646 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: f5dec15e
|
|
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
|
newTag: 9b1e4dbb
|
|
- name: gitea.czernobog.pl/gitea/astrololo-render
|
|
newTag: latest
|
|
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
|
newTag: 9b1e4dbb
|