From 245625b24100c7d63210d1169f64fad8370f13c1 Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 24 Sep 2023 02:22:16 +0000 Subject: [PATCH] update image tag to 32 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index ed8f4af..3a758e3 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: b5635391 + newTag: "32" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index dbbd2aa..6f29f2a 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:b5635391 + - image: aaronriedel/egress-test:32 name: egress-test