From b7ddea7dc23fe20e3cb8d201cbe2530ed6565dc2 Mon Sep 17 00:00:00 2001 From: Kelly Shutt <10223024+CompPhy@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:58:33 -0500 Subject: [PATCH] netboot.xyz - Match values.yaml to questions.yaml (#2119) * in.tftpd needs chroot to spawn child processes. * Bump version number. * Fixes #2104 - Make the nbxyz version numbers look like semantic versions. * Match defaults in questions.yaml * Bump version number. * Bump version. * Fix app version. * Mark executable --- library/ix-dev/community/netbootxyz/Chart.yaml | 4 ++-- library/ix-dev/community/netbootxyz/ci/basic-values.yaml | 6 +++--- library/ix-dev/community/netbootxyz/upgrade_strategy | 0 library/ix-dev/community/netbootxyz/values.yaml | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 library/ix-dev/community/netbootxyz/upgrade_strategy diff --git a/library/ix-dev/community/netbootxyz/Chart.yaml b/library/ix-dev/community/netbootxyz/Chart.yaml index 2ed9473d6c..d029047621 100644 --- a/library/ix-dev/community/netbootxyz/Chart.yaml +++ b/library/ix-dev/community/netbootxyz/Chart.yaml @@ -3,9 +3,9 @@ description: netboot.xyz lets you PXE boot various operating system installers o annotations: title: netbootxyz type: application -version: 1.0.1 +version: 1.0.2 apiVersion: v2 -appVersion: 2.0.76 +appVersion: 0.7.0.4 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/netbootxyz/ci/basic-values.yaml b/library/ix-dev/community/netbootxyz/ci/basic-values.yaml index 28bc16c903..597e1bf132 100644 --- a/library/ix-dev/community/netbootxyz/ci/basic-values.yaml +++ b/library/ix-dev/community/netbootxyz/ci/basic-values.yaml @@ -5,6 +5,6 @@ netbootStorage: type: pvc netbootNetwork: hostNetwork: true - tftpPort: 69 - webHttpPort: 3000 - webAssetsPort: 8080 + tftpPort: 31009 + webHttpPort: 31010 + webAssetsPort: 31011 diff --git a/library/ix-dev/community/netbootxyz/upgrade_strategy b/library/ix-dev/community/netbootxyz/upgrade_strategy old mode 100644 new mode 100755 diff --git a/library/ix-dev/community/netbootxyz/values.yaml b/library/ix-dev/community/netbootxyz/values.yaml index 041fa44854..7fb1bd43e3 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-nbxyz2 + tag: 0.7.0-nbxyz4 resources: limits: @@ -15,9 +15,9 @@ netbootConfig: netbootNetwork: # TFTP only works with hostNetwork: true hostNetwork: true - tftpPort: 69 - webHttpPort: 3000 - webAssetsPort: 8080 + tftpPort: 31009 + webHttpPort: 31010 + webAssetsPort: 31011 netbootStorage: config: