Răsfoiți Sursa

Publish new changes in catalog

sonicaj 1 an în urmă
părinte
comite
b606f20c04

+ 0 - 0
community/netbootxyz/1.0.7/Chart.lock → community/netbootxyz/1.0.8/Chart.lock


+ 2 - 2
community/netbootxyz/1.0.7/Chart.yaml → 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

+ 0 - 0
community/netbootxyz/1.0.7/README.md → community/netbootxyz/1.0.8/README.md


+ 0 - 0
community/netbootxyz/1.0.7/app-readme.md → community/netbootxyz/1.0.8/app-readme.md


+ 0 - 0
community/netbootxyz/1.0.7/charts/common-1.2.9.tgz → community/netbootxyz/1.0.8/charts/common-1.2.9.tgz


+ 0 - 0
community/netbootxyz/1.0.7/ci/basic-values.yaml → community/netbootxyz/1.0.8/ci/basic-values.yaml


+ 1 - 1
community/netbootxyz/1.0.7/ix_values.yaml → 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:

+ 0 - 0
community/netbootxyz/1.0.7/metadata.yaml → community/netbootxyz/1.0.8/metadata.yaml


+ 0 - 0
community/netbootxyz/1.0.7/questions.yaml → community/netbootxyz/1.0.8/questions.yaml


+ 0 - 0
community/netbootxyz/1.0.7/templates/NOTES.txt → community/netbootxyz/1.0.8/templates/NOTES.txt


+ 7 - 3
community/netbootxyz/1.0.7/templates/_netboot.tpl → 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 -}}

+ 0 - 0
community/netbootxyz/1.0.7/templates/_persistence.tpl → community/netbootxyz/1.0.8/templates/_persistence.tpl


+ 0 - 0
community/netbootxyz/1.0.7/templates/_portal.tpl → community/netbootxyz/1.0.8/templates/_portal.tpl


+ 0 - 0
community/netbootxyz/1.0.7/templates/_service.tpl → community/netbootxyz/1.0.8/templates/_service.tpl


+ 0 - 0
community/netbootxyz/1.0.7/templates/common.yaml → community/netbootxyz/1.0.8/templates/common.yaml