Files
truecharts/charts/stable/mongo-express/values.yaml
T
TrueCharts BotandGitHub 92f0a59b3d chore(deps): update container image docker.io/mongo-express to latest@6e692b3 by renovate (#16927)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mongo-express | digest | `daa4a0d` -> `6e692b3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 18:13:29 +01:00

48 lines
1.8 KiB
YAML

image:
repository: docker.io/mongo-express
pullPolicy: IfNotPresent
tag: latest@sha256:6e692b3f812183586f425a2bbb23778b4168845c4633ab740e6c8940a9d6a15a
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