This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector) | patch | `020eb90` -> `7ecb150` | --- > [!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. --- ### Release Notes <details> <summary>emberstack/kubernetes-reflector (ghcr.io/emberstack/kubernetes-reflector)</summary> ### [`v9.1.34`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v9.1.34) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v9.1.33...v9.1.34) The release process is automated. #### What's Changed - chore(deps): bump peter-evans/repository-dispatch from 3 to 4 in the all-dependencies group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​558](https://redirect.github.com/emberstack/kubernetes-reflector/pull/558) - Bump the all-dependencies group with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​559](https://redirect.github.com/emberstack/kubernetes-reflector/pull/559) **Full Changelog**: <https://github.com/emberstack/kubernetes-reflector/compare/v9.1.33...v9.1.34> </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
image:
|
|
repository: ghcr.io/emberstack/kubernetes-reflector
|
|
pullPolicy: IfNotPresent
|
|
tag: 9.1.34@sha256:7ecb150d6319d38422a219f41f4bdf62c7f044bf9850aab6988f9687266e6f44
|
|
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
|