Compare commits

..

2 commits

Author SHA1 Message Date
ed9bb1ff74
New app versions 2025-07-14 20:39:20 -04:00
65d69a84e0
Switch to Rolling rather than Recreate 2025-07-14 20:39:09 -04:00
7 changed files with 16 additions and 5 deletions

View file

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

View file

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

View file

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

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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