update image tag to bdac6ac7
This commit is contained in:
parent
64a8a69cf4
commit
4fcf0ae8bf
2 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue