diff --git a/charts/osbuilder/templates/deployment.yaml b/charts/osbuilder/templates/deployment.yaml index ff5f1a8..1712f95 100644 --- a/charts/osbuilder/templates/deployment.yaml +++ b/charts/osbuilder/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: - '--tool-image={{ .Values.toolsImage.repository | default "quay.io/kairos/auroraboot" }}:{{ .Values.toolsImage.tag | default "latest" }}' command: - /manager - image: '{{ .Values.image.repository | default "quay.io/kairos/osbuilder" }}:{{ .Values.image.tag | default .Chart.AppVersion }}' + image: '{{ .Values.image.repository | default "ghcr.io/pluralsh/osbuilder" }}:{{ .Values.image.tag | default .Chart.AppVersion }}' livenessProbe: httpGet: path: /healthz diff --git a/charts/osbuilder/values.yaml b/charts/osbuilder/values.yaml index ffe458c..adf4c4b 100644 --- a/charts/osbuilder/values.yaml +++ b/charts/osbuilder/values.yaml @@ -11,7 +11,7 @@ imagePullSecrets: [] image: # controller image to be used. Leave empty to use - repository: "" + repository: ghcr.io/pluralsh/osbuilder # tag of the controller image. Leave empty to use chart's AppVersion tag: ""