From cfdad534f0ab2fbe8c2d9dfd393bf36d5b15d014 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Fri, 17 Jan 2025 12:20:58 +0000 Subject: [PATCH] chore(deploy): update comics image reference --- deploy/kustomization.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/kustomization.yaml b/deploy/kustomization.yaml index 84796fd..ef57662 100644 --- a/deploy/kustomization.yaml +++ b/deploy/kustomization.yaml @@ -4,15 +4,15 @@ kind: Kustomization namespace: functions images: - - name: comics - newName: code.icb4dc0.de/infrastructure/functions/comics - newTag: latest +- name: comics + newName: code.icb4dc0.de/infrastructure/functions/comics + newTag: 4d3403c7063522c7845efac52745968024f50fbb resources: - - resources/namespace.yaml - - resources/executor.yaml - - resources/routes.yaml - - apps/comics.yaml +- resources/namespace.yaml +- resources/executor.yaml +- resources/routes.yaml +- apps/comics.yaml configurations: - - kustomizeconfig/spinapp.yaml +- kustomizeconfig/spinapp.yaml