5cc202b36b
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bitnami/memcached](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/memcached)) | patch | `1.6.30` -> `1.6.31` | --- > [!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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
26 lines
488 B
YAML
26 lines
488 B
YAML
image:
|
|
repository: bitnami/memcached
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.31@sha256:8bdd0058aca7e367a4c912eb1bebd9947e3b85a152bb0f195364b8235bc0e03b
|
|
|
|
includeCommon: true
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 11211
|
|
protocol: tcp
|
|
targetPort: 11211
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
|
|
configmap:
|
|
dashboard:
|
|
enabled: true
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
data:
|
|
memcached.json: >-
|
|
{{ .Files.Get "dashboard.json" | indent 8 }}
|