chore(incubator): BREAKING CHANGE move to latest common (#15841)
**Description** This provides the primary changes to values.yaml and Chart.yaml to migrate from old to new common for the incubator train **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** This PR is likely not functional and breaking most of these charts. However, this allows easier filtering and fixing by others instead of doing these migration changes one-by-one for 350 charts **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: acestream
|
||||
version: 3.0.3
|
||||
version: 4.0.0
|
||||
appVersion: 2.0.2.8
|
||||
description: IPTV service providing streaming, playlist, search engine and epg.
|
||||
home: https://truecharts.org/charts/incubator/acestream
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- MediaServer-Video
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,25 +2,30 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: vstavrinov/acestream-service
|
||||
tag: 2.0.2.8@sha256:f70398ee687e499bf967201706b7fa33d3df71bf30de9a8bf2c40af0e46dd9a4
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
env:
|
||||
SCHEME: "http"
|
||||
ENTRY: "{{ .Values.service.main.ports.main.port }}"
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8008
|
||||
protocol: TCP
|
||||
persistence:
|
||||
acestreamcache:
|
||||
enabled: true
|
||||
mountPath: /srv/acestream/.ACEStream
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8008
|
||||
protocol: TCP
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ENTRY: "{{ .Values.service.main.ports.main.port }}"
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
SCHEME: http
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: adguardhome-sync
|
||||
version: 3.0.3
|
||||
version: 4.0.0
|
||||
appVersion: 0.5.1
|
||||
description: Synchronize AdGuardHome config to replica instances.
|
||||
home: https://truecharts.org/charts/incubator/adguardhome-sync
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,31 +2,8 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/bakito/adguardhome-sync
|
||||
tag: v0.5.1@sha256:34c718be3a9a7587e744d70a6d6cb9ed731fd9abbee4994fa920fa7e51d595c2
|
||||
args:
|
||||
- run
|
||||
env:
|
||||
ORIGIN_URL: "https://192.168.1.2:3000"
|
||||
ORIGIN_USERNAME: "username"
|
||||
ORIGIN_PASSWORD: "password"
|
||||
REPLICA_URL: "http://192.168.1.3"
|
||||
REPLICA_USERNAME: "username"
|
||||
REPLICA_PASSWORD: "password"
|
||||
CRON: "*/10 * * * *"
|
||||
RUNONSTART: true
|
||||
REPLICA_AUTOSETUP: false
|
||||
REPLICA_INTERFACENAME: ""
|
||||
# Configure sync features; by default all features are enabled.
|
||||
FEATURES_GENERALSETTINGS: true
|
||||
FEATURES_QUERYLOGCONFIG: true
|
||||
FEATURES_STATSCONFIG: true
|
||||
FEATURES_CLIENTSETTINGS: true
|
||||
FEATURES_SERVICES: true
|
||||
FEATURES_FILTERS: true
|
||||
FEATURES_DHCP_SERVERCONFIG: true
|
||||
FEATURES_DHCP_STATICLEASES: true
|
||||
FEATURES_DNS_SERVERCONFIG: true
|
||||
FEATURES_DNS_ACCESSLISTS: true
|
||||
FEATURES_DNS_REWRITES: true
|
||||
portal:
|
||||
enabled: true
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -34,5 +11,32 @@ service:
|
||||
port: 8080
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
args:
|
||||
- run
|
||||
env:
|
||||
CRON: "*/10 * * * *"
|
||||
FEATURES_CLIENTSETTINGS: "true"
|
||||
FEATURES_DHCP_SERVERCONFIG: "true"
|
||||
FEATURES_DHCP_STATICLEASES: "true"
|
||||
FEATURES_DNS_ACCESSLISTS: "true"
|
||||
FEATURES_DNS_REWRITES: "true"
|
||||
FEATURES_DNS_SERVERCONFIG: "true"
|
||||
FEATURES_FILTERS: "true"
|
||||
FEATURES_GENERALSETTINGS: "true"
|
||||
FEATURES_QUERYLOGCONFIG: "true"
|
||||
FEATURES_SERVICES: "true"
|
||||
FEATURES_STATSCONFIG: "true"
|
||||
ORIGIN_PASSWORD: password
|
||||
ORIGIN_URL: https://192.168.1.2:3000
|
||||
ORIGIN_USERNAME: username
|
||||
REPLICA_AUTOSETUP: "false"
|
||||
REPLICA_INTERFACENAME: ""
|
||||
REPLICA_PASSWORD: password
|
||||
REPLICA_URL: http://192.168.1.3
|
||||
REPLICA_USERNAME: username
|
||||
RUNONSTART: "true"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: alienswarm-reactivedrop
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: alienswarmreactivedrop
|
||||
description:
|
||||
"This Chart will download and install SteamCMD. It will also install
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,28 +2,21 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: alienswarmreactivedrop@sha256:fbe0f8425e9f427c4510192035e8795166bf4f0011d21060ce3445b409858176
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "563560"
|
||||
GAME_NAME: reactivedrop
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
VALIDATE: false
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
readiness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -39,12 +32,23 @@ service:
|
||||
port: 27015
|
||||
protocol: TCP
|
||||
targetPort: 27015
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "563560"
|
||||
GAME_NAME: reactivedrop
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
readiness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: alienswarm
|
||||
version: 2.0.11
|
||||
version: 3.0.0
|
||||
appVersion: alienswarm
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install Alien
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,28 +2,21 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: alienswarm@sha256:b4fc6b67678589c7ff1035ebbdef631f40efa7886c14e93b1f640de10563d422
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "635"
|
||||
GAME_NAME: swarm
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
VALIDATE: false
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
readiness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -39,12 +32,23 @@ service:
|
||||
port: 27015
|
||||
protocol: TCP
|
||||
targetPort: 27015
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "635"
|
||||
GAME_NAME: swarm
|
||||
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
||||
GAME_PORT: "27015"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
readiness:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
startup:
|
||||
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: americasarmy-pg
|
||||
version: 2.0.13
|
||||
version: 3.0.0
|
||||
appVersion: aaprovinggrounds
|
||||
description:
|
||||
"This Chart will download and install SteamCMD. It will also install
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,27 +2,21 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: aaprovinggrounds@sha256:751dc7c3c2cb3dd80df35450f79af4c0eba6f320b5818fe6c80c6d6fa7cad03a
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "203300"
|
||||
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||
SRV_NAME: Army Docker
|
||||
VALIDATE: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -38,12 +32,22 @@ service:
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "203300"
|
||||
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||
PASSWRD: ""
|
||||
SRV_NAME: Army Docker
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: android-8-0
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Android in Chart solution with noVNC supported and video recording. Work
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,27 +1,31 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ulisses1478/docker-android
|
||||
tag: latest@sha256:4607501558b29d81497b528905f7a23253aa2dcf80510bb27825a2f931acdd96
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: androiddebugbridge
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Control AndroidTV/FireTV devices through ADB from the Home Assistant
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- HomeAutomation
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,18 +1,16 @@
|
||||
env:
|
||||
bootwait: "10"
|
||||
checkfreq: "30"
|
||||
devicelist: 10.0.0.192:5555
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: barnybbb/adb-hass-androidtv
|
||||
tag: latest@sha256:060b7f9171ec32138f9f484fbed8169e88c1d8522e8800d164516f9a8805c38c
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -20,5 +18,12 @@ service:
|
||||
port: 5037
|
||||
protocol: TCP
|
||||
targetPort: 5037
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
bootwait: "10"
|
||||
checkfreq: "30"
|
||||
devicelist: 10.0.0.192:5555
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: anope
|
||||
version: 2.0.13
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
home: https://truecharts.org/charts/incubator/anope
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,14 +1,3 @@
|
||||
env:
|
||||
CASEMAP: rfc1459
|
||||
DATA_PERM: "770"
|
||||
HOST: irc.example.com
|
||||
IP_ADDR: ""
|
||||
IRCD: inspircd3
|
||||
LOCAL_HOSTNAME: services
|
||||
PASSWORD: ""
|
||||
PORT: "7000"
|
||||
SSL: "yes"
|
||||
UMASK: "000"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/anope
|
||||
@@ -17,24 +6,40 @@ persistence:
|
||||
datapath:
|
||||
enabled: true
|
||||
mountPath: /anope
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CASEMAP: rfc1459
|
||||
DATA_PERM: "770"
|
||||
HOST: irc.example.com
|
||||
IP_ADDR: ""
|
||||
IRCD: inspircd3
|
||||
LOCAL_HOSTNAME: services
|
||||
PASSWORD: ""
|
||||
PORT: "7000"
|
||||
SSL: "yes"
|
||||
UMASK: "000"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: apache-webdav
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Very simple WebDAV server based on Apache. You need a WebDAV client to
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Cloud
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,13 +1,3 @@
|
||||
env:
|
||||
ANONYMOUS_METHODS: ""
|
||||
AUTH_TYPE: Basic
|
||||
LOCATION: /
|
||||
PASSWORD: ""
|
||||
PUMASK: "0000"
|
||||
REALM: WebDAV-Login
|
||||
SERVER_NAMES: localhost
|
||||
SSL_CERT: ""
|
||||
USERNAME: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: apachewebdav/apachewebdav
|
||||
@@ -19,12 +9,14 @@ persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /var/lib/dav/data
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -32,5 +24,18 @@ service:
|
||||
port: 8384
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ANONYMOUS_METHODS: ""
|
||||
AUTH_TYPE: Basic
|
||||
LOCATION: /
|
||||
PASSWORD: ""
|
||||
PUMASK: "0000"
|
||||
REALM: WebDAV-Login
|
||||
SERVER_NAMES: localhost
|
||||
SSL_CERT: ""
|
||||
USERNAME: ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: apprise-api
|
||||
version: 3.0.4
|
||||
version: 4.0.0
|
||||
appVersion: 0.9.5
|
||||
description: Push notifications that work with just about every platform!
|
||||
home: https://truecharts.org/charts/incubator/apprise-api
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- usenet
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,26 +2,19 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: caronc/apprise
|
||||
tag: v0.9.5@sha256:3301daff63ae435e69ac6c3acf5ceb3832d5b40d639b59f73163e3238adb2fe7
|
||||
podSecurityContext:
|
||||
runAsGroup: 33
|
||||
runAsUser: 33
|
||||
fsGroup: 33
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
# runAsNonRoot: false
|
||||
secretEnv:
|
||||
SECRET_KEY: "abc123"
|
||||
env:
|
||||
APPRISE_CONFIG_DIR: /config
|
||||
APPRISE_STATEFUL_MODE: hash
|
||||
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
|
||||
LOG_LEVEL: INFO
|
||||
DEBUG: "no"
|
||||
APPRISE_RECURSION_MAX: 1
|
||||
APPRISE_CONFIG_LOCK: false
|
||||
APPRISE_ALLOW_SERVICES: ""
|
||||
ALLOWED_HOSTS: "*"
|
||||
# APPRISE_STATELESS_URLS
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 33
|
||||
runAsUser: 33
|
||||
pod:
|
||||
fsGroup: 33
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -29,9 +22,19 @@ service:
|
||||
port: 8000
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ALLOWED_HOSTS: "*"
|
||||
APPRISE_ALLOW_SERVICES: ""
|
||||
APPRISE_CONFIG_DIR: /config
|
||||
APPRISE_CONFIG_LOCK: "false"
|
||||
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
|
||||
APPRISE_RECURSION_MAX: "1"
|
||||
APPRISE_STATEFUL_MODE: hash
|
||||
DEBUG: "no"
|
||||
LOG_LEVEL: INFO
|
||||
SECRET_KEY: abc123
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: appsmith
|
||||
version: 5.0.37
|
||||
version: 6.0.0
|
||||
appVersion: 1.9.44
|
||||
description:
|
||||
Turn any datasource into an internal app in minutes. Appsmith lets you
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- appsmith
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,19 +1,23 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: appsmith/appsmith-ce
|
||||
tag: v1.9.44@sha256:5f77c647fff35ca6ac79caeab51109c1b38273faa176155b67346e4c9044b4a0
|
||||
pullPolicy: IfNotPresent
|
||||
persistence:
|
||||
appsmithstacks:
|
||||
enabled: true
|
||||
mountPath: /appsmith-stacks
|
||||
portal:
|
||||
enabled: true
|
||||
redis:
|
||||
enabled: true
|
||||
existingSecret: rediscreds
|
||||
redisUsername: appsmith
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
env:
|
||||
APPSMITH_ADMIN_EMAILS: "me@example.com,you@example.com"
|
||||
APPSMITH_REDIS_URL:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
key: url
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -27,19 +31,14 @@ service:
|
||||
enabled: true
|
||||
port: 10218
|
||||
targetPort: 9001
|
||||
persistence:
|
||||
appsmithstacks:
|
||||
enabled: true
|
||||
mountPath: "/appsmith-stacks"
|
||||
redis:
|
||||
enabled: true
|
||||
existingSecret: "rediscreds"
|
||||
redisUsername: appsmith
|
||||
# mongodb:
|
||||
# enabled: true
|
||||
# mongodbUsername: appsmith
|
||||
# mongodbDatabase: appsmith
|
||||
# existingSecret: "mongodbcreds"
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
APPSMITH_ADMIN_EMAILS: me@example.com,you@example.com
|
||||
APPSMITH_REDIS_URL:
|
||||
secretKeyRef:
|
||||
key: url
|
||||
name: rediscreds
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: archiveteam-warrior
|
||||
version: 2.0.16
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
The Archive Team Warrior is a virtual archiving appliance. You can run
|
||||
@@ -25,7 +25,7 @@ keywords:
|
||||
- Downloaders
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: atdr.meo.ws/archiveteam/warrior-dockerfile
|
||||
tag: latest@sha256:d60797c520bdc4379b0289d399408bbe3a3d36a85c62c3abdb66ccfef2d2bbcf
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -16,5 +17,3 @@ service:
|
||||
port: 8001
|
||||
protocol: TCP
|
||||
targetPort: 8001
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: arma3
|
||||
version: 2.0.11
|
||||
version: 3.0.0
|
||||
appVersion: arma3
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install ArmA
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,20 +2,24 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: arma3@sha256:2ba70991d7a3ecf358ac708f2cee326c9bbf34666d1a5b8794ec1ce4ccf30add
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
profiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/.local/share
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "233780"
|
||||
GAME_PARAMS: -config=server.cfg -mod=
|
||||
GAME_PORT: "2302"
|
||||
VALIDATE: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -63,15 +67,15 @@ service:
|
||||
port: 2305
|
||||
protocol: UDP
|
||||
targetPort: 2305
|
||||
persistence:
|
||||
profiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/.local/share
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "233780"
|
||||
GAME_PARAMS: -config=server.cfg -mod=
|
||||
GAME_PORT: "2302"
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: arma3exilemod
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: arma3exilemod
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install ArmA
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,23 +2,24 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: arma3exilemod@sha256:fb5adf42b5b4808112632dede2eb80f3aa0407ec451b206ada8ac2164988c829
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
profiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/.local/share
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
|
||||
GAME_ID: "233780"
|
||||
GAME_PARAMS: ""
|
||||
GAME_PORT: "2302"
|
||||
MARIA_DB_ROOT_PWD: ExileMod
|
||||
VALIDATE: false
|
||||
WORKSHOP_MAN_INST: ""
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -74,15 +75,18 @@ service:
|
||||
port: 2305
|
||||
protocol: UDP
|
||||
targetPort: 2305
|
||||
persistence:
|
||||
profiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/.local/share
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
|
||||
GAME_ID: "233780"
|
||||
GAME_PARAMS: ""
|
||||
GAME_PORT: "2302"
|
||||
MARIA_DB_ROOT_PWD: ExileMod
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
WORKSHOP_MAN_INST: ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: artifactory-oss
|
||||
version: 2.0.22
|
||||
version: 3.0.0
|
||||
appVersion: 7.71.4
|
||||
description:
|
||||
JFrog’s Artifactory open source project was created to speed up development
|
||||
@@ -25,7 +25,7 @@ keywords:
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
env:
|
||||
EXTRA_JAVA_OPTIONS: -Xms512m -Xmx4g
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.bintray.io/jfrog/artifactory-oss
|
||||
@@ -8,12 +6,14 @@ persistence:
|
||||
varoptjfrogartifactory:
|
||||
enabled: true
|
||||
mountPath: /var/opt/jfrog/artifactory
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -21,5 +21,10 @@ service:
|
||||
port: 8181
|
||||
protocol: TCP
|
||||
targetPort: 8081
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
EXTRA_JAVA_OPTIONS: -Xms512m -Xmx4g
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: assettocorsa
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: assettocorsa
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install AssettoCorsa
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,27 +2,22 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: assettocorsa@sha256:ede1a9cb841bec49e6b253445ff74901c3ab58ed61704b02865c2ccdb4d4e767
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "302550"
|
||||
INSTALL_ASSETTO_SERVER_MANAGER: ""
|
||||
INSTALL_STRACKER: ""
|
||||
VALIDATE: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 9600
|
||||
protocol: TCP
|
||||
targetPort: 9600
|
||||
assetto:
|
||||
enabled: true
|
||||
ports:
|
||||
@@ -31,6 +26,12 @@ service:
|
||||
port: 8772
|
||||
protocol: TCP
|
||||
targetPort: 8772
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 9600
|
||||
protocol: TCP
|
||||
targetPort: 9600
|
||||
stracker:
|
||||
enabled: true
|
||||
ports:
|
||||
@@ -55,12 +56,15 @@ service:
|
||||
port: 9600
|
||||
protocol: UDP
|
||||
targetPort: 9600
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "302550"
|
||||
INSTALL_ASSETTO_SERVER_MANAGER: ""
|
||||
INSTALL_STRACKER: ""
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: aurora-files
|
||||
version: 2.0.14
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Aurora Files is an open-source file storage platform for small teams
|
||||
@@ -25,7 +25,7 @@ keywords:
|
||||
- Network-FTP
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,27 +1,31 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: afterlogic/docker-aurora-files
|
||||
tag: latest@sha256:f814f7eb86a648bfa027c7aa1ad28ca1192464a4755b13724a2653f6ef912381
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: auto-yt-dl
|
||||
version: 2.0.17
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
auto-yt-dl is used to automatically download new Videos of specific YouTube
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- Downloaders
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: guhu007/auto-yt-dl
|
||||
@@ -10,12 +9,14 @@ persistence:
|
||||
hostpath1:
|
||||
enabled: true
|
||||
mountPath: /app/Downloads
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -23,5 +24,3 @@ service:
|
||||
port: 5000
|
||||
protocol: TCP
|
||||
targetPort: 5000
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: avorion
|
||||
version: 2.0.13
|
||||
version: 3.0.0
|
||||
appVersion: avorion
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install Avorion
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,36 +2,22 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: avorion@sha256:5102dcf90f75793d42d77e316bd7fc78861e8fc2b8318cb6efb819af95602c82
|
||||
stdin: true
|
||||
tty: true
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GALAXY_NAME: AvorionDocker
|
||||
GAME_ID: "565060"
|
||||
GAME_PARAMS: ""
|
||||
VALIDATE: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27000
|
||||
protocol: TCP
|
||||
targetPort: 27000
|
||||
hostport2:
|
||||
enabled: true
|
||||
ports:
|
||||
@@ -64,12 +50,30 @@ service:
|
||||
port: 27021
|
||||
protocol: UDP
|
||||
targetPort: 27021
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 27000
|
||||
protocol: TCP
|
||||
targetPort: 27000
|
||||
stdin: true
|
||||
tty: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GALAXY_NAME: AvorionDocker
|
||||
GAME_ID: "565060"
|
||||
GAME_PARAMS: ""
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: awesome-ttrss
|
||||
version: 4.0.2
|
||||
version: 5.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Awesome TTRSS aims to provide a powerful Chartized all-in-one solution
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- awesome-ttrss
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 15.3.3
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,58 +1,53 @@
|
||||
cnpg:
|
||||
main:
|
||||
database: awesome-ttrss
|
||||
enabled: true
|
||||
user: awesome-ttrss
|
||||
image:
|
||||
repository: wangqiru/ttrss
|
||||
pullPolicy: IfNotPresent
|
||||
repository: wangqiru/ttrss
|
||||
tag: latest@sha256:b883ac1dad416ecf17cb351f641497348912e9790c3600f36bdd4436c5872b14
|
||||
|
||||
persistence:
|
||||
icons:
|
||||
enabled: true
|
||||
mountPath: /var/www/feed-icons
|
||||
plugins:
|
||||
enabled: true
|
||||
mountPath: /var/www/plugins.local
|
||||
themes:
|
||||
enabled: true
|
||||
mountPath: /var/www/themes.local
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
SELF_URL_PATH: ""
|
||||
DB_NAME: "{{ .Values.cnpg.main.database }}"
|
||||
DB_USER: "{{ .Values.cnpg.main.user }}"
|
||||
DB_PORT: "5432"
|
||||
DB_PASS:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10246
|
||||
targetPort: 80
|
||||
|
||||
persistence:
|
||||
icons:
|
||||
enabled: true
|
||||
mountPath: "/var/www/feed-icons"
|
||||
plugins:
|
||||
enabled: true
|
||||
mountPath: "/var/www/plugins.local"
|
||||
themes:
|
||||
enabled: true
|
||||
mountPath: "/var/www/themes.local"
|
||||
|
||||
cnpg:
|
||||
workload:
|
||||
main:
|
||||
enabled: true
|
||||
user: awesome-ttrss
|
||||
database: awesome-ttrss
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
key: host
|
||||
name: cnpg-main-urls
|
||||
DB_NAME: "{{ .Values.cnpg.main.database }}"
|
||||
DB_PASS:
|
||||
secretKeyRef:
|
||||
key: password
|
||||
name: cnpg-main-user
|
||||
DB_PORT: "5432"
|
||||
DB_USER: "{{ .Values.cnpg.main.user }}"
|
||||
SELF_URL_PATH: ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: baikal
|
||||
version: 2.0.13
|
||||
version: 3.0.0
|
||||
appVersion: 0.9.3
|
||||
description: Baikal is a lightweight CalDAV+CardDAV server
|
||||
home: https://truecharts.org/charts/incubator/baikal
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- baikal
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,20 +1,7 @@
|
||||
image:
|
||||
repository: ckulka/baikal
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ckulka/baikal
|
||||
tag: 0.9.3-nginx@sha256:a66b84146894a4014e25f85d94db2751f873f275c98c7cdd4c0002ac78b86b75
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10293
|
||||
protocol: HTTP
|
||||
targetPort: 80
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
@@ -24,3 +11,16 @@ persistence:
|
||||
mountPath: /var/www/baikal/Specific
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10293
|
||||
protocol: HTTP
|
||||
targetPort: 80
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: barcodebuddy
|
||||
version: 2.0.15
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
"<b>Barcode Buddy is a Grocy companion app/plugin, which allows
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: f0rc3/barcodebuddy-docker
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -20,5 +21,3 @@ service:
|
||||
port: 8450
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: barotrauma
|
||||
version: 2.0.13
|
||||
version: 3.0.0
|
||||
appVersion: barotrauma
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install Barotrauma
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,26 +2,21 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: barotrauma@sha256:8dfa8a0d5f6f163c67b78c5b0c3edaab07517988a1a82e78383041f77f415025
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "1026340"
|
||||
GAME_PARAMS: ""
|
||||
VALIDATE: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -37,12 +32,21 @@ service:
|
||||
port: 27016
|
||||
protocol: UDP
|
||||
targetPort: 27016
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "1026340"
|
||||
GAME_PARAMS: ""
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: batnoter
|
||||
version: 2.0.11
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
BatNoter is a web application that allows users to store notes in their
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- notes
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/batnoter/batnoter/batnoter-ui
|
||||
tag: latest@sha256:9916463b41965035cc695b27bc8f3bf0fdc5923f5046d8fbd857d206b2d120a4
|
||||
pullPolicy: IfNotPresent
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -15,5 +17,3 @@ service:
|
||||
port: 10351
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: bender
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: 1.0.3
|
||||
description: A link dashboard that can be managed without any code.
|
||||
home: https://truecharts.org/charts/incubator/bender
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- dashboard
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,17 +1,21 @@
|
||||
image:
|
||||
repository: jez500/bender
|
||||
tag: 1.0.3@sha256:32983833590fb1662742065cbd2ff209e0d913cd373a46f075aa482aa7ee5fc9
|
||||
pullPolicy: IfNotPresent
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
bender:
|
||||
init_assets: true
|
||||
env:
|
||||
INIT_ASSETS: '{{ ternary "1" "0" .Values.bender.init_assets }}'
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: jez500/bender
|
||||
tag: 1.0.3@sha256:32983833590fb1662742065cbd2ff209e0d913cd373a46f075aa482aa7ee5fc9
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /app/static
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -19,9 +23,10 @@ service:
|
||||
port: 10353
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /app/static
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
INIT_ASSETS: '{{ ternary "1" "0" .Values.bender.init_assets }}'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: bitcoin-node
|
||||
version: 2.0.15
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
|
||||
home: https://truecharts.org/charts/incubator/bitcoin-node
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- Crypto
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: kylemanna/bitcoind
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
blockhainstorage:
|
||||
enabled: true
|
||||
mountPath: /bitcoin/.bitcoin
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -28,5 +29,3 @@ service:
|
||||
port: 8333
|
||||
protocol: TCP
|
||||
targetPort: 8333
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: bitcoind
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: |
|
||||
Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Crypto
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ofawx/bitcoind
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /root/.bitcoin/
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
localrpc:
|
||||
enabled: true
|
||||
@@ -28,5 +29,3 @@ service:
|
||||
port: 8333
|
||||
protocol: TCP
|
||||
targetPort: 8333
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: bitcoinunlimited
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
The Bitcoin Unlimited project seeks to provide a voice to all stakeholders
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- Network-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: amacneil/bitcoinunlimited
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
communicationp:
|
||||
enabled: true
|
||||
@@ -44,5 +45,3 @@ service:
|
||||
port: 18332
|
||||
protocol: TCP
|
||||
targetPort: 18332
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: bitcoinwalletgui
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: |
|
||||
Bitcoin wallet with GUI over VNC and NoVNC.
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
env:
|
||||
VNC_PW: vncpassword
|
||||
VNC_RESOLUTION: 1280x1024
|
||||
VNC_VIEW_ONLY: "false"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ulisses1478/bitcoinwallet-gui
|
||||
@@ -10,12 +6,14 @@ persistence:
|
||||
bitcoinblockchainpath:
|
||||
enabled: true
|
||||
mountPath: /headless/.bitcoin/
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -31,5 +29,12 @@ service:
|
||||
port: 5905
|
||||
protocol: TCP
|
||||
targetPort: 5901
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
VNC_PW: vncpassword
|
||||
VNC_RESOLUTION: 1280x1024
|
||||
VNC_VIEW_ONLY: "false"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: blender-desktop-g3
|
||||
version: 2.0.14
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
||||
@@ -25,7 +25,7 @@ keywords:
|
||||
- MediaApp-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
env:
|
||||
VNC_PW: unraid
|
||||
VNC_RESOLUTION: 1360x768
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: accetto/ubuntu-vnc-xfce-blender-g3
|
||||
@@ -12,12 +9,14 @@ persistence:
|
||||
storageprojects:
|
||||
enabled: true
|
||||
mountPath: /srv/projects
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -33,5 +32,11 @@ service:
|
||||
port: 5901
|
||||
protocol: TCP
|
||||
targetPort: 5901
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
VNC_PW: unraid
|
||||
VNC_RESOLUTION: 1360x768
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: blender
|
||||
version: 2.0.24
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Blender(https://www.blender.org/) is a free and open-source 3D computer
|
||||
@@ -27,7 +27,7 @@ keywords:
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
env:
|
||||
KEYBOARD: ""
|
||||
SUBFOLDER: ""
|
||||
UMASK: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: lscr.io/linuxserver/blender
|
||||
@@ -10,12 +6,14 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -23,5 +21,12 @@ service:
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
targetPort: 3000
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
KEYBOARD: ""
|
||||
SUBFOLDER: ""
|
||||
UMASK: ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: breitbandmessung-de
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
A script to enable customers of lazy ISPs to perform measurement campaigns
|
||||
@@ -26,7 +26,7 @@ keywords:
|
||||
- Network-Management
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: shneezin/breitbandmessung-node
|
||||
@@ -10,24 +9,29 @@ persistence:
|
||||
messurementlogs:
|
||||
enabled: true
|
||||
mountPath: /export/
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: briefkasten
|
||||
version: 0.0.19
|
||||
version: 1.0.0
|
||||
appVersion: latest
|
||||
description: Self-hosted bookmarking application.
|
||||
home: https://truecharts.org/charts/incubator/briefkasten
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- bookmark
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,13 +1,3 @@
|
||||
image:
|
||||
repository: ndom91/briefkasten
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:9de8da3e0e71a3e5f58543e165604b2416815f5099977b0c2727435670d60aed
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
briefkasten:
|
||||
general:
|
||||
nextauth_url: http://localhost:3000
|
||||
@@ -17,18 +7,30 @@ briefkasten:
|
||||
google:
|
||||
id: ""
|
||||
secret: ""
|
||||
supabase:
|
||||
key:
|
||||
url:
|
||||
bucket_id:
|
||||
mail:
|
||||
from:
|
||||
server:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
||||
- configMapRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-config'
|
||||
from: null
|
||||
server: null
|
||||
supabase:
|
||||
bucket_id: null
|
||||
key: null
|
||||
url: null
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ndom91/briefkasten
|
||||
tag: latest@sha256:9de8da3e0e71a3e5f58543e165604b2416815f5099977b0c2727435670d60aed
|
||||
portal:
|
||||
enabled: true
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: dbcreds
|
||||
postgresqlDatabase: briefkasten
|
||||
postgresqlUsername: briefkasten
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -36,23 +38,26 @@ service:
|
||||
port: 10349
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
type: HTTP
|
||||
path: /
|
||||
readiness:
|
||||
enabled: false
|
||||
type: HTTP
|
||||
path: /
|
||||
startup:
|
||||
enabled: false
|
||||
type: HTTP
|
||||
path: /
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: dbcreds
|
||||
postgresqlUsername: briefkasten
|
||||
postgresqlDatabase: briefkasten
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
||||
- configMapRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-config'
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
path: /
|
||||
type: HTTP
|
||||
readiness:
|
||||
enabled: false
|
||||
path: /
|
||||
type: HTTP
|
||||
startup:
|
||||
enabled: false
|
||||
path: /
|
||||
type: HTTP
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: btdex
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- Crypto
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
env:
|
||||
DISPLAY_HEIGHT: 800|900|1050
|
||||
DISPLAY_WIDTH: 1440|1680
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: furritos/docker-btdex
|
||||
@@ -9,12 +6,14 @@ persistence:
|
||||
btdex:
|
||||
enabled: true
|
||||
mountPath: /opt/btdex/cache
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -22,5 +21,11 @@ service:
|
||||
port: 5800
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
DISPLAY_HEIGHT: 800|900|1050
|
||||
DISPLAY_WIDTH: 1440|1680
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: bwapp
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
bWAPP, or a buggy web application, is a free and open source deliberately
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,27 +1,31 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: raesene/bwapp
|
||||
tag: latest@sha256:2f41183ea9f9e8fb36678d7a2a0c8a9db9a59f4569cee02fe6664b419b2600ee
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cadquery-jupyter
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: 3.5.2
|
||||
description:
|
||||
CadQuery is an intuitive, easy-to-use Python module for building parametric
|
||||
@@ -28,7 +28,7 @@ keywords:
|
||||
- Network-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: bwalter42/jupyter_cadquery
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
workdir:
|
||||
enabled: true
|
||||
mountPath: /home/cq
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -20,5 +21,3 @@ service:
|
||||
port: 8888
|
||||
protocol: TCP
|
||||
targetPort: 8888
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cadquery-server
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
CadQuery is an intuitive, easy-to-use Python module for building parametric
|
||||
@@ -27,7 +27,7 @@ keywords:
|
||||
- Network-Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,27 +1,31 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: cadquery/cadquery-server
|
||||
tag: latest@sha256:d0aed7996bd4d4a84bd7eecd2a6d86f26c22193ad33b9297b1a840871c1d05b6
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
portal:
|
||||
enabled: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: checkmk
|
||||
version: 0.0.10
|
||||
version: 1.0.0
|
||||
appVersion: 2.2.0
|
||||
description:
|
||||
Checkmk is a leading tool for Infrastructure and Application Monitoring.
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,74 +1,79 @@
|
||||
image:
|
||||
repository: checkmk/check-mk-raw
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.2.0-latest@sha256:69baf5cd496fdd623ad36ccc466399aaab2de492f54787f4cc94e3cdf14ea378
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
cmk:
|
||||
password: secret
|
||||
site_id: cmk
|
||||
livestatus_tcp: true
|
||||
mail_relay_host: ""
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
targetPort: 5000
|
||||
port: 15000
|
||||
receiver:
|
||||
password: secret
|
||||
site_id: cmk
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: checkmk/check-mk-raw
|
||||
tag: 2.2.0-latest@sha256:69baf5cd496fdd623ad36ccc466399aaab2de492f54787f4cc94e3cdf14ea378
|
||||
persistence:
|
||||
cmk-cron:
|
||||
enabled: true
|
||||
ports:
|
||||
receiver:
|
||||
enabled: true
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
port: 18000
|
||||
mountPath: /var/spool/cron/crontabs
|
||||
type: emptyDir
|
||||
cmk-temp:
|
||||
enabled: true
|
||||
mountPath: /omd/sites/cmk/tmp
|
||||
type: emptyDir
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /omd/sites
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
livestatustcp:
|
||||
enabled: true
|
||||
ports:
|
||||
livestatustcp:
|
||||
enabled: true
|
||||
targetPort: 6557
|
||||
port: 6557
|
||||
probes:
|
||||
liveness:
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
readiness:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
startup:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
persistence:
|
||||
config:
|
||||
targetPort: 6557
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 15000
|
||||
protocol: HTTP
|
||||
targetPort: 5000
|
||||
receiver:
|
||||
enabled: true
|
||||
mountPath: /omd/sites
|
||||
cmk-temp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /omd/sites/cmk/tmp
|
||||
cmk-cron:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /var/spool/cron/crontabs
|
||||
portal:
|
||||
enabled: true
|
||||
ports:
|
||||
receiver:
|
||||
enabled: true
|
||||
port: 18000
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
||||
probes:
|
||||
liveness:
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
readiness:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
startup:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cherry
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: 0.0.7
|
||||
description: An open source self-hosted bookmark service
|
||||
home: https://truecharts.org/charts/incubator/cherry
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- bookmark
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,35 +1,26 @@
|
||||
image:
|
||||
repository: haishanh/cherry
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.0.7@sha256:ac38d09dc167501882b60c882931ba89a2cdc4feb2f30e768098f142dde8b9ee
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-cherry-secret'
|
||||
- configMapRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-cherry-configmap'
|
||||
cherry:
|
||||
insecure_cookie: true
|
||||
public_registration: true
|
||||
page_bookmark_limit: 60
|
||||
google_oauth_uri: ""
|
||||
google_oauth_id: ""
|
||||
google_oauth_secret: ""
|
||||
probes:
|
||||
liveness:
|
||||
type: HTTP
|
||||
path: /
|
||||
readiness:
|
||||
type: HTTP
|
||||
path: /
|
||||
startup:
|
||||
type: HTTP
|
||||
path: /
|
||||
google_oauth_uri: ""
|
||||
insecure_cookie: true
|
||||
page_bookmark_limit: 60
|
||||
public_registration: true
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: haishanh/cherry
|
||||
tag: v0.0.7@sha256:ac38d09dc167501882b60c882931ba89a2cdc4feb2f30e768098f142dde8b9ee
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -37,9 +28,23 @@ service:
|
||||
port: 10303
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-cherry-secret'
|
||||
- configMapRef:
|
||||
name: '{{ include "tc.common.names.fullname" . }}-cherry-configmap'
|
||||
probes:
|
||||
liveness:
|
||||
path: /
|
||||
type: HTTP
|
||||
readiness:
|
||||
path: /
|
||||
type: HTTP
|
||||
startup:
|
||||
path: /
|
||||
type: HTTP
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: chivalry-medievalwarfare
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: chivalrymw
|
||||
description:
|
||||
"This Chart will download and install SteamCMD. It will also install
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,52 +2,6 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: chivalrymw@sha256:4c7d2b30d07b2ba596bec1dd3afe52755583a483b14d9c3d4810704a36260364
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
ADMIN_PWD: adminDocker
|
||||
GAME_ID: "220070"
|
||||
GAME_PARAMS: ?port=7000?queryport=7010
|
||||
GAME_PARAMS_EXTRA: -seekfreeloadingserver
|
||||
MAP: aocffa-moor_p
|
||||
VALIDATE: true
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 7000
|
||||
protocol: UDP
|
||||
targetPort: 7000
|
||||
gamequeryport:
|
||||
enabled: true
|
||||
ports:
|
||||
gamequeryport:
|
||||
enabled: true
|
||||
port: 7010
|
||||
protocol: UDP
|
||||
targetPort: 7010
|
||||
steamqueryport:
|
||||
enabled: true
|
||||
ports:
|
||||
steamqueryport:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
@@ -57,3 +11,53 @@ persistence:
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
gamequeryport:
|
||||
enabled: true
|
||||
ports:
|
||||
gamequeryport:
|
||||
enabled: true
|
||||
port: 7010
|
||||
protocol: UDP
|
||||
targetPort: 7010
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 7000
|
||||
protocol: UDP
|
||||
targetPort: 7000
|
||||
steamqueryport:
|
||||
enabled: true
|
||||
ports:
|
||||
steamqueryport:
|
||||
enabled: true
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ADMIN_PWD: adminDocker
|
||||
GAME_ID: "220070"
|
||||
GAME_PARAMS: ?port=7000?queryport=7010
|
||||
GAME_PARAMS_EXTRA: -seekfreeloadingserver
|
||||
MAP: aocffa-moor_p
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "true"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: chowdown
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: Simple recipes in Markdown format.
|
||||
home: https://truecharts.org/charts/incubator/chowdown
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- Other
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: gregyankovoy/chowdown
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -20,5 +21,3 @@ service:
|
||||
port: 4000
|
||||
protocol: TCP
|
||||
targetPort: 4000
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: chromium-desktop-g3
|
||||
version: 2.0.19
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Network-Web
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
env:
|
||||
VNC_PW: unraid
|
||||
VNC_RESOLUTION: 1360x768
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: accetto/ubuntu-vnc-xfce-chromium-g3
|
||||
@@ -9,12 +6,14 @@ persistence:
|
||||
internalshare:
|
||||
enabled: true
|
||||
mountPath: /UNRAID_SHARE
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -30,5 +29,11 @@ service:
|
||||
port: 5901
|
||||
protocol: TCP
|
||||
targetPort: 5901
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
VNC_PW: unraid
|
||||
VNC_RESOLUTION: 1360x768
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: chromium
|
||||
version: 2.0.20
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Chromium is a free and open-source software project developed by the
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
env:
|
||||
CUSTOM_RES_H: "768"
|
||||
CUSTOM_RES_W: "1280"
|
||||
EXTRA_PARAMETERS: ""
|
||||
UMASK: "000"
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/chrome
|
||||
@@ -11,12 +6,14 @@ persistence:
|
||||
datadir:
|
||||
enabled: true
|
||||
mountPath: /chrome
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -24,5 +21,13 @@ service:
|
||||
port: 8080
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CUSTOM_RES_H: "768"
|
||||
CUSTOM_RES_W: "1280"
|
||||
EXTRA_PARAMETERS: ""
|
||||
UMASK: "000"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: chronograf
|
||||
version: 2.0.17
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
Chronograf is InfluxData’s open source web application. Use Chronograf
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- Tools-System
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: chronograf
|
||||
@@ -7,12 +6,14 @@ persistence:
|
||||
chronograf:
|
||||
enabled: true
|
||||
mountPath: /var/lib/chronograf
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -20,5 +21,3 @@ service:
|
||||
port: 8888
|
||||
protocol: TCP
|
||||
targetPort: 8888
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: ciao
|
||||
version: 2.0.15
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description:
|
||||
ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on
|
||||
@@ -24,7 +24,7 @@ keywords:
|
||||
- Tools-System
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,14 +1,3 @@
|
||||
env:
|
||||
SECRET_KEY_BASE: sensitive_secret_key_base
|
||||
SMTP_ADDRESS: smtp.yourhost.com
|
||||
SMTP_AUTHENTICATION: plain
|
||||
SMTP_DOMAIN: smtp.yourhost.com
|
||||
SMTP_EMAIL_FROM: ciao@yourhost.com
|
||||
SMTP_EMAIL_TO: you@yourhost.com
|
||||
SMTP_ENABLE_STARTTLS_AUTO: "true"
|
||||
SMTP_PASSWORD: sensitive_password
|
||||
SMTP_PORT: "587"
|
||||
SMTP_USERNAME: ciao
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: brotandgames/ciao
|
||||
@@ -17,12 +6,14 @@ persistence:
|
||||
databaselocation:
|
||||
enabled: true
|
||||
mountPath: /app/db/sqlite
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -30,5 +21,19 @@ service:
|
||||
port: 8090
|
||||
protocol: TCP
|
||||
targetPort: 3000
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
SECRET_KEY_BASE: sensitive_secret_key_base
|
||||
SMTP_ADDRESS: smtp.yourhost.com
|
||||
SMTP_AUTHENTICATION: plain
|
||||
SMTP_DOMAIN: smtp.yourhost.com
|
||||
SMTP_EMAIL_FROM: ciao@yourhost.com
|
||||
SMTP_EMAIL_TO: you@yourhost.com
|
||||
SMTP_ENABLE_STARTTLS_AUTO: "true"
|
||||
SMTP_PASSWORD: sensitive_password
|
||||
SMTP_PORT: "587"
|
||||
SMTP_USERNAME: ciao
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: citadel-forgedwithfire
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
appVersion: citadelfwf
|
||||
description:
|
||||
This Chart will download and install SteamCMD. It will also install Citadel
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- GameServers
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,26 +2,21 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ich777/steamcmd
|
||||
tag: citadelfwf@sha256:0060b01075b60f4107caa530a58cc8735b4c18558a820f080f4862e72405bc24
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
secretEnv:
|
||||
USERNAME: ""
|
||||
PASSWRD: ""
|
||||
env:
|
||||
GAME_ID: "489650 "
|
||||
GAME_PARAMS: ""
|
||||
VALIDATE: false
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -37,12 +32,21 @@ service:
|
||||
port: 27015
|
||||
protocol: UDP
|
||||
targetPort: 27015
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GAME_ID: "489650 "
|
||||
GAME_PARAMS: ""
|
||||
PASSWRD: ""
|
||||
USERNAME: ""
|
||||
VALIDATE: "false"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cleanarr
|
||||
version: 2.0.13
|
||||
version: 3.0.0
|
||||
appVersion: 2.5.0
|
||||
description:
|
||||
A simple UI to help find and delete duplicate and sample files from your
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- cleanarr
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -2,30 +2,36 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: selexin/cleanarr
|
||||
tag: v2.5.0@sha256:26d636d29701431fdb1297e2f1aeeae88084e1dd952f133dcd08efb1220fc034
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
env:
|
||||
BYPASS_SSL_VERIFY: '{{ ternary "1" "0" .Values.env.BYPASS_SSL_VERIFY_BOOL }}'
|
||||
# User defined
|
||||
BYPASS_SSL_VERIFY_BOOL: true
|
||||
LIBRARY_NAMES: ""
|
||||
PLEX_BASE_URL: ""
|
||||
PLEX_TOKEN: ""
|
||||
PAGE_SIZE: 50
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
port: 10247
|
||||
targetPort: 80
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10247
|
||||
protocol: HTTP
|
||||
targetPort: 80
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
BYPASS_SSL_VERIFY:
|
||||
'{{ ternary "1" "0" .Values.env.BYPASS_SSL_VERIFY_BOOL
|
||||
}}'
|
||||
BYPASS_SSL_VERIFY_BOOL: "true"
|
||||
LIBRARY_NAMES: ""
|
||||
PAGE_SIZE: "50"
|
||||
PLEX_BASE_URL: ""
|
||||
PLEX_TOKEN: ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: clipplex
|
||||
version: 0.0.9
|
||||
version: 1.0.0
|
||||
appVersion: latest
|
||||
description: Clip your plex media to share.
|
||||
home: https://truecharts.org/charts/incubator/clipplex
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- media
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,24 +1,28 @@
|
||||
image:
|
||||
repository: jonnike/clipplex
|
||||
pullPolicy: IfNotPresent
|
||||
repository: jonnike/clipplex
|
||||
tag: latest@sha256:12b36150a6db7dedd185c83cd56c7839d639efdc3d2de32a028c9d7e8151e954
|
||||
secretEnv:
|
||||
PLEX_TOKEN: ""
|
||||
STREAMABLE_LOGIN: ""
|
||||
STREAMABLE_PASSWORD: ""
|
||||
env:
|
||||
PLEX_URL: ""
|
||||
PYTHONUNBUFFERED: 1
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
targetPort: 5000
|
||||
port: 10602
|
||||
persistence:
|
||||
clips:
|
||||
enabled: true
|
||||
mountPath: /app/app/static/media
|
||||
portal:
|
||||
enabled: true
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10602
|
||||
protocol: HTTP
|
||||
targetPort: 5000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
PLEX_TOKEN: ""
|
||||
PLEX_URL: ""
|
||||
PYTHONUNBUFFERED: "1"
|
||||
STREAMABLE_LOGIN: ""
|
||||
STREAMABLE_PASSWORD: ""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cloudbeaver
|
||||
version: 3.0.0
|
||||
version: 4.0.0
|
||||
appVersion: 23.3.0
|
||||
description: Cloud Database Manager (Official Chart)
|
||||
home: https://truecharts.org/charts/incubator/cloudbeaver
|
||||
|
||||
@@ -2,14 +2,20 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: dbeaver/cloudbeaver
|
||||
tag: 23.3.0@sha256:4ec08435112630177c9ce78f78bb4313668844f40d6f2a51b7ab92463412a04e
|
||||
|
||||
persistence:
|
||||
workspace:
|
||||
enabled: true
|
||||
mountPath: /opt/cloudbeaver/workspace
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -17,12 +23,3 @@ service:
|
||||
port: 8978
|
||||
protocol: http
|
||||
targetPort: 8978
|
||||
|
||||
persistence:
|
||||
workspace:
|
||||
enabled: true
|
||||
mountPath: /opt/cloudbeaver/workspace
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: cloudcommander
|
||||
version: 2.0.16
|
||||
version: 3.0.0
|
||||
appVersion: latest
|
||||
description: |
|
||||
[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- Tools-Utilities
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 11.1.2
|
||||
version: 16.0.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
env:
|
||||
HOME: /root
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: coderaiser/cloudcmd
|
||||
@@ -11,12 +9,14 @@ persistence:
|
||||
mountpath:
|
||||
enabled: true
|
||||
mountPath: /UNRAID
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
portal:
|
||||
enabled: true
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -24,5 +24,10 @@ service:
|
||||
port: 8765
|
||||
protocol: TCP
|
||||
targetPort: 8000
|
||||
portal:
|
||||
enabled: true
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
HOME: /root
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user