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