diff --git a/kustomization.yaml b/kustomization.yaml index 9c36895..2d56ff3 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: e6cf350b + newTag: a70f9c4e diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index e5a5a08..beab654 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:e6cf350b + - image: aaronriedel/egress-test:a70f9c4e name: egress-test