From a26416dfeb207f1b23d506bb27408b22ee1034c9 Mon Sep 17 00:00:00 2001 From: icurfer Date: Mon, 2 Jun 2025 08:42:58 +0000 Subject: [PATCH] update --- overlays/dev/image-patch.yaml | 2 +- overlays/dev/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/dev/image-patch.yaml b/overlays/dev/image-patch.yaml index ba726dd..b31d22f 100644 --- a/overlays/dev/image-patch.yaml +++ b/overlays/dev/image-patch.yaml @@ -7,4 +7,4 @@ spec: spec: containers: - name: rollouts-demo - image: argoproj/rollouts-demo:red + image: argoproj/rollouts-demo:red \ No newline at end of file diff --git a/overlays/dev/kustomization.yaml b/overlays/dev/kustomization.yaml index 3e68700..11d815e 100644 --- a/overlays/dev/kustomization.yaml +++ b/overlays/dev/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - ../../base patchesStrategicMerge: - - image-patch.yaml + - image-patch.yaml \ No newline at end of file