Skip to content

Commit 9bf5403

Browse files
authored
Examples: use ghcr helloworld image instead of gcr (#7414)
1 parent 46dccc8 commit 9bf5403

13 files changed

Lines changed: 18 additions & 16 deletions

File tree

‎examples/.pipe/event-watcher-using-regex.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ spec:
66
- name: image-update-with-regex
77
replacements:
88
- file: kubernetes/simple/deployment.yaml
9-
regex: "image: gcr.io/pipecd/helloworld:(v[0-9].[0-9].[0-9])"
9+
regex: "image: ghcr.io/pipe-cd/helloworld:(v[0-9].[0-9].[0-9])"

‎examples/v0/cloudrun/analysis/service.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
containers:
1313
- args:
1414
- server
15-
image: gcr.io/pipecd/helloworld:v0.27.4
15+
image: ghcr.io/pipe-cd/helloworld:v0.48.0
1616
ports:
1717
- containerPort: 9085
1818
resources:

‎examples/v0/cloudrun/canary/service.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
containers:
1313
- args:
1414
- server
15-
image: gcr.io/pipecd/helloworld:v0.27.4
15+
image: ghcr.io/pipe-cd/helloworld:v0.48.0
1616
ports:
1717
- containerPort: 9085
1818
resources:

‎examples/v0/cloudrun/secret-management/service.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
containers:
1313
- args:
1414
- server
15-
image: gcr.io/pipecd/helloworld:v0.27.4
15+
image: ghcr.io/pipe-cd/helloworld:v0.48.0
1616
env:
1717
- name: KEY
1818
value: "{{ .encryptedSecrets.key }}"

‎examples/v0/cloudrun/simple/service.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
containers:
1313
- args:
1414
- server
15-
image: gcr.io/pipecd/helloworld:v0.27.4
15+
image: ghcr.io/pipe-cd/helloworld:v0.48.0
1616
ports:
1717
- containerPort: 9085
1818
resources:

‎examples/v0/cloudrun/wait-approval/service.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
containers:
1313
- args:
1414
- server
15-
image: gcr.io/pipecd/helloworld:v0.27.4
15+
image: ghcr.io/pipe-cd/helloworld:v0.48.0
1616
ports:
1717
- containerPort: 9085
1818
resources:

‎examples/v0/kubernetes/helm-local-chart/values.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
replicaCount: 1
22

33
image:
4-
repository: gcr.io/pipecd/helloworld
5-
tag: v0.5.0
4+
repository: ghcr.io/pipe-cd/helloworld
5+
tag: v0.48.0
66

77
fullnameOverride: helm-local-chart
88

‎examples/v0/kubernetes/kustomize-local-base/kustomization.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ commonLabels:
77
app: kustomize-local-base
88

99
images:
10-
- name: gcr.io/pipecd/helloworld
11-
newTag: v0.6.0
10+
- name: ghcr.io/pipe-cd/helloworld
11+
newTag: v0.48.0

‎examples/v0/kubernetes/script-run/deployment.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: helloworld
22-
image: gcr.io/pipecd/helloworld:v0.45.0
22+
image: ghcr.io/pipe-cd/helloworld:v0.48.0
2323
args:
2424
- server
2525
ports:

‎examples/v0/local-modules/helm-charts/helloworld/values.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
replicaCount: 1
66

77
image:
8-
repository: gcr.io/pipecd/helloworld
8+
repository: ghcr.io/pipe-cd/helloworld
9+
tag: v0.48.0
910
pullPolicy: IfNotPresent
1011

1112
imagePullSecrets: []

0 commit comments

Comments
 (0)