20615ddd51
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector) | patch | `9b3b55f` → `c3ccf20` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>emberstack/kubernetes-reflector (ghcr.io/emberstack/kubernetes-reflector)</summary> ### [`v10.0.53`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.53) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v10.0.52...v10.0.53) The release process is automated. #### What's Changed - Bump the all-dependencies group with 6 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​670](https://redirect.github.com/emberstack/kubernetes-reflector/pull/670) **Full Changelog**: <https://github.com/emberstack/kubernetes-reflector/compare/v10.0.52...v10.0.53> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rdWJlcm5ldGVzLXJlZmxlY3RvciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
70 lines
1.6 KiB
YAML
70 lines
1.6 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/emberstack/kubernetes-reflector
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.0.53@sha256:c3ccf20b0b9f01eaa0ae669fd997634b0ebd5b6870b31b6f42acc07171defe0e
|
|
operator:
|
|
register: true
|
|
|
|
rbac:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
clusterWide: true
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- "configmaps"
|
|
- "secrets"
|
|
verbs:
|
|
- "get"
|
|
- "list"
|
|
- "watch"
|
|
- "create"
|
|
- "update"
|
|
- "patch"
|
|
- "delete"
|
|
- apiGroups:
|
|
- ""
|
|
resources:
|
|
- "namespaces"
|
|
verbs:
|
|
- "watch"
|
|
- "list"
|
|
serviceAccount:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
kubernetesReflector:
|
|
logLevel: Information
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
automountServiceAccountToken: true
|
|
containers:
|
|
main:
|
|
securityContext:
|
|
readOnlyRootFilesystem: true
|
|
runAsNonRoot: true
|
|
env:
|
|
ES_Serilog__MinimumLevel__Default: "{{ .Values.kubernetesReflector.logLevel }}"
|
|
ES_Reflector__Watcher__Timeout: ""
|
|
ES_Reflector__Kubernetes__SkipTlsVerify: "false"
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /health/ready
|
|
port: 8080
|
|
readiness:
|
|
type: http
|
|
path: /health/ready
|
|
port: 8080
|
|
startup:
|
|
type: http
|
|
path: /health/ready
|
|
port: 8080
|
|
service:
|
|
main:
|
|
enabled: false
|