@@ -103,9 +103,9 @@ tekton-operator
103
103
{ {- $image = .Values.operator.image.repository } }
104
104
{ {- else -} }
105
105
{ {- 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" -} }
107
107
{ {- 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" -} }
109
109
{ {- end -} }
110
110
{ {- end -} }
111
111
{ {- printf " %s:%s" $image $tag -} }
@@ -124,9 +124,9 @@ tekton-operator
124
124
{ {- $image = .Values.webhook.image.repository } }
125
125
{ {- else -} }
126
126
{ {- 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" -} }
128
128
{ {- 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" -} }
130
130
{ {- end -} }
131
131
{ {- end -} }
132
132
{ {- printf " %s:%s" $image $tag -} }
@@ -140,9 +140,9 @@ tekton-operator
140
140
{ {- $image = .Values.webhookProxy.image.repository } }
141
141
{ {- else -} }
142
142
{ {- 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" -} }
144
144
{ {- 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" -} }
146
146
{ {- end -} }
147
147
{ {- end -} }
148
148
{ {- printf " %s:%s" $image $tag -} }
0 commit comments