We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8553884 commit 87a4746Copy full SHA for 87a4746
example/hello-populator/deploy.yaml
@@ -61,11 +61,11 @@ spec:
61
serviceAccount: hello-account
62
containers:
63
- name: hello
64
- image: k8s.gcr.io/sig-storage/hello-populator:v1.0.0
+ image: k8s.gcr.io/sig-storage/hello-populator:v1.0.1
65
imagePullPolicy: IfNotPresent
66
args:
67
- --mode=controller
68
- - --image-name=k8s.gcr.io/sig-storage/hello-populator:v1.0.0
+ - --image-name=k8s.gcr.io/sig-storage/hello-populator:v1.0.1
69
- --http-endpoint=:8080
70
ports:
71
- containerPort: 8080
0 commit comments