Skip to content

Commit 2fc7f40

Browse files
committed
Create a next version of the example package
1 parent 1193dc7 commit 2fc7f40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-examples/helloworld-set/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ openAPI:
2525
x-k8s-cli:
2626
setter:
2727
name: image-tag
28-
value: v0.1.0
28+
value: v0.3.0
2929
setBy: package-default
3030
io.k8s.cli.substitutions.image:
3131
x-k8s-cli:

package-examples/helloworld-set/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
spec:
3232
containers:
3333
- name: helloworld-gke
34-
image: gcr.io/kpt-dev/helloworld-gke:v0.1.0 # {"$kpt-set":"image"}
34+
image: gcr.io/kpt-dev/helloworld-gke:v0.3.0 # {"$kpt-set":"image"}
3535
ports:
3636
- name: http
3737
containerPort: 80 # {"$kpt-set":"http-port"}

package-examples/helloworld-set/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ metadata:
2222
labels:
2323
app: hello
2424
spec:
25-
type: LoadBalancer
25+
type: NodePort
2626
selector:
2727
app: hello
2828
ports:

0 commit comments

Comments
 (0)