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
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: image
|
||||||
|
newName: registry.gitlab.com/comentario/comentario
|
||||||
|
newTag: v3.14.0
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
apiVersion: builtin
|
apiVersion: builtin
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
values:
|
values:
|
||||||
- "true"
|
- "true"
|
||||||
containers:
|
containers:
|
||||||
- image: registry.gitlab.com/comentario/comentario:v3.13.1
|
- image: image
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: comentario
|
name: comentario
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: image
|
||||||
|
newName: ghcr.io/umami-software/umami
|
||||||
|
newTag: postgresql-v2.18.1
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
- |-
|
- |-
|
||||||
apiVersion: builtin
|
apiVersion: builtin
|
||||||
|
|
|
@ -22,7 +22,8 @@ spec:
|
||||||
- "true"
|
- "true"
|
||||||
containers:
|
containers:
|
||||||
- name: umami
|
- name: umami
|
||||||
image: ghcr.io/umami-software/umami:postgresql-v2.17.0
|
image: image
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: umami-config
|
name: umami-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue