Skip to content

Commit

Permalink
Create a next version of the example package
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Jun 24, 2020
1 parent 1193dc7 commit 2fc7f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-examples/helloworld-set/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ openAPI:
x-k8s-cli:
setter:
name: image-tag
value: v0.1.0
value: v0.3.0
setBy: package-default
io.k8s.cli.substitutions.image:
x-k8s-cli:
Expand Down
2 changes: 1 addition & 1 deletion package-examples/helloworld-set/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: helloworld-gke
image: gcr.io/kpt-dev/helloworld-gke:v0.1.0 # {"$kpt-set":"image"}
image: gcr.io/kpt-dev/helloworld-gke:v0.3.0 # {"$kpt-set":"image"}
ports:
- name: http
containerPort: 80 # {"$kpt-set":"http-port"}
Expand Down
2 changes: 1 addition & 1 deletion package-examples/helloworld-set/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
labels:
app: hello
spec:
type: LoadBalancer
type: NodePort
selector:
app: hello
ports:
Expand Down

0 comments on commit 2fc7f40

Please sign in to comment.