Skip to content

Commit 4e323f9

Browse files
jkheliltekton-robot
authored andcommitted
move chart images to ghcr.io
1 parent 2311e52 commit 4e323f9

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.ko.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defaultBaseImage: gcr.io/distroless/static:nonroot
1+
defaultBaseImage: ghcr.io/distroless/static
22
baseImageOverrides:
33
github.com/tektoncd/operator/cmd/openshift/operator: registry.access.redhat.com/ubi8/ubi-minimal
44
github.com/tektoncd/operator/cmd/openshift/webhook: registry.access.redhat.com/ubi8/ubi-minimal

charts/tekton-operator/templates/_helpers.tpl

+6-6
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ tekton-operator
103103
{{- $image = .Values.operator.image.repository }}
104104
{{- else -}}
105105
{{- if .Values.openshift.enabled -}}
106-
{{- $image = "gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/openshift/operator" -}}
106+
{{- $image = "ghcr.io/tektoncd/operator/github.com/tektoncd/operator/cmd/openshift/operator" -}}
107107
{{- else -}}
108-
{{- $image = "gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/operator" -}}
108+
{{- $image = "ghcr.io/tektoncd/operator/github.com/tektoncd/operator/cmd/kubernetes/operator" -}}
109109
{{- end -}}
110110
{{- end -}}
111111
{{- printf "%s:%s" $image $tag -}}
@@ -124,9 +124,9 @@ tekton-operator
124124
{{- $image = .Values.webhook.image.repository }}
125125
{{- else -}}
126126
{{- if .Values.openshift.enabled -}}
127-
{{- $image = "gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/openshift/webhook" -}}
127+
{{- $image = "ghcr.io/tektoncd/operator/github.com/tektoncd/operator/cmd/openshift/webhook" -}}
128128
{{- else -}}
129-
{{- $image = "gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/webhook" -}}
129+
{{- $image = "ghcr.io/tektoncd/operator/github.com/tektoncd/operator/cmd/kubernetes/webhook" -}}
130130
{{- end -}}
131131
{{- end -}}
132132
{{- printf "%s:%s" $image $tag -}}
@@ -140,9 +140,9 @@ tekton-operator
140140
{{- $image = .Values.webhookProxy.image.repository }}
141141
{{- else -}}
142142
{{- if .Values.openshift.enabled -}}
143-
{{- $image = "gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/openshift/proxy-webhook" -}}
143+
{{- $image = "ghcr.io/tektoncd/operator/github.com/tektoncd/operator/cmd/openshift/proxy-webhook" -}}
144144
{{- else -}}
145-
{{- $image = "gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook" -}}
145+
{{- $image = "ghcr.io/tektoncd/operator/github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook" -}}
146146
{{- end -}}
147147
{{- end -}}
148148
{{- printf "%s:%s" $image $tag -}}

charts/tekton-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ operator:
5555
pruner:
5656
image:
5757
# Container image for Tekton pruner. Defaults to gcr.
58-
repository: "gcr.io/tekton-releases/dogfooding/tkn"
58+
repository: "ghcr.io/tektoncd/plumbing/tkn"
5959
tag: "d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471"
6060

6161
## Configuration for the tekton-operator-webhook pod

config/kubernetes/base/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- name: IMAGE_PIPELINES_PROXY
5252
value: ko://github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook
5353
- name: IMAGE_JOB_PRUNER_TKN
54-
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
54+
value: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
5555
- name: METRICS_DOMAIN
5656
value: tekton.dev/operator
5757
- name: VERSION

config/openshift/base/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- name: IMAGE_PIPELINES_PROXY
6464
value: ko://github.com/tektoncd/operator/cmd/openshift/proxy-webhook
6565
- name: IMAGE_JOB_PRUNER_TKN
66-
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
66+
value: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
6767
- name: METRICS_DOMAIN
6868
value: tekton.dev/operator
6969
- name: VERSION

operatorhub/kubernetes/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image-substitutions:
1313
containerName: tekton-operator-lifecycle
1414
envKeys:
1515
- IMAGE_PIPELINES_PROXY
16-
- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
16+
- image: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
1717
replaceLocations:
1818
envTargets:
1919
- deploymentName: tekton-operator

operatorhub/kubernetes/release-artifacts/bundle/manifests/tektoncd-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ spec:
815815
- name: IMAGE_PIPELINES_PROXY
816816
value: gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook@sha256:c2c3a38c2d26fc05d336e0e47c24a488a26cc6df8d72cd55e00ac05668d090d4
817817
- name: IMAGE_JOB_PRUNER_TKN
818-
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
818+
value: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
819819
- name: METRICS_DOMAIN
820820
value: tekton.dev/operator
821821
- name: VERSION

tekton/build-publish-images-manifests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
description: The vX.Y.Z version that the artifacts should be tagged with (including `v`)
1818
- name: imageRegistry
1919
description: The target image registry
20-
default: gcr.io
20+
default: ghcr.io
2121
- name: imageRegistryPath
2222
description: The path (project) in the image registry
2323
- name: imageRegistryRegions

tekton/operator-release-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
description: the git revision to release
1313
- name: imageRegistry
1414
description: The target image registry
15-
default: gcr.io
15+
default: ghcr.io
1616
- name: imageRegistryPath
1717
description: The path (project) in the image registry
1818
default: tekton-releases

0 commit comments

Comments
 (0)