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