This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/memcached](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/memcached)) | digest | `34db8c3` -> `438b66b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
26 lines
498 B
YAML
26 lines
498 B
YAML
image:
|
|
repository: docker.io/bitnami/memcached
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.32@sha256:438b66b7fb308c86f2412215549d3a2808177797a493c1ec53ca6441f2284889
|
|
|
|
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 }}
|