From ab4067cef556cbb288ad7ee4f2cf8edb45d08457 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 10 May 2023 00:07:57 +0000 Subject: [PATCH] update image tag to fc90cea3 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 0a26e62..28efcb6 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: 524cbde0 + newTag: fc90cea3 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 6cd01a3..fbcc1eb 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:524cbde0 + - image: aaronriedel/egress-test:fc90cea3 name: egress-test