edf9eede9e
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/mongo-express | digest | `6eba71a` -> `16ec177` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
48 lines
1.8 KiB
YAML
48 lines
1.8 KiB
YAML
image:
|
|
repository: docker.io/mongo-express
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:16ec1773958dcc4baa97c9256ef36cb537f6fa86343f4d8b2eb65e174bdd13c3
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8081
|
|
port: 18081
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
httpHeaders:
|
|
Authorization: '{{ printf "Basic %s" ((printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_USERNAME .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_PASSWORD) | b64enc) }}'
|
|
readiness:
|
|
type: http
|
|
httpHeaders:
|
|
Authorization: '{{ printf "Basic %s" ((printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_USERNAME .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_PASSWORD) | b64enc) }}'
|
|
startup:
|
|
type: http
|
|
httpHeaders:
|
|
Authorization: '{{ printf "Basic %s" ((printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_USERNAME .Values.workload.main.podSpec.containers.main.env.ME_CONFIG_BASICAUTH_PASSWORD) | b64enc) }}'
|
|
env:
|
|
ME_CONFIG_MONGODB_PORT: ""
|
|
ME_CONFIG_MONGODB_SERVER: ""
|
|
ME_CONFIG_BASICAUTH_USERNAME: ""
|
|
ME_CONFIG_BASICAUTH_PASSWORD: ""
|
|
# https://codemirror.net/5/demo/theme.html
|
|
ME_CONFIG_OPTIONS_EDITORTHEME: default
|
|
ME_CONFIG_MONGODB_AUTH_DATABASE: ""
|
|
ME_CONFIG_MONGODB_AUTH_USERNAME: ""
|
|
ME_CONFIG_MONGODB_AUTH_PASSWORD: ""
|
|
mongodb:
|
|
enabled: false
|
|
portal:
|
|
open:
|
|
enabled: true
|