mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-09 03:37:46 +00:00
add plural repo
This commit is contained in:
parent
29922d33de
commit
80839005ca
@ -51,7 +51,7 @@ spec:
|
|||||||
- '--tool-image={{ .Values.toolsImage.repository | default "quay.io/kairos/auroraboot" }}:{{ .Values.toolsImage.tag | default "latest" }}'
|
- '--tool-image={{ .Values.toolsImage.repository | default "quay.io/kairos/auroraboot" }}:{{ .Values.toolsImage.tag | default "latest" }}'
|
||||||
command:
|
command:
|
||||||
- /manager
|
- /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:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
@ -11,7 +11,7 @@ imagePullSecrets: []
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# controller image to be used. Leave empty to use
|
# 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 of the controller image. Leave empty to use chart's AppVersion
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user