Compare commits

..

No commits in common. "ed9bb1ff74efcc0284d091714e843fa2c7c74103" and "09f127900afbb292d0fcc65c01397b3cf880a27e" have entirely different histories.

7 changed files with 5 additions and 16 deletions

View file

@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
strategy:
type: RollingUpdate
type: Recreate
template:
spec:

View file

@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
strategy:
type: RollingUpdate
type: Recreate
template:
spec:

View file

@ -6,6 +6,6 @@ metadata:
spec:
replicas: 1
strategy:
type: RollingUpdate
type: Recreate
template:
spec:

View file

@ -1,11 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: image
newName: registry.gitlab.com/comentario/comentario
newTag: v3.14.0
transformers:
- |-
apiVersion: builtin

View file

@ -21,7 +21,7 @@ spec:
values:
- "true"
containers:
- image: image
- image: registry.gitlab.com/comentario/comentario:v3.13.1
imagePullPolicy: IfNotPresent
name: comentario
ports:

View file

@ -1,11 +1,6 @@
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

View file

@ -22,8 +22,7 @@ spec:
- "true"
containers:
- name: umami
image: image
imagePullPolicy: IfNotPresent
image: ghcr.io/umami-software/umami:postgresql-v2.17.0
envFrom:
- configMapRef:
name: umami-config