diff --git a/library/ix-dev/community/netbootxyz/Chart.yaml b/library/ix-dev/community/netbootxyz/Chart.yaml index 36c87bc424..8d02b8fd54 100644 --- a/library/ix-dev/community/netbootxyz/Chart.yaml +++ b/library/ix-dev/community/netbootxyz/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.3 +version: 1.0.4 apiVersion: v2 -appVersion: 0.7.0.6 +appVersion: 0.7.1.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/netbootxyz/questions.yaml b/library/ix-dev/community/netbootxyz/questions.yaml index 89a2cbb623..43a17f675e 100644 --- a/library/ix-dev/community/netbootxyz/questions.yaml +++ b/library/ix-dev/community/netbootxyz/questions.yaml @@ -99,7 +99,6 @@ questions: label: Portal HTTP Port description: The HTTP port for the netboot.xyz Portal. schema: - show_if: [["hostNetwork", "=", false]] type: int default: 31010 min: 9000 diff --git a/library/ix-dev/community/netbootxyz/templates/_netboot.tpl b/library/ix-dev/community/netbootxyz/templates/_netboot.tpl index 657dc2e9d6..859e621322 100644 --- a/library/ix-dev/community/netbootxyz/templates/_netboot.tpl +++ b/library/ix-dev/community/netbootxyz/templates/_netboot.tpl @@ -29,6 +29,7 @@ workload: env: NGINX_PORT: {{ .Values.netbootNetwork.webAssetsPort }} TFTPD_OPTS: {{ join " " .Values.netbootConfig.tftpdOpts }} + WEB_APP_PORT: {{ .Values.netbootNetwork.webHttpPort }} {{ with .Values.netbootConfig.additionalEnvs }} envList: {{ range $env := . }} diff --git a/library/ix-dev/community/netbootxyz/templates/_service.tpl b/library/ix-dev/community/netbootxyz/templates/_service.tpl index ac61fd1e2c..1b2d0a4a4d 100644 --- a/library/ix-dev/community/netbootxyz/templates/_service.tpl +++ b/library/ix-dev/community/netbootxyz/templates/_service.tpl @@ -29,6 +29,5 @@ service: primary: true port: {{ .Values.netbootNetwork.webHttpPort }} nodePort: {{ .Values.netbootNetwork.webHttpPort }} - targetPort: 3000 targetSelector: netboot {{- end -}} diff --git a/library/ix-dev/community/netbootxyz/values.yaml b/library/ix-dev/community/netbootxyz/values.yaml index 227e7ef162..2111e41d5c 100644 --- a/library/ix-dev/community/netbootxyz/values.yaml +++ b/library/ix-dev/community/netbootxyz/values.yaml @@ -1,7 +1,7 @@ image: repository: netbootxyz/netbootxyz pullPolicy: IfNotPresent - tag: 0.7.0-nbxyz6 + tag: 0.7.1-nbxyz1 resources: limits: