From 1d046a120d78078141737739a7af8d70243e22f2 Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Thu, 28 Sep 2023 08:17:46 +0000 Subject: [PATCH] docker.io/aimvector/example-app-2:0.0.2 --- .../infra-repo/apps/example-app-2/deploy/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/fluxcd/repositories/infra-repo/apps/example-app-2/deploy/deployment.yaml b/kubernetes/fluxcd/repositories/infra-repo/apps/example-app-2/deploy/deployment.yaml index ffcece5..7ca2722 100644 --- a/kubernetes/fluxcd/repositories/infra-repo/apps/example-app-2/deploy/deployment.yaml +++ b/kubernetes/fluxcd/repositories/infra-repo/apps/example-app-2/deploy/deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: example-app-2 - image: docker.io/aimvector/example-app-2:0.0.1 # {"$imagepolicy": "default:example-app-2"} + image: docker.io/aimvector/example-app-2:0.0.2 # {"$imagepolicy": "default:example-app-2"} ports: - containerPort: 5000 volumeMounts: