chore(renovate): fix kubernetes-reflector and minio (#35302)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Alfred Göppel
2025-05-12 16:27:44 +02:00
committed by GitHub
parent f7f8de0d4a
commit 98ee7878f8
3 changed files with 10 additions and 10 deletions
@@ -16,7 +16,7 @@
{
"description": ["Custom versioning for minio"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["docker.io/minio/minio"],
"matchPackagePatterns": ["quay.io/minio/minio"],
"versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
},
{
@@ -39,5 +39,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector
- https://hub.docker.com/r/emberstack/kubernetes-reflector
type: application
version: 6.5.1
version: 6.5.2
@@ -1,7 +1,7 @@
image:
repository: docker.io/emberstack/kubernetes-reflector
repository: ghcr.io/emberstack/kubernetes-reflector
pullPolicy: IfNotPresent
tag: build-7.1.217@sha256:982b8fc714349abe480a6864f3c3fce8e8801fd5068fac6add5b22ed32efc033
tag: 9.1.6@sha256:34224d25442c71b0cefbeaac0bbf3c87108acc148226ba362cfdcc0af7c6aced
operator:
register: true
@@ -53,16 +53,16 @@ workload:
probes:
liveness:
type: http
path: /healthz
port: 25080
path: /health/ready
port: 8080
readiness:
type: http
path: /healthz
port: 25080
path: /health/ready
port: 8080
startup:
type: http
path: /healthz
port: 25080
path: /health/ready
port: 8080
service:
main:
enabled: false