From 35796fd998b8761801693812928f857d31ffe7ab Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 1 Dec 2023 00:12:44 +0000 Subject: [PATCH] update image tag to 39 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 2d9fe61..66a2cec 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "37" + newTag: "39" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index bca8178..ae7c2bb 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:37 + - image: aaronriedel/egress-test:39 name: egress-test