update image tag to bdac6ac7

This commit is contained in:
Aaron Riedel 2023-02-13 23:32:44 +00:00 committed by Aaron Riedel
parent 64a8a69cf4
commit 4fcf0ae8bf
2 changed files with 10 additions and 5 deletions

View file

@ -1,2 +1,8 @@
resources:
- ressources/deployment.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: aaronriedel/egress-test
newName: aaronriedel/egress-test
newTag: bdac6ac7

View file

@ -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
- image: aaronriedel/egress-test:bdac6ac7
name: egress-test