From 08f5ff58aed4b60b1ccdb277a6c353d9f5f915ec Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 28 Jan 2024 16:31:16 +0000 Subject: [PATCH] update image tag to 49 --- kustomization.yaml | 2 +- ressources/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 9cef91f..6d76a5c 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: "47" + newTag: "49" diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index d97de71..5983e0b 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:47 + - image: aaronriedel/egress-test:49 name: egress-test