Skip to content

Commit 1003005

Browse files
ElderMattotomi-adminsvcAPLBot
authored
feat: updated helloworld image to point to linode org (#2783)
Co-authored-by: otomi-admin <[email protected]> Co-authored-by: svcAPLBot <[email protected]>
1 parent ce40d93 commit 1003005

File tree

5 files changed

+39
-14
lines changed

5 files changed

+39
-14
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: otomi/nodejs-helloworld:v1.2.12
15+
image: linode/apl-nodejs-helloworld:v.1.4.0
1616
securityContext:
1717
runAsUser: 1001

package-lock.json

Lines changed: 30 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/bootstrap.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ describe('Bootstrapping values', () => {
159159
const values = {
160160
values: {
161161
image: {
162-
repository: 'otomi/nodejs-helloworld',
163-
tag: 'v1.2.13',
162+
repository: 'linode/apl-nodejs-helloworld',
163+
tag: 'v1.4.0',
164164
},
165165
},
166166
}

tests/integration/full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ teamConfig:
9797
- id: cb5149c4-8ea5-4c5a-be04-a37258658bd3
9898
ksvc:
9999
image:
100-
repository: otomi/nodejs-helloworld
101-
tag: v1.2.12
100+
repository: linode/apl-nodejs-helloworld
101+
tag: v1.4.0
102102
resources:
103103
limits:
104104
cpu: 50m

tests/integration/minimal-with-team.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ teamConfig:
125125
files:
126126
env/teams/demo/workloadValues/nodejs-helloworld.yaml: |
127127
image:
128-
repository: otomi/nodejs-helloworld
129-
tag: v1.2.13
128+
repository: linode/apl-nodejs-helloworld
129+
tag: v1.4.0
130130
env/teams/demo/workloadValues/nodejs-helloworld.managed.yaml: |
131131
{}
132132
env/teams/demo/workloadValues/nginx-deployment.yaml: |
@@ -171,7 +171,7 @@ files:
171171
{}
172172
env/teams/admin/workloadValues/nodejs-helloworld.yaml: |
173173
image:
174-
repository: otomi/nodejs-helloworld
175-
tag: v1.2.13
174+
repository: linode/apl-nodejs-helloworld
175+
tag: v1.4.0
176176
env/teams/admin/workloadValues/nodejs-helloworld.managed.yaml: |
177177
{}

0 commit comments

Comments
 (0)