From 41a3f7a583f0f01a15c661e314ab44d32c3210c9 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 22 May 2024 19:18:34 +0000 Subject: [PATCH] update image tag to 51 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 6d76a5c..505f07c 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "49" + newTag: "51" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 5983e0b..d6a8b42 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:49 + - image: aaronriedel/egress-test:51 name: egress-test