diff --git a/kustomization.yaml b/kustomization.yaml index 7b477b6..177115f 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: c3603241 + newTag: 7be568cd diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index 22f3048..d993250 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:c3603241 + - image: aaronriedel/egress-test:7be568cd name: egress-test