mirror of
https://github.com/kairos-io/helm-charts.git
synced 2025-08-20 08:03:06 +00:00
Use auroraboot image as tools image (#22)
* Use auroraboot image as tools image part of https://github.com/kairos-io/kairos/issues/1633 Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Update crds from osbuilder repo Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Bump action Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Bump chart version Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> --------- Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
parent
50beeb3dec
commit
c40dd5270d
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.4.0
|
uses: helm/chart-testing-action@v2.6.1
|
||||||
|
|
||||||
- name: Run chart-testing (list-changed)
|
- name: Run chart-testing (list-changed)
|
||||||
id: list-changed
|
id: list-changed
|
||||||
|
@ -7,4 +7,4 @@ home: https://kairos.io/
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: Ettore Di Giacinto
|
- name: Ettore Di Giacinto
|
||||||
email: mudler@kairos.io
|
email: mudler@kairos.io
|
||||||
version: 0.0.14
|
version: 0.0.15
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -8,5 +8,5 @@ maintainers:
|
|||||||
- name: Ettore Di Giacinto
|
- name: Ettore Di Giacinto
|
||||||
email: mudler@kairos.io
|
email: mudler@kairos.io
|
||||||
|
|
||||||
version: 0.6.0
|
version: 0.7.0
|
||||||
appVersion: "v0.7.0"
|
appVersion: "v0.401.0"
|
||||||
|
@ -48,7 +48,7 @@ spec:
|
|||||||
- --health-probe-bind-address=:8081
|
- --health-probe-bind-address=:8081
|
||||||
- --metrics-bind-address=127.0.0.1:8080
|
- --metrics-bind-address=127.0.0.1:8080
|
||||||
- --leader-elect
|
- --leader-elect
|
||||||
- '--tool-image={{ .Values.image.toolsRepository | default "quay.io/kairos/osbuilder-tools" }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
|
- '--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 "quay.io/kairos/osbuilder" }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
|
||||||
|
@ -12,10 +12,13 @@ imagePullSecrets: []
|
|||||||
image:
|
image:
|
||||||
# controller image to be used. Leave empty to use
|
# controller image to be used. Leave empty to use
|
||||||
repository: ""
|
repository: ""
|
||||||
toolsRepository: ""
|
# tag of the controller image. Leave empty to use chart's AppVersion
|
||||||
# image tag, leave empty to use chart's AppVersion
|
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
||||||
|
toolsImage:
|
||||||
|
repository: "quay.io/kairos/auroraboot"
|
||||||
|
tag: "latest"
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
Loading…
Reference in New Issue
Block a user