chore(deps): update ghcr.io/emberstack/helm-charts/reflector docker tag to v10.0.42 #65

Open
siron-bot wants to merge 2 commits from renovate/ghcr.io-emberstack-helm-charts-reflector-10.x into main
Member

This PR contains the following updates:

Package Update Change
ghcr.io/emberstack/helm-charts/reflector patch 10.0.4010.0.42

Release Notes

emberstack/kubernetes-reflector (ghcr.io/emberstack/helm-charts/reflector)

v10.0.42

Compare Source

The release process is automated.

What's Changed

Full Changelog: https://github.com/emberstack/kubernetes-reflector/compare/v10.0.41...v10.0.42

v10.0.41

Compare Source

The release process is automated.

What's Changed

  • Fix watcher restart race that drops mirrors for new namespaces by @​komapa in #​645

Full Changelog: https://github.com/emberstack/kubernetes-reflector/compare/v10.0.40...v10.0.41


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/emberstack/helm-charts/reflector](https://github.com/emberstack/kubernetes-reflector) | patch | `10.0.40` → `10.0.42` | --- ### Release Notes <details> <summary>emberstack/kubernetes-reflector (ghcr.io/emberstack/helm-charts/reflector)</summary> ### [`v10.0.42`](https://github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.42) [Compare Source](https://github.com/emberstack/kubernetes-reflector/compare/v10.0.41...v10.0.42) The release process is automated. #### What's Changed - Bump the all-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;647](https://github.com/emberstack/kubernetes-reflector/pull/647) **Full Changelog**: <https://github.com/emberstack/kubernetes-reflector/compare/v10.0.41...v10.0.42> ### [`v10.0.41`](https://github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.41) [Compare Source](https://github.com/emberstack/kubernetes-reflector/compare/v10.0.40...v10.0.41) The release process is automated. #### What's Changed - Fix watcher restart race that drops mirrors for new namespaces by [@&#8203;komapa](https://github.com/komapa) in [#&#8203;645](https://github.com/emberstack/kubernetes-reflector/pull/645) **Full Changelog**: <https://github.com/emberstack/kubernetes-reflector/compare/v10.0.40...v10.0.41> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3MC4xMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
chore(deps): update ghcr.io/emberstack/helm-charts/reflector docker tag to v10.0.41
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 12s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 10s
Flux Local / Flux Local - Test (pull_request) Successful in 52s
3f273c5c30
Author
Member
--- HelmRelease: kube-system/reflector Deployment: kube-system/reflector

+++ HelmRelease: kube-system/reflector Deployment: kube-system/reflector

@@ -29,13 +29,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: docker.io/emberstack/kubernetes-reflector:10.0.40
+        image: docker.io/emberstack/kubernetes-reflector:10.0.42
         imagePullPolicy: IfNotPresent
         env:
         - name: ES_Serilog__MinimumLevel__Default
           value: Information
         - name: ES_Reflector__Watcher__Timeout
           value: ''
<!-- sticky-comment: 65/kubernetes/helmrelease --> ```diff --- HelmRelease: kube-system/reflector Deployment: kube-system/reflector +++ HelmRelease: kube-system/reflector Deployment: kube-system/reflector @@ -29,13 +29,13 @@ capabilities: drop: - ALL readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 1000 - image: docker.io/emberstack/kubernetes-reflector:10.0.40 + image: docker.io/emberstack/kubernetes-reflector:10.0.42 imagePullPolicy: IfNotPresent env: - name: ES_Serilog__MinimumLevel__Default value: Information - name: ES_Reflector__Watcher__Timeout value: '' ```
Author
Member
--- k8s/base/kube-system/reflector/app Kustomization: kube-system/reflector OCIRepository: kube-system/reflector

+++ k8s/base/kube-system/reflector/app Kustomization: kube-system/reflector OCIRepository: kube-system/reflector

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 10.0.40
+    tag: 10.0.42
   url: oci://ghcr.io/emberstack/helm-charts/reflector
 
<!-- sticky-comment: 65/kubernetes/kustomization --> ```diff --- k8s/base/kube-system/reflector/app Kustomization: kube-system/reflector OCIRepository: kube-system/reflector +++ k8s/base/kube-system/reflector/app Kustomization: kube-system/reflector OCIRepository: kube-system/reflector @@ -11,9 +11,9 @@ spec: interval: 5m layerSelector: mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip operation: copy ref: - tag: 10.0.40 + tag: 10.0.42 url: oci://ghcr.io/emberstack/helm-charts/reflector ```
siron-bot force-pushed renovate/ghcr.io-emberstack-helm-charts-reflector-10.x from 3f273c5c30
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 12s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 10s
Flux Local / Flux Local - Test (pull_request) Successful in 52s
to ec8f8878a7
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 57s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 10s
Flux Local / Flux Local - Test (pull_request) Successful in 5m18s
2026-05-13 09:04:51 +00:00
Compare
siron-bot changed title from chore(deps): update ghcr.io/emberstack/helm-charts/reflector docker tag to v10.0.41 to chore(deps): update ghcr.io/emberstack/helm-charts/reflector docker tag to v10.0.42 2026-05-13 09:04:53 +00:00
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
All checks were successful
Flux Local / Flux Local - Filter (pull_request) Successful in 2s
Flux Local / Flux Local - Diff helmrelease (pull_request) Successful in 57s
Flux Local / Flux Local - Diff kustomization (pull_request) Successful in 10s
Flux Local / Flux Local - Test (pull_request) Successful in 5m18s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-emberstack-helm-charts-reflector-10.x:renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git switch renovate/ghcr.io-emberstack-helm-charts-reflector-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git switch renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git switch renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git switch main
git merge --squash renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git switch main
git merge --ff-only renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git switch main
git merge renovate/ghcr.io-emberstack-helm-charts-reflector-10.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sironheart/home-cluster!65
No description provided.