Files
truecharts/charts/stable/mongo-express/values.yaml
T
TrueCharts Bot 0662ee6f26 chore(helm): update image public.ecr.aws/docker/library/mongo-express digest to 1b23d79 (#37180)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| public.ecr.aws/docker/library/mongo-express | digest | `16ec177` ->
`1b23d79` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-07 20:48:06 +02:00

45 lines
1.8 KiB
YAML

image:
repository: public.ecr.aws/docker/library/mongo-express
pullPolicy: IfNotPresent
tag: latest@sha256:1b23d7976f0210dbec74045c209e52fbb26d29b2e873d6c6fa3d3f0ae32c2a64
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