From 20495f00731f3a370548c0eae37747a2f446e692 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Fri, 27 Dec 2024 20:23:56 +0100 Subject: [PATCH] Specify lemma image tag --- apps/prod/lemma/kustomization.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/prod/lemma/kustomization.yaml b/apps/prod/lemma/kustomization.yaml index 983ff92..220a867 100644 --- a/apps/prod/lemma/kustomization.yaml +++ b/apps/prod/lemma/kustomization.yaml @@ -6,4 +6,8 @@ namespace: lemma resources: - ../../base/lemma - secret.enc.yaml - - ingress.yaml \ No newline at end of file + - ingress.yaml + +images: + - name: ghcr.io/lordmathis/lemma + newTag: v0.4.1 \ No newline at end of file