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