From d61214f9c2d327c7ab848f60655170f9b9281051 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 4 Apr 2023 20:05:38 +0000 Subject: [PATCH] update image tag to c3603241 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 84a54fa..7b477b6 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: eea1264b + newTag: c3603241 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index b44b31c..22f3048 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:eea1264b + - image: aaronriedel/egress-test:c3603241 name: egress-test