mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 19:58:21 +08:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,6 +5,6 @@ netbootStorage:
|
||||
type: pvc
|
||||
netbootNetwork:
|
||||
hostNetwork: true
|
||||
tftpPort: 69
|
||||
webHttpPort: 3000
|
||||
webAssetsPort: 8080
|
||||
tftpPort: 31009
|
||||
webHttpPort: 31010
|
||||
webAssetsPort: 31011
|
||||
|
||||
0
library/ix-dev/community/netbootxyz/upgrade_strategy
Normal file → Executable file
0
library/ix-dev/community/netbootxyz/upgrade_strategy
Normal file → Executable file
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user