From 954e70cf1986224e90bf56398ebe92b07f05b51a Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 7 Aug 2023 20:18:10 +0000 Subject: [PATCH] update image tag to 6915fdf4 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 2d56ff3..34117d7 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: a70f9c4e + newTag: 6915fdf4 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index beab654..763b702 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:a70f9c4e + - image: aaronriedel/egress-test:6915fdf4 name: egress-test