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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: acestream
|
name: acestream
|
||||||
version: 3.0.3
|
version: 4.0.0
|
||||||
appVersion: 2.0.2.8
|
appVersion: 2.0.2.8
|
||||||
description: IPTV service providing streaming, playlist, search engine and epg.
|
description: IPTV service providing streaming, playlist, search engine and epg.
|
||||||
home: https://truecharts.org/charts/incubator/acestream
|
home: https://truecharts.org/charts/incubator/acestream
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- MediaServer-Video
|
- MediaServer-Video
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,25 +2,30 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: vstavrinov/acestream-service
|
repository: vstavrinov/acestream-service
|
||||||
tag: 2.0.2.8@sha256:f70398ee687e499bf967201706b7fa33d3df71bf30de9a8bf2c40af0e46dd9a4
|
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:
|
persistence:
|
||||||
acestreamcache:
|
acestreamcache:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /srv/acestream/.ACEStream
|
mountPath: /srv/acestream/.ACEStream
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: adguardhome-sync
|
name: adguardhome-sync
|
||||||
version: 3.0.3
|
version: 4.0.0
|
||||||
appVersion: 0.5.1
|
appVersion: 0.5.1
|
||||||
description: Synchronize AdGuardHome config to replica instances.
|
description: Synchronize AdGuardHome config to replica instances.
|
||||||
home: https://truecharts.org/charts/incubator/adguardhome-sync
|
home: https://truecharts.org/charts/incubator/adguardhome-sync
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- Other
|
- Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,31 +2,8 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/bakito/adguardhome-sync
|
repository: ghcr.io/bakito/adguardhome-sync
|
||||||
tag: v0.5.1@sha256:34c718be3a9a7587e744d70a6d6cb9ed731fd9abbee4994fa920fa7e51d595c2
|
tag: v0.5.1@sha256:34c718be3a9a7587e744d70a6d6cb9ed731fd9abbee4994fa920fa7e51d595c2
|
||||||
args:
|
portal:
|
||||||
- run
|
enabled: true
|
||||||
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
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -34,5 +11,32 @@ service:
|
|||||||
port: 8080
|
port: 8080
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: alienswarm-reactivedrop
|
name: alienswarm-reactivedrop
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: alienswarmreactivedrop
|
appVersion: alienswarmreactivedrop
|
||||||
description:
|
description:
|
||||||
"This Chart will download and install SteamCMD. It will also install
|
"This Chart will download and install SteamCMD. It will also install
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,28 +2,21 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: alienswarmreactivedrop@sha256:fbe0f8425e9f427c4510192035e8795166bf4f0011d21060ce3445b409858176
|
tag: alienswarmreactivedrop@sha256:fbe0f8425e9f427c4510192035e8795166bf4f0011d21060ce3445b409858176
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
serverfiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
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 }}"
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -39,12 +32,23 @@ service:
|
|||||||
port: 27015
|
port: 27015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 27015
|
targetPort: 27015
|
||||||
persistence:
|
workload:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/serverfiles
|
containers:
|
||||||
steamcmd:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_ID: "563560"
|
||||||
portal:
|
GAME_NAME: reactivedrop
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: alienswarm
|
name: alienswarm
|
||||||
version: 2.0.11
|
version: 3.0.0
|
||||||
appVersion: alienswarm
|
appVersion: alienswarm
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install Alien
|
This Chart will download and install SteamCMD. It will also install Alien
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,28 +2,21 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: alienswarm@sha256:b4fc6b67678589c7ff1035ebbdef631f40efa7886c14e93b1f640de10563d422
|
tag: alienswarm@sha256:b4fc6b67678589c7ff1035ebbdef631f40efa7886c14e93b1f640de10563d422
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
serverfiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
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 }}"
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -39,12 +32,23 @@ service:
|
|||||||
port: 27015
|
port: 27015
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 27015
|
targetPort: 27015
|
||||||
persistence:
|
workload:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/serverfiles
|
containers:
|
||||||
steamcmd:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_ID: "635"
|
||||||
portal:
|
GAME_NAME: swarm
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: americasarmy-pg
|
name: americasarmy-pg
|
||||||
version: 2.0.13
|
version: 3.0.0
|
||||||
appVersion: aaprovinggrounds
|
appVersion: aaprovinggrounds
|
||||||
description:
|
description:
|
||||||
"This Chart will download and install SteamCMD. It will also install
|
"This Chart will download and install SteamCMD. It will also install
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,27 +2,21 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: aaprovinggrounds@sha256:751dc7c3c2cb3dd80df35450f79af4c0eba6f320b5818fe6c80c6d6fa7cad03a
|
tag: aaprovinggrounds@sha256:751dc7c3c2cb3dd80df35450f79af4c0eba6f320b5818fe6c80c6d6fa7cad03a
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
serverfiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
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
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -38,12 +32,22 @@ service:
|
|||||||
port: 27015
|
port: 27015
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 27015
|
targetPort: 27015
|
||||||
persistence:
|
workload:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/serverfiles
|
containers:
|
||||||
steamcmd:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_ID: "203300"
|
||||||
portal:
|
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: android-8-0
|
name: android-8-0
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Android in Chart solution with noVNC supported and video recording. Work
|
Android in Chart solution with noVNC supported and video recording. Work
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Other
|
- Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,27 +1,31 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ulisses1478/docker-android
|
repository: ulisses1478/docker-android
|
||||||
tag: latest@sha256:4607501558b29d81497b528905f7a23253aa2dcf80510bb27825a2f931acdd96
|
tag: latest@sha256:4607501558b29d81497b528905f7a23253aa2dcf80510bb27825a2f931acdd96
|
||||||
persistence: {}
|
persistence: {}
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: false
|
||||||
runAsUser: 0
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
portal:
|
workload:
|
||||||
enabled: false
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: androiddebugbridge
|
name: androiddebugbridge
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Control AndroidTV/FireTV devices through ADB from the Home Assistant
|
Control AndroidTV/FireTV devices through ADB from the Home Assistant
|
||||||
@@ -21,7 +21,7 @@ keywords:
|
|||||||
- HomeAutomation
|
- HomeAutomation
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,18 +1,16 @@
|
|||||||
env:
|
|
||||||
bootwait: "10"
|
|
||||||
checkfreq: "30"
|
|
||||||
devicelist: 10.0.0.192:5555
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: barnybbb/adb-hass-androidtv
|
repository: barnybbb/adb-hass-androidtv
|
||||||
tag: latest@sha256:060b7f9171ec32138f9f484fbed8169e88c1d8522e8800d164516f9a8805c38c
|
tag: latest@sha256:060b7f9171ec32138f9f484fbed8169e88c1d8522e8800d164516f9a8805c38c
|
||||||
persistence: {}
|
persistence: {}
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -20,5 +18,12 @@ service:
|
|||||||
port: 5037
|
port: 5037
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5037
|
targetPort: 5037
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
bootwait: "10"
|
||||||
|
checkfreq: "30"
|
||||||
|
devicelist: 10.0.0.192:5555
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: anope
|
name: anope
|
||||||
version: 2.0.13
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
description: Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||||
home: https://truecharts.org/charts/incubator/anope
|
home: https://truecharts.org/charts/incubator/anope
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/anope
|
repository: ich777/anope
|
||||||
@@ -17,24 +6,40 @@ persistence:
|
|||||||
datapath:
|
datapath:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /anope
|
mountPath: /anope
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: false
|
||||||
runAsUser: 0
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
portal:
|
workload:
|
||||||
enabled: false
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: apache-webdav
|
name: apache-webdav
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Very simple WebDAV server based on Apache. You need a WebDAV client to
|
Very simple WebDAV server based on Apache. You need a WebDAV client to
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Cloud
|
- Cloud
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: apachewebdav/apachewebdav
|
repository: apachewebdav/apachewebdav
|
||||||
@@ -19,12 +9,14 @@ persistence:
|
|||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /var/lib/dav/data
|
mountPath: /var/lib/dav/data
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -32,5 +24,18 @@ service:
|
|||||||
port: 8384
|
port: 8384
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: apprise-api
|
name: apprise-api
|
||||||
version: 3.0.4
|
version: 4.0.0
|
||||||
appVersion: 0.9.5
|
appVersion: 0.9.5
|
||||||
description: Push notifications that work with just about every platform!
|
description: Push notifications that work with just about every platform!
|
||||||
home: https://truecharts.org/charts/incubator/apprise-api
|
home: https://truecharts.org/charts/incubator/apprise-api
|
||||||
@@ -21,7 +21,7 @@ keywords:
|
|||||||
- usenet
|
- usenet
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,26 +2,19 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: caronc/apprise
|
repository: caronc/apprise
|
||||||
tag: v0.9.5@sha256:3301daff63ae435e69ac6c3acf5ceb3832d5b40d639b59f73163e3238adb2fe7
|
tag: v0.9.5@sha256:3301daff63ae435e69ac6c3acf5ceb3832d5b40d639b59f73163e3238adb2fe7
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 33
|
config:
|
||||||
runAsUser: 33
|
enabled: true
|
||||||
fsGroup: 33
|
mountPath: /config
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
# runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 33
|
||||||
SECRET_KEY: "abc123"
|
runAsUser: 33
|
||||||
env:
|
pod:
|
||||||
APPRISE_CONFIG_DIR: /config
|
fsGroup: 33
|
||||||
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
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -29,9 +22,19 @@ service:
|
|||||||
port: 8000
|
port: 8000
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
persistence:
|
workload:
|
||||||
config:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /config
|
containers:
|
||||||
portal:
|
main:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: appsmith
|
name: appsmith
|
||||||
version: 5.0.37
|
version: 6.0.0
|
||||||
appVersion: 1.9.44
|
appVersion: 1.9.44
|
||||||
description:
|
description:
|
||||||
Turn any datasource into an internal app in minutes. Appsmith lets you
|
Turn any datasource into an internal app in minutes. Appsmith lets you
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- appsmith
|
- appsmith
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,19 +1,23 @@
|
|||||||
image:
|
image:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
repository: appsmith/appsmith-ce
|
repository: appsmith/appsmith-ce
|
||||||
tag: v1.9.44@sha256:5f77c647fff35ca6ac79caeab51109c1b38273faa176155b67346e4c9044b4a0
|
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:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
podSecurityContext:
|
runAsGroup: 0
|
||||||
runAsUser: 0
|
runAsNonRoot: false
|
||||||
runAsGroup: 0
|
runAsUser: 0
|
||||||
env:
|
|
||||||
APPSMITH_ADMIN_EMAILS: "me@example.com,you@example.com"
|
|
||||||
APPSMITH_REDIS_URL:
|
|
||||||
secretKeyRef:
|
|
||||||
name: rediscreds
|
|
||||||
key: url
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -27,19 +31,14 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 10218
|
port: 10218
|
||||||
targetPort: 9001
|
targetPort: 9001
|
||||||
persistence:
|
workload:
|
||||||
appsmithstacks:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: "/appsmith-stacks"
|
containers:
|
||||||
redis:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
existingSecret: "rediscreds"
|
APPSMITH_ADMIN_EMAILS: me@example.com,you@example.com
|
||||||
redisUsername: appsmith
|
APPSMITH_REDIS_URL:
|
||||||
# mongodb:
|
secretKeyRef:
|
||||||
# enabled: true
|
key: url
|
||||||
# mongodbUsername: appsmith
|
name: rediscreds
|
||||||
# mongodbDatabase: appsmith
|
|
||||||
# existingSecret: "mongodbcreds"
|
|
||||||
|
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: archiveteam-warrior
|
name: archiveteam-warrior
|
||||||
version: 2.0.16
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
The Archive Team Warrior is a virtual archiving appliance. You can run
|
The Archive Team Warrior is a virtual archiving appliance. You can run
|
||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- Downloaders
|
- Downloaders
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: atdr.meo.ws/archiveteam/warrior-dockerfile
|
repository: atdr.meo.ws/archiveteam/warrior-dockerfile
|
||||||
tag: latest@sha256:d60797c520bdc4379b0289d399408bbe3a3d36a85c62c3abdb66ccfef2d2bbcf
|
tag: latest@sha256:d60797c520bdc4379b0289d399408bbe3a3d36a85c62c3abdb66ccfef2d2bbcf
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -16,5 +17,3 @@ service:
|
|||||||
port: 8001
|
port: 8001
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8001
|
targetPort: 8001
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: arma3
|
name: arma3
|
||||||
version: 2.0.11
|
version: 3.0.0
|
||||||
appVersion: arma3
|
appVersion: arma3
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install ArmA
|
This Chart will download and install SteamCMD. It will also install ArmA
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,20 +2,24 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: arma3@sha256:2ba70991d7a3ecf358ac708f2cee326c9bbf34666d1a5b8794ec1ce4ccf30add
|
tag: arma3@sha256:2ba70991d7a3ecf358ac708f2cee326c9bbf34666d1a5b8794ec1ce4ccf30add
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
profiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/.local/share
|
||||||
|
serverfiles:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
env:
|
|
||||||
GAME_ID: "233780"
|
|
||||||
GAME_PARAMS: -config=server.cfg -mod=
|
|
||||||
GAME_PORT: "2302"
|
|
||||||
VALIDATE: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -63,15 +67,15 @@ service:
|
|||||||
port: 2305
|
port: 2305
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 2305
|
targetPort: 2305
|
||||||
persistence:
|
workload:
|
||||||
profiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/.local/share
|
containers:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/serverfiles
|
GAME_ID: "233780"
|
||||||
steamcmd:
|
GAME_PARAMS: -config=server.cfg -mod=
|
||||||
enabled: true
|
GAME_PORT: "2302"
|
||||||
mountPath: /serverdata/steamcmd
|
PASSWRD: ""
|
||||||
portal:
|
USERNAME: ""
|
||||||
enabled: true
|
VALIDATE: "false"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: arma3exilemod
|
name: arma3exilemod
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: arma3exilemod
|
appVersion: arma3exilemod
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install ArmA
|
This Chart will download and install SteamCMD. It will also install ArmA
|
||||||
@@ -21,7 +21,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,23 +2,24 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: arma3exilemod@sha256:fb5adf42b5b4808112632dede2eb80f3aa0407ec451b206ada8ac2164988c829
|
tag: arma3exilemod@sha256:fb5adf42b5b4808112632dede2eb80f3aa0407ec451b206ada8ac2164988c829
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
profiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/.local/share
|
||||||
|
serverfiles:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
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: ""
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -74,15 +75,18 @@ service:
|
|||||||
port: 2305
|
port: 2305
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 2305
|
targetPort: 2305
|
||||||
persistence:
|
workload:
|
||||||
profiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/.local/share
|
containers:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/serverfiles
|
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
|
||||||
steamcmd:
|
GAME_ID: "233780"
|
||||||
enabled: true
|
GAME_PARAMS: ""
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_PORT: "2302"
|
||||||
portal:
|
MARIA_DB_ROOT_PWD: ExileMod
|
||||||
enabled: true
|
PASSWRD: ""
|
||||||
|
USERNAME: ""
|
||||||
|
VALIDATE: "false"
|
||||||
|
WORKSHOP_MAN_INST: ""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: artifactory-oss
|
name: artifactory-oss
|
||||||
version: 2.0.22
|
version: 3.0.0
|
||||||
appVersion: 7.71.4
|
appVersion: 7.71.4
|
||||||
description:
|
description:
|
||||||
JFrog’s Artifactory open source project was created to speed up development
|
JFrog’s Artifactory open source project was created to speed up development
|
||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
env:
|
|
||||||
EXTRA_JAVA_OPTIONS: -Xms512m -Xmx4g
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: docker.bintray.io/jfrog/artifactory-oss
|
repository: docker.bintray.io/jfrog/artifactory-oss
|
||||||
@@ -8,12 +6,14 @@ persistence:
|
|||||||
varoptjfrogartifactory:
|
varoptjfrogartifactory:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /var/opt/jfrog/artifactory
|
mountPath: /var/opt/jfrog/artifactory
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -21,5 +21,10 @@ service:
|
|||||||
port: 8181
|
port: 8181
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
EXTRA_JAVA_OPTIONS: -Xms512m -Xmx4g
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: assettocorsa
|
name: assettocorsa
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: assettocorsa
|
appVersion: assettocorsa
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install AssettoCorsa
|
This Chart will download and install SteamCMD. It will also install AssettoCorsa
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,27 +2,22 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: assettocorsa@sha256:ede1a9cb841bec49e6b253445ff74901c3ab58ed61704b02865c2ccdb4d4e767
|
tag: assettocorsa@sha256:ede1a9cb841bec49e6b253445ff74901c3ab58ed61704b02865c2ccdb4d4e767
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
serverfiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
env:
|
|
||||||
GAME_ID: "302550"
|
|
||||||
INSTALL_ASSETTO_SERVER_MANAGER: ""
|
|
||||||
INSTALL_STRACKER: ""
|
|
||||||
VALIDATE: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
main:
|
|
||||||
port: 9600
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 9600
|
|
||||||
assetto:
|
assetto:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
@@ -31,6 +26,12 @@ service:
|
|||||||
port: 8772
|
port: 8772
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8772
|
targetPort: 8772
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 9600
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 9600
|
||||||
stracker:
|
stracker:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
@@ -55,12 +56,15 @@ service:
|
|||||||
port: 9600
|
port: 9600
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 9600
|
targetPort: 9600
|
||||||
persistence:
|
workload:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/serverfiles
|
containers:
|
||||||
steamcmd:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_ID: "302550"
|
||||||
portal:
|
INSTALL_ASSETTO_SERVER_MANAGER: ""
|
||||||
enabled: true
|
INSTALL_STRACKER: ""
|
||||||
|
PASSWRD: ""
|
||||||
|
USERNAME: ""
|
||||||
|
VALIDATE: "false"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: aurora-files
|
name: aurora-files
|
||||||
version: 2.0.14
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Aurora Files is an open-source file storage platform for small teams
|
Aurora Files is an open-source file storage platform for small teams
|
||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- Network-FTP
|
- Network-FTP
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,27 +1,31 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: afterlogic/docker-aurora-files
|
repository: afterlogic/docker-aurora-files
|
||||||
tag: latest@sha256:f814f7eb86a648bfa027c7aa1ad28ca1192464a4755b13724a2653f6ef912381
|
tag: latest@sha256:f814f7eb86a648bfa027c7aa1ad28ca1192464a4755b13724a2653f6ef912381
|
||||||
persistence: {}
|
persistence: {}
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: false
|
||||||
runAsUser: 0
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
portal:
|
workload:
|
||||||
enabled: false
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: auto-yt-dl
|
name: auto-yt-dl
|
||||||
version: 2.0.17
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
auto-yt-dl is used to automatically download new Videos of specific YouTube
|
auto-yt-dl is used to automatically download new Videos of specific YouTube
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- Downloaders
|
- Downloaders
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: guhu007/auto-yt-dl
|
repository: guhu007/auto-yt-dl
|
||||||
@@ -10,12 +9,14 @@ persistence:
|
|||||||
hostpath1:
|
hostpath1:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /app/Downloads
|
mountPath: /app/Downloads
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -23,5 +24,3 @@ service:
|
|||||||
port: 5000
|
port: 5000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: avorion
|
name: avorion
|
||||||
version: 2.0.13
|
version: 3.0.0
|
||||||
appVersion: avorion
|
appVersion: avorion
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install Avorion
|
This Chart will download and install SteamCMD. It will also install Avorion
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,36 +2,22 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: avorion@sha256:5102dcf90f75793d42d77e316bd7fc78861e8fc2b8318cb6efb819af95602c82
|
tag: avorion@sha256:5102dcf90f75793d42d77e316bd7fc78861e8fc2b8318cb6efb819af95602c82
|
||||||
stdin: true
|
persistence:
|
||||||
tty: true
|
serverfiles:
|
||||||
podSecurityContext:
|
enabled: true
|
||||||
runAsGroup: 0
|
mountPath: /serverdata/serverfiles
|
||||||
runAsUser: 0
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
env:
|
|
||||||
GALAXY_NAME: AvorionDocker
|
|
||||||
GAME_ID: "565060"
|
|
||||||
GAME_PARAMS: ""
|
|
||||||
VALIDATE: false
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
main:
|
|
||||||
port: 27000
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 27000
|
|
||||||
hostport2:
|
hostport2:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
@@ -64,12 +50,30 @@ service:
|
|||||||
port: 27021
|
port: 27021
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 27021
|
targetPort: 27021
|
||||||
persistence:
|
main:
|
||||||
serverfiles:
|
ports:
|
||||||
enabled: true
|
main:
|
||||||
mountPath: /serverdata/serverfiles
|
port: 27000
|
||||||
steamcmd:
|
protocol: TCP
|
||||||
enabled: true
|
targetPort: 27000
|
||||||
mountPath: /serverdata/steamcmd
|
stdin: true
|
||||||
portal:
|
tty: true
|
||||||
enabled: 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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: awesome-ttrss
|
name: awesome-ttrss
|
||||||
version: 4.0.2
|
version: 5.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Awesome TTRSS aims to provide a powerful Chartized all-in-one solution
|
Awesome TTRSS aims to provide a powerful Chartized all-in-one solution
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- awesome-ttrss
|
- awesome-ttrss
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 15.3.3
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,58 +1,53 @@
|
|||||||
|
cnpg:
|
||||||
|
main:
|
||||||
|
database: awesome-ttrss
|
||||||
|
enabled: true
|
||||||
|
user: awesome-ttrss
|
||||||
image:
|
image:
|
||||||
repository: wangqiru/ttrss
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
repository: wangqiru/ttrss
|
||||||
tag: latest@sha256:b883ac1dad416ecf17cb351f641497348912e9790c3600f36bdd4436c5872b14
|
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:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
runAsUser: 0
|
runAsGroup: 0
|
||||||
runAsGroup: 0
|
runAsNonRoot: false
|
||||||
|
runAsUser: 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
|
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10246
|
port: 10246
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
workload:
|
||||||
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:
|
|
||||||
main:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
user: awesome-ttrss
|
containers:
|
||||||
database: awesome-ttrss
|
main:
|
||||||
|
env:
|
||||||
portal:
|
DB_HOST:
|
||||||
open:
|
secretKeyRef:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: baikal
|
name: baikal
|
||||||
version: 2.0.13
|
version: 3.0.0
|
||||||
appVersion: 0.9.3
|
appVersion: 0.9.3
|
||||||
description: Baikal is a lightweight CalDAV+CardDAV server
|
description: Baikal is a lightweight CalDAV+CardDAV server
|
||||||
home: https://truecharts.org/charts/incubator/baikal
|
home: https://truecharts.org/charts/incubator/baikal
|
||||||
@@ -19,7 +19,7 @@ keywords:
|
|||||||
- baikal
|
- baikal
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,20 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: ckulka/baikal
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
repository: ckulka/baikal
|
||||||
tag: 0.9.3-nginx@sha256:a66b84146894a4014e25f85d94db2751f873f275c98c7cdd4c0002ac78b86b75
|
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:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -24,3 +11,16 @@ persistence:
|
|||||||
mountPath: /var/www/baikal/Specific
|
mountPath: /var/www/baikal/Specific
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: barcodebuddy
|
name: barcodebuddy
|
||||||
version: 2.0.15
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
"<b>Barcode Buddy is a Grocy companion app/plugin, which allows
|
"<b>Barcode Buddy is a Grocy companion app/plugin, which allows
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: f0rc3/barcodebuddy-docker
|
repository: f0rc3/barcodebuddy-docker
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -20,5 +21,3 @@ service:
|
|||||||
port: 8450
|
port: 8450
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: barotrauma
|
name: barotrauma
|
||||||
version: 2.0.13
|
version: 3.0.0
|
||||||
appVersion: barotrauma
|
appVersion: barotrauma
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install Barotrauma
|
This Chart will download and install SteamCMD. It will also install Barotrauma
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,26 +2,21 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: barotrauma@sha256:8dfa8a0d5f6f163c67b78c5b0c3edaab07517988a1a82e78383041f77f415025
|
tag: barotrauma@sha256:8dfa8a0d5f6f163c67b78c5b0c3edaab07517988a1a82e78383041f77f415025
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
serverfiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
env:
|
|
||||||
GAME_ID: "1026340"
|
|
||||||
GAME_PARAMS: ""
|
|
||||||
VALIDATE: false
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -37,12 +32,21 @@ service:
|
|||||||
port: 27016
|
port: 27016
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 27016
|
targetPort: 27016
|
||||||
persistence:
|
workload:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/serverfiles
|
containers:
|
||||||
steamcmd:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_ID: "1026340"
|
||||||
portal:
|
GAME_PARAMS: ""
|
||||||
enabled: true
|
PASSWRD: ""
|
||||||
|
USERNAME: ""
|
||||||
|
VALIDATE: "false"
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: batnoter
|
name: batnoter
|
||||||
version: 2.0.11
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
BatNoter is a web application that allows users to store notes in their
|
BatNoter is a web application that allows users to store notes in their
|
||||||
@@ -21,7 +21,7 @@ keywords:
|
|||||||
- notes
|
- notes
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
image:
|
image:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/batnoter/batnoter/batnoter-ui
|
repository: ghcr.io/batnoter/batnoter/batnoter-ui
|
||||||
tag: latest@sha256:9916463b41965035cc695b27bc8f3bf0fdc5923f5046d8fbd857d206b2d120a4
|
tag: latest@sha256:9916463b41965035cc695b27bc8f3bf0fdc5923f5046d8fbd857d206b2d120a4
|
||||||
pullPolicy: IfNotPresent
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
podSecurityContext:
|
runAsGroup: 0
|
||||||
runAsUser: 0
|
runAsNonRoot: false
|
||||||
runAsGroup: 0
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -15,5 +17,3 @@ service:
|
|||||||
port: 10351
|
port: 10351
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: bender
|
name: bender
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: 1.0.3
|
appVersion: 1.0.3
|
||||||
description: A link dashboard that can be managed without any code.
|
description: A link dashboard that can be managed without any code.
|
||||||
home: https://truecharts.org/charts/incubator/bender
|
home: https://truecharts.org/charts/incubator/bender
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- dashboard
|
- dashboard
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
bender:
|
||||||
init_assets: true
|
init_assets: true
|
||||||
env:
|
image:
|
||||||
INIT_ASSETS: '{{ ternary "1" "0" .Values.bender.init_assets }}'
|
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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -19,9 +23,10 @@ service:
|
|||||||
port: 10353
|
port: 10353
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
persistence:
|
workload:
|
||||||
config:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /app/static
|
containers:
|
||||||
portal:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
|
INIT_ASSETS: '{{ ternary "1" "0" .Values.bender.init_assets }}'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: bitcoin-node
|
name: bitcoin-node
|
||||||
version: 2.0.15
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
|
description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
|
||||||
home: https://truecharts.org/charts/incubator/bitcoin-node
|
home: https://truecharts.org/charts/incubator/bitcoin-node
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- Crypto
|
- Crypto
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: kylemanna/bitcoind
|
repository: kylemanna/bitcoind
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
blockhainstorage:
|
blockhainstorage:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /bitcoin/.bitcoin
|
mountPath: /bitcoin/.bitcoin
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -28,5 +29,3 @@ service:
|
|||||||
port: 8333
|
port: 8333
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8333
|
targetPort: 8333
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: bitcoind
|
name: bitcoind
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: |
|
description: |
|
||||||
Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.
|
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
|
- Crypto
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ofawx/bitcoind
|
repository: ofawx/bitcoind
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /root/.bitcoin/
|
mountPath: /root/.bitcoin/
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
localrpc:
|
localrpc:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -28,5 +29,3 @@ service:
|
|||||||
port: 8333
|
port: 8333
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8333
|
targetPort: 8333
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: bitcoinunlimited
|
name: bitcoinunlimited
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
The Bitcoin Unlimited project seeks to provide a voice to all stakeholders
|
The Bitcoin Unlimited project seeks to provide a voice to all stakeholders
|
||||||
@@ -21,7 +21,7 @@ keywords:
|
|||||||
- Network-Other
|
- Network-Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: amacneil/bitcoinunlimited
|
repository: amacneil/bitcoinunlimited
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
communicationp:
|
communicationp:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -44,5 +45,3 @@ service:
|
|||||||
port: 18332
|
port: 18332
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 18332
|
targetPort: 18332
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: bitcoinwalletgui
|
name: bitcoinwalletgui
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: |
|
description: |
|
||||||
Bitcoin wallet with GUI over VNC and NoVNC.
|
Bitcoin wallet with GUI over VNC and NoVNC.
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- Other
|
- Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
env:
|
|
||||||
VNC_PW: vncpassword
|
|
||||||
VNC_RESOLUTION: 1280x1024
|
|
||||||
VNC_VIEW_ONLY: "false"
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ulisses1478/bitcoinwallet-gui
|
repository: ulisses1478/bitcoinwallet-gui
|
||||||
@@ -10,12 +6,14 @@ persistence:
|
|||||||
bitcoinblockchainpath:
|
bitcoinblockchainpath:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /headless/.bitcoin/
|
mountPath: /headless/.bitcoin/
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -31,5 +29,12 @@ service:
|
|||||||
port: 5905
|
port: 5905
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5901
|
targetPort: 5901
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
VNC_PW: vncpassword
|
||||||
|
VNC_RESOLUTION: 1280x1024
|
||||||
|
VNC_VIEW_ONLY: "false"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: blender-desktop-g3
|
name: blender-desktop-g3
|
||||||
version: 2.0.14
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- MediaApp-Other
|
- MediaApp-Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
env:
|
|
||||||
VNC_PW: unraid
|
|
||||||
VNC_RESOLUTION: 1360x768
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: accetto/ubuntu-vnc-xfce-blender-g3
|
repository: accetto/ubuntu-vnc-xfce-blender-g3
|
||||||
@@ -12,12 +9,14 @@ persistence:
|
|||||||
storageprojects:
|
storageprojects:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /srv/projects
|
mountPath: /srv/projects
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -33,5 +32,11 @@ service:
|
|||||||
port: 5901
|
port: 5901
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5901
|
targetPort: 5901
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
VNC_PW: unraid
|
||||||
|
VNC_RESOLUTION: 1360x768
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: blender
|
name: blender
|
||||||
version: 2.0.24
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Blender(https://www.blender.org/) is a free and open-source 3D computer
|
Blender(https://www.blender.org/) is a free and open-source 3D computer
|
||||||
@@ -27,7 +27,7 @@ keywords:
|
|||||||
- Other
|
- Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
env:
|
|
||||||
KEYBOARD: ""
|
|
||||||
SUBFOLDER: ""
|
|
||||||
UMASK: ""
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: lscr.io/linuxserver/blender
|
repository: lscr.io/linuxserver/blender
|
||||||
@@ -10,12 +6,14 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -23,5 +21,12 @@ service:
|
|||||||
port: 3000
|
port: 3000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
KEYBOARD: ""
|
||||||
|
SUBFOLDER: ""
|
||||||
|
UMASK: ""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: breitbandmessung-de
|
name: breitbandmessung-de
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
A script to enable customers of lazy ISPs to perform measurement campaigns
|
A script to enable customers of lazy ISPs to perform measurement campaigns
|
||||||
@@ -26,7 +26,7 @@ keywords:
|
|||||||
- Network-Management
|
- Network-Management
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: shneezin/breitbandmessung-node
|
repository: shneezin/breitbandmessung-node
|
||||||
@@ -10,24 +9,29 @@ persistence:
|
|||||||
messurementlogs:
|
messurementlogs:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /export/
|
mountPath: /export/
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: false
|
||||||
runAsUser: 0
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
portal:
|
workload:
|
||||||
enabled: false
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: briefkasten
|
name: briefkasten
|
||||||
version: 0.0.19
|
version: 1.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Self-hosted bookmarking application.
|
description: Self-hosted bookmarking application.
|
||||||
home: https://truecharts.org/charts/incubator/briefkasten
|
home: https://truecharts.org/charts/incubator/briefkasten
|
||||||
@@ -19,7 +19,7 @@ keywords:
|
|||||||
- bookmark
|
- bookmark
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
briefkasten:
|
||||||
general:
|
general:
|
||||||
nextauth_url: http://localhost:3000
|
nextauth_url: http://localhost:3000
|
||||||
@@ -17,18 +7,30 @@ briefkasten:
|
|||||||
google:
|
google:
|
||||||
id: ""
|
id: ""
|
||||||
secret: ""
|
secret: ""
|
||||||
supabase:
|
|
||||||
key:
|
|
||||||
url:
|
|
||||||
bucket_id:
|
|
||||||
mail:
|
mail:
|
||||||
from:
|
from: null
|
||||||
server:
|
server: null
|
||||||
envFrom:
|
supabase:
|
||||||
- secretRef:
|
bucket_id: null
|
||||||
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
key: null
|
||||||
- configMapRef:
|
url: null
|
||||||
name: '{{ include "tc.common.names.fullname" . }}-config'
|
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:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -36,23 +38,26 @@ service:
|
|||||||
port: 10349
|
port: 10349
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
probes:
|
workload:
|
||||||
liveness:
|
main:
|
||||||
enabled: false
|
podSpec:
|
||||||
type: HTTP
|
containers:
|
||||||
path: /
|
main:
|
||||||
readiness:
|
envFrom:
|
||||||
enabled: false
|
- secretRef:
|
||||||
type: HTTP
|
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
||||||
path: /
|
- configMapRef:
|
||||||
startup:
|
name: '{{ include "tc.common.names.fullname" . }}-config'
|
||||||
enabled: false
|
probes:
|
||||||
type: HTTP
|
liveness:
|
||||||
path: /
|
enabled: false
|
||||||
postgresql:
|
path: /
|
||||||
enabled: true
|
type: HTTP
|
||||||
existingSecret: dbcreds
|
readiness:
|
||||||
postgresqlUsername: briefkasten
|
enabled: false
|
||||||
postgresqlDatabase: briefkasten
|
path: /
|
||||||
portal:
|
type: HTTP
|
||||||
enabled: true
|
startup:
|
||||||
|
enabled: false
|
||||||
|
path: /
|
||||||
|
type: HTTP
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: btdex
|
name: btdex
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui
|
This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- Crypto
|
- Crypto
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
env:
|
|
||||||
DISPLAY_HEIGHT: 800|900|1050
|
|
||||||
DISPLAY_WIDTH: 1440|1680
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: furritos/docker-btdex
|
repository: furritos/docker-btdex
|
||||||
@@ -9,12 +6,14 @@ persistence:
|
|||||||
btdex:
|
btdex:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /opt/btdex/cache
|
mountPath: /opt/btdex/cache
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -22,5 +21,11 @@ service:
|
|||||||
port: 5800
|
port: 5800
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
DISPLAY_HEIGHT: 800|900|1050
|
||||||
|
DISPLAY_WIDTH: 1440|1680
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: bwapp
|
name: bwapp
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
bWAPP, or a buggy web application, is a free and open source deliberately
|
bWAPP, or a buggy web application, is a free and open source deliberately
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Other
|
- Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,27 +1,31 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: raesene/bwapp
|
repository: raesene/bwapp
|
||||||
tag: latest@sha256:2f41183ea9f9e8fb36678d7a2a0c8a9db9a59f4569cee02fe6664b419b2600ee
|
tag: latest@sha256:2f41183ea9f9e8fb36678d7a2a0c8a9db9a59f4569cee02fe6664b419b2600ee
|
||||||
persistence: {}
|
persistence: {}
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: false
|
||||||
runAsUser: 0
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
portal:
|
workload:
|
||||||
enabled: false
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cadquery-jupyter
|
name: cadquery-jupyter
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: 3.5.2
|
appVersion: 3.5.2
|
||||||
description:
|
description:
|
||||||
CadQuery is an intuitive, easy-to-use Python module for building parametric
|
CadQuery is an intuitive, easy-to-use Python module for building parametric
|
||||||
@@ -28,7 +28,7 @@ keywords:
|
|||||||
- Network-Other
|
- Network-Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: bwalter42/jupyter_cadquery
|
repository: bwalter42/jupyter_cadquery
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
workdir:
|
workdir:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /home/cq
|
mountPath: /home/cq
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -20,5 +21,3 @@ service:
|
|||||||
port: 8888
|
port: 8888
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8888
|
targetPort: 8888
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cadquery-server
|
name: cadquery-server
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
CadQuery is an intuitive, easy-to-use Python module for building parametric
|
CadQuery is an intuitive, easy-to-use Python module for building parametric
|
||||||
@@ -27,7 +27,7 @@ keywords:
|
|||||||
- Network-Other
|
- Network-Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,27 +1,31 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: cadquery/cadquery-server
|
repository: cadquery/cadquery-server
|
||||||
tag: latest@sha256:d0aed7996bd4d4a84bd7eecd2a6d86f26c22193ad33b9297b1a840871c1d05b6
|
tag: latest@sha256:d0aed7996bd4d4a84bd7eecd2a6d86f26c22193ad33b9297b1a840871c1d05b6
|
||||||
persistence: {}
|
persistence: {}
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: false
|
||||||
runAsUser: 0
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
portal:
|
workload:
|
||||||
enabled: false
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: checkmk
|
name: checkmk
|
||||||
version: 0.0.10
|
version: 1.0.0
|
||||||
appVersion: 2.2.0
|
appVersion: 2.2.0
|
||||||
description:
|
description:
|
||||||
Checkmk is a leading tool for Infrastructure and Application Monitoring.
|
Checkmk is a leading tool for Infrastructure and Application Monitoring.
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- monitoring
|
- monitoring
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
cmk:
|
||||||
password: secret
|
|
||||||
site_id: cmk
|
|
||||||
livestatus_tcp: true
|
livestatus_tcp: true
|
||||||
mail_relay_host: ""
|
mail_relay_host: ""
|
||||||
envFrom:
|
password: secret
|
||||||
- secretRef:
|
site_id: cmk
|
||||||
name: '{{ include "tc.common.names.fullname" . }}-secret'
|
image:
|
||||||
service:
|
pullPolicy: IfNotPresent
|
||||||
main:
|
repository: checkmk/check-mk-raw
|
||||||
ports:
|
tag: 2.2.0-latest@sha256:69baf5cd496fdd623ad36ccc466399aaab2de492f54787f4cc94e3cdf14ea378
|
||||||
main:
|
persistence:
|
||||||
protocol: HTTP
|
cmk-cron:
|
||||||
targetPort: 5000
|
|
||||||
port: 15000
|
|
||||||
receiver:
|
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
mountPath: /var/spool/cron/crontabs
|
||||||
receiver:
|
type: emptyDir
|
||||||
enabled: true
|
cmk-temp:
|
||||||
protocol: HTTP
|
enabled: true
|
||||||
targetPort: 8000
|
mountPath: /omd/sites/cmk/tmp
|
||||||
port: 18000
|
type: emptyDir
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /omd/sites
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
|
service:
|
||||||
livestatustcp:
|
livestatustcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
livestatustcp:
|
livestatustcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
targetPort: 6557
|
|
||||||
port: 6557
|
port: 6557
|
||||||
probes:
|
targetPort: 6557
|
||||||
liveness:
|
main:
|
||||||
spec:
|
ports:
|
||||||
exec:
|
main:
|
||||||
command:
|
port: 15000
|
||||||
- /bin/sh
|
protocol: HTTP
|
||||||
- -c
|
targetPort: 5000
|
||||||
- omd status
|
receiver:
|
||||||
readiness:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- omd status
|
|
||||||
startup:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- omd status
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /omd/sites
|
ports:
|
||||||
cmk-temp:
|
receiver:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: emptyDir
|
port: 18000
|
||||||
mountPath: /omd/sites/cmk/tmp
|
protocol: HTTP
|
||||||
cmk-cron:
|
targetPort: 8000
|
||||||
enabled: true
|
workload:
|
||||||
type: emptyDir
|
main:
|
||||||
mountPath: /var/spool/cron/crontabs
|
podSpec:
|
||||||
portal:
|
containers:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cherry
|
name: cherry
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: 0.0.7
|
appVersion: 0.0.7
|
||||||
description: An open source self-hosted bookmark service
|
description: An open source self-hosted bookmark service
|
||||||
home: https://truecharts.org/charts/incubator/cherry
|
home: https://truecharts.org/charts/incubator/cherry
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- bookmark
|
- bookmark
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
cherry:
|
||||||
insecure_cookie: true
|
|
||||||
public_registration: true
|
|
||||||
page_bookmark_limit: 60
|
|
||||||
google_oauth_uri: ""
|
|
||||||
google_oauth_id: ""
|
google_oauth_id: ""
|
||||||
google_oauth_secret: ""
|
google_oauth_secret: ""
|
||||||
probes:
|
google_oauth_uri: ""
|
||||||
liveness:
|
insecure_cookie: true
|
||||||
type: HTTP
|
page_bookmark_limit: 60
|
||||||
path: /
|
public_registration: true
|
||||||
readiness:
|
image:
|
||||||
type: HTTP
|
pullPolicy: IfNotPresent
|
||||||
path: /
|
repository: haishanh/cherry
|
||||||
startup:
|
tag: v0.0.7@sha256:ac38d09dc167501882b60c882931ba89a2cdc4feb2f30e768098f142dde8b9ee
|
||||||
type: HTTP
|
persistence:
|
||||||
path: /
|
data:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /data
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -37,9 +28,23 @@ service:
|
|||||||
port: 10303
|
port: 10303
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
persistence:
|
workload:
|
||||||
data:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: "/data"
|
containers:
|
||||||
portal:
|
main:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: chivalry-medievalwarfare
|
name: chivalry-medievalwarfare
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: chivalrymw
|
appVersion: chivalrymw
|
||||||
description:
|
description:
|
||||||
"This Chart will download and install SteamCMD. It will also install
|
"This Chart will download and install SteamCMD. It will also install
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,52 +2,6 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: chivalrymw@sha256:4c7d2b30d07b2ba596bec1dd3afe52755583a483b14d9c3d4810704a36260364
|
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:
|
persistence:
|
||||||
serverfiles:
|
serverfiles:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -57,3 +11,53 @@ persistence:
|
|||||||
mountPath: /serverdata/steamcmd
|
mountPath: /serverdata/steamcmd
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: chowdown
|
name: chowdown
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Simple recipes in Markdown format.
|
description: Simple recipes in Markdown format.
|
||||||
home: https://truecharts.org/charts/incubator/chowdown
|
home: https://truecharts.org/charts/incubator/chowdown
|
||||||
@@ -19,7 +19,7 @@ keywords:
|
|||||||
- Other
|
- Other
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: gregyankovoy/chowdown
|
repository: gregyankovoy/chowdown
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -20,5 +21,3 @@ service:
|
|||||||
port: 4000
|
port: 4000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 4000
|
targetPort: 4000
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: chromium-desktop-g3
|
name: chromium-desktop-g3
|
||||||
version: 2.0.19
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Network-Web
|
- Network-Web
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
env:
|
|
||||||
VNC_PW: unraid
|
|
||||||
VNC_RESOLUTION: 1360x768
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: accetto/ubuntu-vnc-xfce-chromium-g3
|
repository: accetto/ubuntu-vnc-xfce-chromium-g3
|
||||||
@@ -9,12 +6,14 @@ persistence:
|
|||||||
internalshare:
|
internalshare:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /UNRAID_SHARE
|
mountPath: /UNRAID_SHARE
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -30,5 +29,11 @@ service:
|
|||||||
port: 5901
|
port: 5901
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5901
|
targetPort: 5901
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
VNC_PW: unraid
|
||||||
|
VNC_RESOLUTION: 1360x768
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: chromium
|
name: chromium
|
||||||
version: 2.0.20
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Chromium is a free and open-source software project developed by the
|
Chromium is a free and open-source software project developed by the
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
env:
|
|
||||||
CUSTOM_RES_H: "768"
|
|
||||||
CUSTOM_RES_W: "1280"
|
|
||||||
EXTRA_PARAMETERS: ""
|
|
||||||
UMASK: "000"
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/chrome
|
repository: ich777/chrome
|
||||||
@@ -11,12 +6,14 @@ persistence:
|
|||||||
datadir:
|
datadir:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /chrome
|
mountPath: /chrome
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -24,5 +21,13 @@ service:
|
|||||||
port: 8080
|
port: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: chronograf
|
name: chronograf
|
||||||
version: 2.0.17
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
Chronograf is InfluxData’s open source web application. Use Chronograf
|
Chronograf is InfluxData’s open source web application. Use Chronograf
|
||||||
@@ -23,7 +23,7 @@ keywords:
|
|||||||
- Tools-System
|
- Tools-System
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: chronograf
|
repository: chronograf
|
||||||
@@ -7,12 +6,14 @@ persistence:
|
|||||||
chronograf:
|
chronograf:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /var/lib/chronograf
|
mountPath: /var/lib/chronograf
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -20,5 +21,3 @@ service:
|
|||||||
port: 8888
|
port: 8888
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8888
|
targetPort: 8888
|
||||||
portal:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: ciao
|
name: ciao
|
||||||
version: 2.0.15
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description:
|
description:
|
||||||
ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on
|
ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- Tools-System
|
- Tools-System
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
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:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: brotandgames/ciao
|
repository: brotandgames/ciao
|
||||||
@@ -17,12 +6,14 @@ persistence:
|
|||||||
databaselocation:
|
databaselocation:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /app/db/sqlite
|
mountPath: /app/db/sqlite
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -30,5 +21,19 @@ service:
|
|||||||
port: 8090
|
port: 8090
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: citadel-forgedwithfire
|
name: citadel-forgedwithfire
|
||||||
version: 2.0.12
|
version: 3.0.0
|
||||||
appVersion: citadelfwf
|
appVersion: citadelfwf
|
||||||
description:
|
description:
|
||||||
This Chart will download and install SteamCMD. It will also install Citadel
|
This Chart will download and install SteamCMD. It will also install Citadel
|
||||||
@@ -22,7 +22,7 @@ keywords:
|
|||||||
- GameServers
|
- GameServers
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,26 +2,21 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ich777/steamcmd
|
repository: ich777/steamcmd
|
||||||
tag: citadelfwf@sha256:0060b01075b60f4107caa530a58cc8735b4c18558a820f080f4862e72405bc24
|
tag: citadelfwf@sha256:0060b01075b60f4107caa530a58cc8735b4c18558a820f080f4862e72405bc24
|
||||||
podSecurityContext:
|
persistence:
|
||||||
runAsGroup: 0
|
serverfiles:
|
||||||
runAsUser: 0
|
enabled: true
|
||||||
|
mountPath: /serverdata/serverfiles
|
||||||
|
steamcmd:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /serverdata/steamcmd
|
||||||
|
portal:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
secretEnv:
|
runAsGroup: 0
|
||||||
USERNAME: ""
|
runAsNonRoot: false
|
||||||
PASSWRD: ""
|
runAsUser: 0
|
||||||
env:
|
|
||||||
GAME_ID: "489650 "
|
|
||||||
GAME_PARAMS: ""
|
|
||||||
VALIDATE: false
|
|
||||||
probes:
|
|
||||||
liveness:
|
|
||||||
enabled: false
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -37,12 +32,21 @@ service:
|
|||||||
port: 27015
|
port: 27015
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: 27015
|
targetPort: 27015
|
||||||
persistence:
|
workload:
|
||||||
serverfiles:
|
main:
|
||||||
enabled: true
|
podSpec:
|
||||||
mountPath: /serverdata/serverfiles
|
containers:
|
||||||
steamcmd:
|
main:
|
||||||
enabled: true
|
env:
|
||||||
mountPath: /serverdata/steamcmd
|
GAME_ID: "489650 "
|
||||||
portal:
|
GAME_PARAMS: ""
|
||||||
enabled: true
|
PASSWRD: ""
|
||||||
|
USERNAME: ""
|
||||||
|
VALIDATE: "false"
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cleanarr
|
name: cleanarr
|
||||||
version: 2.0.13
|
version: 3.0.0
|
||||||
appVersion: 2.5.0
|
appVersion: 2.5.0
|
||||||
description:
|
description:
|
||||||
A simple UI to help find and delete duplicate and sample files from your
|
A simple UI to help find and delete duplicate and sample files from your
|
||||||
@@ -21,7 +21,7 @@ keywords:
|
|||||||
- cleanarr
|
- cleanarr
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -2,30 +2,36 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: selexin/cleanarr
|
repository: selexin/cleanarr
|
||||||
tag: v2.5.0@sha256:26d636d29701431fdb1297e2f1aeeae88084e1dd952f133dcd08efb1220fc034
|
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:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: clipplex
|
name: clipplex
|
||||||
version: 0.0.9
|
version: 1.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Clip your plex media to share.
|
description: Clip your plex media to share.
|
||||||
home: https://truecharts.org/charts/incubator/clipplex
|
home: https://truecharts.org/charts/incubator/clipplex
|
||||||
@@ -20,7 +20,7 @@ keywords:
|
|||||||
- media
|
- media
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,24 +1,28 @@
|
|||||||
image:
|
image:
|
||||||
repository: jonnike/clipplex
|
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
repository: jonnike/clipplex
|
||||||
tag: latest@sha256:12b36150a6db7dedd185c83cd56c7839d639efdc3d2de32a028c9d7e8151e954
|
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:
|
persistence:
|
||||||
clips:
|
clips:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /app/app/static/media
|
mountPath: /app/app/static/media
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
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"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cloudbeaver
|
name: cloudbeaver
|
||||||
version: 3.0.0
|
version: 4.0.0
|
||||||
appVersion: 23.3.0
|
appVersion: 23.3.0
|
||||||
description: Cloud Database Manager (Official Chart)
|
description: Cloud Database Manager (Official Chart)
|
||||||
home: https://truecharts.org/charts/incubator/cloudbeaver
|
home: https://truecharts.org/charts/incubator/cloudbeaver
|
||||||
|
|||||||
@@ -2,14 +2,20 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: dbeaver/cloudbeaver
|
repository: dbeaver/cloudbeaver
|
||||||
tag: 23.3.0@sha256:4ec08435112630177c9ce78f78bb4313668844f40d6f2a51b7ab92463412a04e
|
tag: 23.3.0@sha256:4ec08435112630177c9ce78f78bb4313668844f40d6f2a51b7ab92463412a04e
|
||||||
|
persistence:
|
||||||
|
workspace:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /opt/cloudbeaver/workspace
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
runAsUser: 0
|
runAsGroup: 0
|
||||||
runAsGroup: 0
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -17,12 +23,3 @@ service:
|
|||||||
port: 8978
|
port: 8978
|
||||||
protocol: http
|
protocol: http
|
||||||
targetPort: 8978
|
targetPort: 8978
|
||||||
|
|
||||||
persistence:
|
|
||||||
workspace:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /opt/cloudbeaver/workspace
|
|
||||||
|
|
||||||
portal:
|
|
||||||
open:
|
|
||||||
enabled: true
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: cloudcommander
|
name: cloudcommander
|
||||||
version: 2.0.16
|
version: 3.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: |
|
description: |
|
||||||
[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]
|
[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
|
- Tools-Utilities
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 11.1.2
|
version: 16.0.0
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
env:
|
|
||||||
HOME: /root
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: coderaiser/cloudcmd
|
repository: coderaiser/cloudcmd
|
||||||
@@ -11,12 +9,14 @@ persistence:
|
|||||||
mountpath:
|
mountpath:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /UNRAID
|
mountPath: /UNRAID
|
||||||
podSecurityContext:
|
portal:
|
||||||
runAsGroup: 0
|
enabled: true
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
container:
|
||||||
runAsNonRoot: false
|
readOnlyRootFilesystem: false
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -24,5 +24,10 @@ service:
|
|||||||
port: 8765
|
port: 8765
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8000
|
targetPort: 8000
|
||||||
portal:
|
workload:
|
||||||
enabled: true
|
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