From 5cdbd6ff14e98b2b824c0ad0dbcd1d3ba9c39c03 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Jul 2024 00:10:01 +0000 Subject: [PATCH] update image tag to 64 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 9d20071..68abb0b 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "62" + newTag: "64" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 83532f5..d4db7ae 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:62 + - image: aaronriedel/egress-test:64 name: egress-test