mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-01 07:37:26 +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" }}'
|
||||
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
|
||||
|
@ -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: ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user