Skip to content

Commit ff12d65

Browse files
committed
Fixes for values
1 parent 916c6cd commit ff12d65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

node-demo-app/dev/tekton/listeners/triggerTemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
params:
2828
- name: url
29-
value: 'https://github.ibm.com/bakribbs/node-demo-app'
29+
value: 'https://github.com/ibm-cloud-architecture/node-demo-app'
3030
- name: revision
3131
value: master
3232
- name: image-server
@@ -36,7 +36,7 @@ spec:
3636
- name: image-namespace
3737
value: bkribbs15
3838
- name: gitops-url
39-
value: 'https://github.ibm.com/bakribbs/application-gitops'
39+
value: 'https://github.com/ibm-cloud-architecture/application-gitops'
4040
- name: gitops-dir
4141
value: '/gitops'
4242
- name: yaml-dir
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
kind: Secret
33
metadata:
4-
name: <REPLACE>
4+
name: image-registry-credentials
55
data:
66
.dockerconfigjson: <REPLACE>
77
type: kubernetes.io/dockerconfigjson

node-demo-app/dev/tekton/tasks/gitops-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
params:
1111
- name: gitops-url
12-
default: 'https://github.ibm.com/bakribbs/application-gitops'
12+
default: 'https://github.com/ibm-cloud-architecture/application-gitops'
1313
- name: gitops-dir
1414
default: '/gitops'
1515
- name: js-image

0 commit comments

Comments
 (0)