From ed9bb1ff74efcc0284d091714e843fa2c7c74103 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Mon, 14 Jul 2025 20:39:20 -0400 Subject: [PATCH] New app versions --- namespaces/apps/comentario/kustomization.yaml | 5 +++++ namespaces/apps/comentario/patches/deployment.yaml | 2 +- namespaces/monitoring/umami/kustomization.yaml | 5 +++++ namespaces/monitoring/umami/patches/deployment.yaml | 3 ++- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/namespaces/apps/comentario/kustomization.yaml b/namespaces/apps/comentario/kustomization.yaml index 3338c49..191af37 100644 --- a/namespaces/apps/comentario/kustomization.yaml +++ b/namespaces/apps/comentario/kustomization.yaml @@ -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 diff --git a/namespaces/apps/comentario/patches/deployment.yaml b/namespaces/apps/comentario/patches/deployment.yaml index 1959e7c..29fbc9f 100644 --- a/namespaces/apps/comentario/patches/deployment.yaml +++ b/namespaces/apps/comentario/patches/deployment.yaml @@ -21,7 +21,7 @@ spec: values: - "true" containers: - - image: registry.gitlab.com/comentario/comentario:v3.13.1 + - image: image imagePullPolicy: IfNotPresent name: comentario ports: diff --git a/namespaces/monitoring/umami/kustomization.yaml b/namespaces/monitoring/umami/kustomization.yaml index 31dad60..42b62e0 100644 --- a/namespaces/monitoring/umami/kustomization.yaml +++ b/namespaces/monitoring/umami/kustomization.yaml @@ -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 diff --git a/namespaces/monitoring/umami/patches/deployment.yaml b/namespaces/monitoring/umami/patches/deployment.yaml index fc616d4..4640eee 100644 --- a/namespaces/monitoring/umami/patches/deployment.yaml +++ b/namespaces/monitoring/umami/patches/deployment.yaml @@ -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