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:
@@ -19,7 +19,7 @@ maintainers:
|
||||
name: minio-console
|
||||
sources:
|
||||
- https://github.com/minio/console
|
||||
version: 3.0.4
|
||||
version: 3.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,32 +1,17 @@
|
||||
image:
|
||||
# -- image repository
|
||||
repository: tccr.io/truecharts/minio-console
|
||||
# -- image tag
|
||||
tag: v0.18.1@sha256:b3f107196a93f0a231081bf041d2d51e1f86c7fadf017152a3dc699c5de2177c
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# -- Override the args for the default container.
|
||||
args: ["server"]
|
||||
|
||||
secretEnv:
|
||||
# -- Required: Passphrase to derive keys (generate own)
|
||||
# Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48
|
||||
CONSOLE_PBKDF_PASSPHRASE: "changeme"
|
||||
# -- Required: Salt for derived keys (generate own)
|
||||
# Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi
|
||||
CONSOLE_PBKDF_SALT: "changeme"
|
||||
|
||||
# -- environment variables. See more environment variables in the [minio-console documentation](https://minio-console.org/docs).
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
# -- Required: Minio server URL
|
||||
# Example: https://minio.server:9000
|
||||
CONSOLE_MINIO_SERVER: ""
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user