add plural repo

This commit is contained in:
Lukasz Zajaczkowski 2025-01-10 14:47:59 +01:00
parent 29922d33de
commit 80839005ca
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: ""