chore(apps): Sync questions and values env's (#2916)

* chore(apps): Sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* chore(apps): sync questions and values env's

* remove disabled ingress from values

* remove required: false from questions

* whoops

* some cleanup

* more cleanup

* clean

* commented

* some fixes
This commit is contained in:
Stavros Kois
2022-06-17 10:24:54 +02:00
committed by GitHub
parent 7d5d05b7ca
commit ff2a5dae0d
227 changed files with 669 additions and 1024 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/librespeed/speedtest
- https://hub.docker.com/r/linuxserver/librespeed
- https://github.com/truecharts/apps/tree/master/charts/librespeed
version: 6.0.4
version: 6.0.5
annotations:
truecharts.org/catagories: |
- media
-21
View File
@@ -1,9 +1,6 @@
image:
# -- image repository
repository: tccr.io/truecharts/librespeed
# -- image tag
tag: version-5.2.4@sha256:c441bc4d4d086a95966e93b4dea82674d1a258774f97084b02e87c0bc38deb2a
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
@@ -14,22 +11,6 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
# -- environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details.
# @default -- See below
env: {}
# -- Set the container timezone
# -- Specify the user ID the application will run as
# PASSWORD:
# CUSTOM_RESULTS:
# DB_TYPE:
# DB_NAME:
# DB_HOSTNAME:
# DB_USERNAME:
# DB_PASSWORD:
# DB_PORT:
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
@@ -37,8 +18,6 @@ service:
port: 10016
targetPort: 80
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true