Skip to content

Commit 8d56084

Browse files
masonCheinTian
authored andcommitted
fix: update argo image registry
1 parent e58b8d7 commit 8d56084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/runner/templates/configmap-argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
66
{{- if .Values.global.autoConfigure }}
77
{{- $argoNamespace := include "namespace.argo" . }}
88
{{- $spaceNamespace := include "namespace.spaces" . }}
9-
{{- $registry := or .Values.global.image.registry "qury.io" }}
9+
{{- $registry := or .Values.global.image.registry "quay.io" }}
1010
{{- $registryConfig := include "chart.registryConfig" (dict "service" .Values "global" .) | fromYaml }}
1111
apiVersion: v1
1212
kind: ConfigMap

0 commit comments

Comments
 (0)