From 33192a3ebc2ef7b39ea5e5dcfa2d869f264e6d6a Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 20 Jun 2024 21:38:18 +0000 Subject: [PATCH] update image tag to 60 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index ecaec60..0fac035 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "59" + newTag: "60" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 7bbbfbe..cc51776 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:59 + - image: aaronriedel/egress-test:60 name: egress-test