From 4fcf0ae8bf3a1ecad3c8d571531ce0d619c4a9ab Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 13 Feb 2023 23:32:44 +0000 Subject: [PATCH] update image tag to bdac6ac7 --- kustomization.yaml | 8 +++++++- ressources/deployment.yaml | 7 +++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index 6cd2c66..c60d4f8 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -1,2 +1,8 @@ resources: -- ressources/deployment.yaml \ No newline at end of file +- ressources/deployment.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +images: +- name: aaronriedel/egress-test + newName: aaronriedel/egress-test + newTag: bdac6ac7 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 04b1fec..18d51f5 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -1,10 +1,9 @@ ---- apiVersion: apps/v1 kind: Deployment metadata: - name: egress-test-deployment labels: app: egress-test + name: egress-test-deployment spec: replicas: 1 selector: @@ -16,5 +15,5 @@ spec: app: egress-test spec: containers: - - name: egress-test - image: aaronriedel/egress-test:53cef0a3061482e4a9c4510107220e3e016997d1 \ No newline at end of file + - image: aaronriedel/egress-test:bdac6ac7 + name: egress-test