diff --git a/kustomization.yaml b/kustomization.yaml index 28efcb6..ebbc19a 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: aaronriedel/egress-test newName: aaronriedel/egress-test - newTag: fc90cea3 + newTag: 481b0c64 diff --git a/ressources/deployment.yaml b/ressources/deployment.yaml index fbcc1eb..a6696e0 100644 --- a/ressources/deployment.yaml +++ b/ressources/deployment.yaml @@ -15,5 +15,5 @@ spec: app: egress-test spec: containers: - - image: aaronriedel/egress-test:fc90cea3 + - image: aaronriedel/egress-test:481b0c64 name: egress-test