Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3222150957
commit
9a6609ff67
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbootxyz-0.0.1]netbootxyz-0.0.1 (2023-05-30)
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.6.7"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.10.4
|
||||
deprecated: false
|
||||
description: Your favorite operating systems in one place!
|
||||
home: https://truecharts.org/charts/incubator/netbootxyz
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png
|
||||
keywords:
|
||||
- netbootxyz
|
||||
- pxe
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: netbootxyz
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbootxyz
|
||||
- https://github.com/netbootxyz/netboot.xyz
|
||||
- https://ghcr.io/netbootxyz/netbootxyz
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
- pxe
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [netbootxyz-0.0.1]netbootxyz-0.0.1 (2023-05-30)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Your favorite operating systems in one place!
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/netbootxyz](https://truecharts.org/charts/incubator/netbootxyz)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,66 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/netbootxyz
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.6.7@sha256:5a02a07a856c8a5130d0fa1726a8f7f94724a55d7ddb5d4305a21fda28291d26
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
readiness:
|
||||
type: http
|
||||
startup:
|
||||
type: http
|
||||
env:
|
||||
MENU_VERSION: ""
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 3000
|
||||
port: 10612
|
||||
assets:
|
||||
enabled: true
|
||||
ports:
|
||||
assets:
|
||||
enabled: true
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
port: 10613
|
||||
tftp:
|
||||
enabled: true
|
||||
ports:
|
||||
tftp:
|
||||
enabled: true
|
||||
port: 69
|
||||
protocol: udp
|
||||
targetPort: 69
|
||||
|
||||
ingress:
|
||||
assets:
|
||||
autoLink: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
assets:
|
||||
enabled: true
|
||||
mountPath: /assets
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,5 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.png
|
||||
categories:
|
||||
- networking
|
||||
- pxe
|
||||
|
Loading…
Reference in New Issue