From 5bfa4bcab297c3c332a9a3fa613a74f9543cb7bb Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 8 Dec 2023 02:12:53 +0000 Subject: [PATCH] update image tag to 43 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 56f1b24..ac253b1 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "41" + newTag: "43" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 2c4b045..9770dba 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:41 + - image: aaronriedel/egress-test:43 name: egress-test