Skip to content

Commit 083c84c

Browse files
author
otomi-admin
committed
fix: change helloworld to v1.4.0
1 parent 09c0711 commit 083c84c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/examples/knative-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ spec:
1212
- env:
1313
- name: TARGET
1414
value: Knative World
15-
image: linode/apl-nodejs-helloworld:v1.3.0
15+
image: linode/apl-nodejs-helloworld:v.1.4.0
1616
securityContext:
1717
runAsUser: 1001

src/cmd/bootstrap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('Bootstrapping values', () => {
160160
values: {
161161
image: {
162162
repository: 'linode/apl-nodejs-helloworld',
163-
tag: 'v1.3.0',
163+
tag: 'v1.4.0',
164164
},
165165
},
166166
}

tests/integration/full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ teamConfig:
9898
ksvc:
9999
image:
100100
repository: linode/apl-nodejs-helloworld
101-
tag: v1.3.0
101+
tag: v1.4.0
102102
resources:
103103
limits:
104104
cpu: 50m

tests/integration/minimal-with-team.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ files:
126126
env/teams/demo/workloadValues/nodejs-helloworld.yaml: |
127127
image:
128128
repository: linode/apl-nodejs-helloworld
129-
tag: v1.3.0
129+
tag: v1.4.0
130130
env/teams/demo/workloadValues/nodejs-helloworld.managed.yaml: |
131131
{}
132132
env/teams/demo/workloadValues/nginx-deployment.yaml: |
@@ -172,6 +172,6 @@ files:
172172
env/teams/admin/workloadValues/nodejs-helloworld.yaml: |
173173
image:
174174
repository: linode/apl-nodejs-helloworld
175-
tag: v1.3.0
175+
tag: master
176176
env/teams/admin/workloadValues/nodejs-helloworld.managed.yaml: |
177177
{}

0 commit comments

Comments
 (0)