From 99e3b011a9ebcfda46a350b8047d85ef32881139 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 13 Feb 2023 23:40:15 +0000 Subject: [PATCH] update image tag to 52246f34 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index c60d4f8..ce12b02 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: bdac6ac7 + newTag: 52246f34 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 18d51f5..990c351 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:bdac6ac7 + - image: aaronriedel/egress-test:52246f34 name: egress-test