diff --git a/kustomization.yaml b/kustomization.yaml index 3bd1c14..84a54fa 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: e363549a + newTag: eea1264b diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index e0dbe6b..b44b31c 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:e363549a + - image: aaronriedel/egress-test:eea1264b name: egress-test