diff --git a/community/netbootxyz/1.0.7/Chart.lock b/community/netbootxyz/1.0.8/Chart.lock similarity index 100% rename from community/netbootxyz/1.0.7/Chart.lock rename to community/netbootxyz/1.0.8/Chart.lock diff --git a/community/netbootxyz/1.0.7/Chart.yaml b/community/netbootxyz/1.0.8/Chart.yaml similarity index 95% rename from community/netbootxyz/1.0.7/Chart.yaml rename to community/netbootxyz/1.0.8/Chart.yaml index a218fa7e38..3cbaf0a4ba 100644 --- a/community/netbootxyz/1.0.7/Chart.yaml +++ b/community/netbootxyz/1.0.8/Chart.yaml @@ -4,9 +4,9 @@ description: netboot.xyz lets you PXE boot various operating system installers o annotations: title: netbootxyz type: application -version: 1.0.7 +version: 1.0.8 apiVersion: v2 -appVersion: 0.7.1.3 +appVersion: 0.7.3.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/netbootxyz/1.0.7/README.md b/community/netbootxyz/1.0.8/README.md similarity index 100% rename from community/netbootxyz/1.0.7/README.md rename to community/netbootxyz/1.0.8/README.md diff --git a/community/netbootxyz/1.0.7/app-readme.md b/community/netbootxyz/1.0.8/app-readme.md similarity index 100% rename from community/netbootxyz/1.0.7/app-readme.md rename to community/netbootxyz/1.0.8/app-readme.md diff --git a/community/netbootxyz/1.0.7/charts/common-1.2.9.tgz b/community/netbootxyz/1.0.8/charts/common-1.2.9.tgz similarity index 100% rename from community/netbootxyz/1.0.7/charts/common-1.2.9.tgz rename to community/netbootxyz/1.0.8/charts/common-1.2.9.tgz diff --git a/community/netbootxyz/1.0.7/ci/basic-values.yaml b/community/netbootxyz/1.0.8/ci/basic-values.yaml similarity index 100% rename from community/netbootxyz/1.0.7/ci/basic-values.yaml rename to community/netbootxyz/1.0.8/ci/basic-values.yaml diff --git a/community/netbootxyz/1.0.7/ix_values.yaml b/community/netbootxyz/1.0.8/ix_values.yaml similarity index 96% rename from community/netbootxyz/1.0.7/ix_values.yaml rename to community/netbootxyz/1.0.8/ix_values.yaml index 75b77136ee..5bfc2e816a 100644 --- a/community/netbootxyz/1.0.7/ix_values.yaml +++ b/community/netbootxyz/1.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: netbootxyz/netbootxyz pullPolicy: IfNotPresent - tag: 0.7.1-nbxyz3 + tag: 0.7.3-nbxyz1 resources: limits: diff --git a/community/netbootxyz/1.0.7/metadata.yaml b/community/netbootxyz/1.0.8/metadata.yaml similarity index 100% rename from community/netbootxyz/1.0.7/metadata.yaml rename to community/netbootxyz/1.0.8/metadata.yaml diff --git a/community/netbootxyz/1.0.7/questions.yaml b/community/netbootxyz/1.0.8/questions.yaml similarity index 100% rename from community/netbootxyz/1.0.7/questions.yaml rename to community/netbootxyz/1.0.8/questions.yaml diff --git a/community/netbootxyz/1.0.7/templates/NOTES.txt b/community/netbootxyz/1.0.8/templates/NOTES.txt similarity index 100% rename from community/netbootxyz/1.0.7/templates/NOTES.txt rename to community/netbootxyz/1.0.8/templates/NOTES.txt diff --git a/community/netbootxyz/1.0.7/templates/_netboot.tpl b/community/netbootxyz/1.0.8/templates/_netboot.tpl similarity index 86% rename from community/netbootxyz/1.0.7/templates/_netboot.tpl rename to community/netbootxyz/1.0.8/templates/_netboot.tpl index 859e621322..b663888bda 100644 --- a/community/netbootxyz/1.0.7/templates/_netboot.tpl +++ b/community/netbootxyz/1.0.8/templates/_netboot.tpl @@ -38,6 +38,10 @@ workload: {{ end }} {{ end }} probes: + {{- $cmd := "dnsmasq" -}} + {{- if eq .Values.image.tag "0.7.1-nbxyz3" -}} + {{- $cmd = "in.tftpd" -}} + {{- end }} liveness: enabled: true type: exec @@ -45,7 +49,7 @@ workload: - /bin/sh - -c - | - pgrep in.tftpd + pgrep {{ $cmd }} readiness: enabled: true type: exec @@ -53,7 +57,7 @@ workload: - /bin/sh - -c - | - pgrep in.tftpd + pgrep {{ $cmd }} startup: enabled: true type: exec @@ -61,5 +65,5 @@ workload: - /bin/sh - -c - | - pgrep in.tftpd + pgrep {{ $cmd }} {{- end -}} diff --git a/community/netbootxyz/1.0.7/templates/_persistence.tpl b/community/netbootxyz/1.0.8/templates/_persistence.tpl similarity index 100% rename from community/netbootxyz/1.0.7/templates/_persistence.tpl rename to community/netbootxyz/1.0.8/templates/_persistence.tpl diff --git a/community/netbootxyz/1.0.7/templates/_portal.tpl b/community/netbootxyz/1.0.8/templates/_portal.tpl similarity index 100% rename from community/netbootxyz/1.0.7/templates/_portal.tpl rename to community/netbootxyz/1.0.8/templates/_portal.tpl diff --git a/community/netbootxyz/1.0.7/templates/_service.tpl b/community/netbootxyz/1.0.8/templates/_service.tpl similarity index 100% rename from community/netbootxyz/1.0.7/templates/_service.tpl rename to community/netbootxyz/1.0.8/templates/_service.tpl diff --git a/community/netbootxyz/1.0.7/templates/common.yaml b/community/netbootxyz/1.0.8/templates/common.yaml similarity index 100% rename from community/netbootxyz/1.0.7/templates/common.yaml rename to community/netbootxyz/1.0.8/templates/common.yaml