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: spec:
replicas: 1 replicas: 1
strategy: strategy:
type: RollingUpdate type: Recreate
template: template:
spec: spec:

View file

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

View file

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

View file

@ -1,11 +1,6 @@
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: image - image: registry.gitlab.com/comentario/comentario:v3.13.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: comentario name: comentario
ports: ports:

View file

@ -1,11 +1,6 @@
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,8 +22,7 @@ spec:
- "true" - "true"
containers: containers:
- name: umami - name: umami
image: image image: ghcr.io/umami-software/umami:postgresql-v2.17.0
imagePullPolicy: IfNotPresent
envFrom: envFrom:
- configMapRef: - configMapRef:
name: umami-config name: umami-config