From 5acc2d6558b4d66a623ae38dd57e92f128a03503 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 27 Jan 2024 01:30:04 +0000 Subject: [PATCH] update image tag to 47 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 08f8790..9cef91f 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "45" + newTag: "47" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 5e1f8cc..d97de71 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:45 + - image: aaronriedel/egress-test:47 name: egress-test