From dafd63b37bbeb5a44d9919c08e5e806d9195e2b6 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 16 Jun 2023 00:26:04 +0000 Subject: [PATCH] update image tag to e6cf350b --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index ebbc19a..9c36895 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: 481b0c64 + newTag: e6cf350b diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index a6696e0..e5a5a08 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:481b0c64 + - image: aaronriedel/egress-test:e6cf350b name: egress-test