New app versions
This commit is contained in:
parent
65d69a84e0
commit
ed9bb1ff74
4 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: registry.gitlab.com/comentario/comentario
|
||||
newTag: v3.14.0
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
values:
|
||||
- "true"
|
||||
containers:
|
||||
- image: registry.gitlab.com/comentario/comentario:v3.13.1
|
||||
- image: image
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: comentario
|
||||
ports:
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: ghcr.io/umami-software/umami
|
||||
newTag: postgresql-v2.18.1
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -22,7 +22,8 @@ spec:
|
|||
- "true"
|
||||
containers:
|
||||
- name: umami
|
||||
image: ghcr.io/umami-software/umami:postgresql-v2.17.0
|
||||
image: image
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: umami-config
|
||||
|
|
Loading…
Add table
Reference in a new issue