From d38bf6e526f4956aeae6b173059a1a49da3a1fd7 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 20 Jun 2024 20:18:20 +0000 Subject: [PATCH] update image tag to 57 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index f6c4c4b..044c963 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "56" + newTag: "57" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 58b7d1c..0207c80 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:56 + - image: aaronriedel/egress-test:57 name: egress-test