From 14048cf5534ae87e81fd13a70485b509f95c5279 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 29 May 2024 19:36:52 +0000 Subject: [PATCH] update image tag to 56 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index c375468..f6c4c4b 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "55" + newTag: "56" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 5b7e31e..58b7d1c 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:55 + - image: aaronriedel/egress-test:56 name: egress-test