Skip to content

Commit 87a4746

Browse files
committed
Bump image version to 1.0.1 in example
1 parent 8553884 commit 87a4746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/hello-populator/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ spec:
6161
serviceAccount: hello-account
6262
containers:
6363
- name: hello
64-
image: k8s.gcr.io/sig-storage/hello-populator:v1.0.0
64+
image: k8s.gcr.io/sig-storage/hello-populator:v1.0.1
6565
imagePullPolicy: IfNotPresent
6666
args:
6767
- --mode=controller
68-
- --image-name=k8s.gcr.io/sig-storage/hello-populator:v1.0.0
68+
- --image-name=k8s.gcr.io/sig-storage/hello-populator:v1.0.1
6969
- --http-endpoint=:8080
7070
ports:
7171
- containerPort: 8080

0 commit comments

Comments
 (0)