fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.38 → 10.0.39 (#47542)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector) | patch | `38a7dc0` → `6c9b6e2` | --- > [!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.39`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.39) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v10.0.38...v10.0.39) The release process is automated. #### What's Changed - Add namespace exclusion for watchers by [@​komapa](https://redirect.github.com/komapa) in [#​623](https://redirect.github.com/emberstack/kubernetes-reflector/pull/623) #### New Contributors - [@​komapa](https://redirect.github.com/komapa) made their first contribution in [#​623](https://redirect.github.com/emberstack/kubernetes-reflector/pull/623) **Full Changelog**: <https://github.com/emberstack/kubernetes-reflector/compare/v10.0.38...v10.0.39> </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=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 10.0.38
|
||||
appVersion: 10.0.39
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/emberstack/kubernetes-reflector
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kubernetes-reflector
|
||||
type: application
|
||||
version: 9.1.4
|
||||
version: 9.1.5
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/emberstack/kubernetes-reflector
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.0.38@sha256:38a7dc00e8d35791aece7bca5c181694d90c7f7ae4c98d4d4e388032b435a591
|
||||
tag: 10.0.39@sha256:6c9b6e213629fc6f048b48791467e515cadacd9531052d352ff9ac01c717801c
|
||||
operator:
|
||||
register: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user