From 04f0c0c85d1cc3762cc4f61e6c65abd11ca9a8ba Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 4 Apr 2023 19:56:28 +0000 Subject: [PATCH] update image tag to e363549a --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index c54fc96..3bd1c14 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: a984a527 + newTag: e363549a diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 10db2b6..e0dbe6b 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:a984a527 + - image: aaronriedel/egress-test:e363549a name: egress-test