From 97edbdadf6d503ec9918892bc728e08508c18fb8 Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 13 Aug 2023 22:19:54 +0000 Subject: [PATCH] update image tag to b5635391 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 34117d7..ed8f4af 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: 6915fdf4 + newTag: b5635391 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 763b702..dbbd2aa 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:6915fdf4 + - image: aaronriedel/egress-test:b5635391 name: egress-test