Commit Graph

317 Commits

Author SHA1 Message Date
TrueCharts Bot beeec66163 chore(helm): update image ghcr.io/postfinance/kubelet-csr-approver v1.2.6 → v1.2.7 (#34482)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/postfinance/kubelet-csr-approver](https://images.chainguard.dev/directory/image/static/overview)
([source](https://redirect.github.com/chainguard-images/images/tree/HEAD/images/static))
| patch | -> |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-16 20:27:02 +02:00
TrueCharts-Bot 81131bc7f2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-10 00:14:10 +00:00
Kjeld Schouten 432122817b chore: repo cleanup 2025-04-09 18:03:21 +02:00
Kjeld Schouten b3c027f0c8 fix(clustertool): new round of indent fixes 2025-04-09 15:15:50 +02:00
Kjeld Schouten d5e6babdf8 chore: manual genmeta 2025-04-09 15:05:44 +02:00
Kjeld Schouten f8e33766bf feat(common): remove portal and ensure appUrl is used for notes.txt (#34047)
**Description**

This removes old portal references (from truenas times) from common and
notes.txt
Also ensures chartContext is used for notes.txt

Technically breaking in case any down-stream users use portal
configmap/data

⚒️ Fixes  #31880

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] 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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-07 22:04:57 +02:00
TrueCharts-Bot 2fce051aaa Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:59:06 +00:00
TrueCharts-Bot 76732478b2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:08:30 +00:00
Boemeltrein d671927e73 fix(volsync): metrics and dashboard (#33789)
**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.
-->
Fix Dashboard, so Prometheus is configured as datasource
Fix values so metrics will be scraped, changes read from .
-
https://github.com/backube/volsync/blob/main/helm/volsync/templates/servicemonitor-volsync.yaml
-
https://volsync.readthedocs.io/en/stable/usage/metrics/index.html#metrics-monitoring
-
https://github.com/backube/volsync/blob/5272a5f2e9d3c41066c2d5888412b6ba8cdad072/helm/volsync/templates/deployment-controller.yaml#L64
- Decided to disableAuth for Metrics as I don't know how to make a
ClusterRole via the helm template.

⚒️ 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
-->
All tested via my own cluster. 
In the webinterface of prometeus/targets all changes are needed. Added
those step by step.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
All changes will at least dashboard working and metrics are scraped. I
don't see timing of Volsync Replication Duration.
But as I understood sofar you need to set schedules. Which I don't have.
Will check, test and try further when this PR is OK.


**✔️ Checklist:**

- [ ] ⚖️ 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._
2025-03-31 23:10:15 +02:00
TrueCharts Bot 810fdec24e chore(helm): update image ghcr.io/spegel-org/spegel v0.1.0 → v0.1.1 (#33704)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/spegel-org/spegel](https://redirect.github.com/spegel-org/spegel)
| patch | -> |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>spegel-org/spegel (ghcr.io/spegel-org/spegel)</summary>

###
[`v0.1.1`](https://redirect.github.com/spegel-org/spegel/blob/HEAD/CHANGELOG.md#v011)

[Compare
Source](https://redirect.github.com/spegel-org/spegel/compare/v0.1.0...v0.1.1)

##### Fixed

- [#&#8203;807](https://redirect.github.com/spegel-org/spegel/pull/807)
Update golangci lint and fix new issues.
- [#&#8203;810](https://redirect.github.com/spegel-org/spegel/pull/810)
Increase timeout to avoid flakiness in conformance tests.
- [#&#8203;806](https://redirect.github.com/spegel-org/spegel/pull/806)
Fix verification of Containerd configuration with suffixes.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-28 19:19:38 +01:00
Kjeld Schouten d8c0c61e30 feat(volsync): add automatic grafana dashboards (#33651)
**Description**
Volsync actually does have Grafana dashboard. now its actually part of
the helm-chart as well.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] 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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-03-27 15:46:49 +01:00
Kjeld Schouten 85e59af14a chore(pod-nuke): remove pod-nuke experiment 2025-03-27 15:04:37 +01:00
Alfred Göppel 93ed815317 fix(spegel): patch tpl (#33644)
**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
- [ ] 👀 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._

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-27 05:03:30 -04:00
Alfred Göppel c805b89d60 fix(spegel: Implement upstream changes (#33611)
**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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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._

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-27 03:53:22 -04:00
TrueCharts-Bot 64183f01be Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-03-27 00:20:18 +00:00
TrueCharts Bot 2fe6c107b7 chore(helm): update image ghcr.io/spegel-org/spegel v0.0.30 → v0.1.0 (#33528)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/spegel-org/spegel](https://redirect.github.com/spegel-org/spegel)
| minor | -> |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>spegel-org/spegel (ghcr.io/spegel-org/spegel)</summary>

###
[`v0.1.0`](https://redirect.github.com/spegel-org/spegel/blob/HEAD/CHANGELOG.md#v010)

[Compare
Source](https://redirect.github.com/spegel-org/spegel/compare/v0.0.30...v0.1.0)

##### Added

- [#&#8203;717](https://redirect.github.com/spegel-org/spegel/pull/717)
Extend tests for distribution.
- [#&#8203;753](https://redirect.github.com/spegel-org/spegel/pull/753)
Set GOMAXPROCS and GOMEMLIMIT when limits are set.
- [#&#8203;792](https://redirect.github.com/spegel-org/spegel/pull/792)
Add dev deploy recipe to simplify local development.
- [#&#8203;791](https://redirect.github.com/spegel-org/spegel/pull/791)
Add debug view to help validating Spegel.

##### Changed

- [#&#8203;747](https://redirect.github.com/spegel-org/spegel/pull/747)
Update Go to 1.23.6.
- [#&#8203;750](https://redirect.github.com/spegel-org/spegel/pull/750)
Rename append mirrors to prepend existing.
- [#&#8203;373](https://redirect.github.com/spegel-org/spegel/pull/373)
Apply mirror configuration on all registires by default.
- [#&#8203;762](https://redirect.github.com/spegel-org/spegel/pull/762)
Set appropriate buckets for response size
- [#&#8203;778](https://redirect.github.com/spegel-org/spegel/pull/778)
Replace interface{} with any alias.
- [#&#8203;784](https://redirect.github.com/spegel-org/spegel/pull/784)
Refactor distribution and move to OCI package.
- [#&#8203;787](https://redirect.github.com/spegel-org/spegel/pull/787)
Refactor OCI image to allow parsing without digest.
- [#&#8203;794](https://redirect.github.com/spegel-org/spegel/pull/794)
Set default memory request and limit in Helm chart.

##### Removed

- [#&#8203;796](https://redirect.github.com/spegel-org/spegel/pull/796)
Remove name from OCI image struct.
- [#&#8203;799](https://redirect.github.com/spegel-org/spegel/pull/799)
Remove Kubernetes bootstrapper.

##### Fixed

- [#&#8203;743](https://redirect.github.com/spegel-org/spegel/pull/743)
Remove metrics label from bootstrap service in Helm chart.
- [#&#8203;748](https://redirect.github.com/spegel-org/spegel/pull/748)
Fix topology annotation.
- [#&#8203;785](https://redirect.github.com/spegel-org/spegel/pull/785)
Fix verification of digests when parsing distribution path.
- [#&#8203;798](https://redirect.github.com/spegel-org/spegel/pull/798)
Restart Spegel if Containerd event subscription is disconnected.
- [#&#8203;800](https://redirect.github.com/spegel-org/spegel/pull/800)
Fix so that host is closed even when a bootstrap error occurs.
- [#&#8203;801](https://redirect.github.com/spegel-org/spegel/pull/801)
Fix helm values naming for additionalMirrorTargets and
mirroredRegistries.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-26 21:35:41 +00:00
Kjeld Schouten 3b797201f8 chore(pod-nuke): bump container 2025-03-26 22:34:20 +01:00
Kjeld Schouten 909fffb6c3 bump pod-nuke 2025-03-26 20:44:36 +01:00
Kjeld Schouten 3cd41900e9 fix(pod-nuke): add sa 2025-03-26 20:44:36 +01:00
TrueCharts Bot e00ff06a1c chore(helm): update image quay.io/backube/volsync 0.12.0 → 0.12.1 (#33607) 2025-03-26 20:37:49 +01:00
Kjeld Schouten 50314689c3 fiux version 2025-03-26 19:48:10 +01:00
Kjeld Schouten 53ffbf58e5 fix(pod-nuke): ensure it runs 2 replicas 2025-03-26 19:47:51 +01:00
Kjeld Schouten a55a8a1fbf feat(pod-nuke): add chart and use kubectl container as basis 2025-03-26 19:47:45 +01:00
Kjeld Schouten 7eaf4e00e3 fix(spegel): correct filename for grafana dashboard 2025-03-10 23:24:57 +01:00
Alfred Göppel cccc6218e2 chore(charts): archive prometheus, prometheus-operator & cert-manager (#33009)
**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
- [ ] 🪛 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] ⬆️ 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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-03-08 19:13:20 +01:00
Alfred Göppel 9d48f3007e chore(cert-manager, prometheus-operator, prometheus): deprecate (#33007)
**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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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._
2025-03-08 17:32:42 +01:00
TrueCharts Bot 0ddb360e82 chore(helm): update chart kube-prometheus-stack 69.7.4 → 69.8.0 (#32972)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `69.7.4` -> `69.8.0` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.8.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.4...kube-prometheus-stack-69.8.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.4...kube-prometheus-stack-69.8.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-03-07 13:35:51 +01:00
TrueCharts Bot 60967bb18f chore(helm): update chart kube-prometheus-stack 69.7.3 → 69.7.4 (#32946)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `69.7.3` -> `69.7.4` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.7.4`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.3...kube-prometheus-stack-69.7.4)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.3...kube-prometheus-stack-69.7.4)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-03-06 19:23:41 +01:00
TrueCharts Bot 4218d7afac chore(helm): update chart kube-prometheus-stack 69.7.2 → 69.7.3 (#32880) 2025-03-05 19:18:30 +01:00
TrueCharts Bot f7044ee156 chore(helm): update image quay.io/backube/volsync 0.11.0 → 0.12.0 (#32834) 2025-03-03 19:26:06 +01:00
TrueCharts Bot 488bdf4c78 chore(helm): update chart kube-prometheus-stack 69.7.1 → 69.7.2 (#32829)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `69.7.1` -> `69.7.2` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.7.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.1...kube-prometheus-stack-69.7.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.1...kube-prometheus-stack-69.7.2)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-03-03 19:26:00 +01:00
TrueCharts Bot 2a3fb6cfce chore(helm): update chart kube-prometheus-stack 69.6.0 → 69.7.1 (#32817)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `69.6.0` -> `69.7.1` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.7.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.0...kube-prometheus-stack-69.7.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.7.0...kube-prometheus-stack-69.7.1)

###
[`v69.7.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.6.1...kube-prometheus-stack-69.7.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.6.1...kube-prometheus-stack-69.7.0)

###
[`v69.6.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.6.0...kube-prometheus-stack-69.6.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.6.0...kube-prometheus-stack-69.6.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-03 13:21:43 +00:00
TrueCharts Bot 1e36677d61 chore(helm): update chart kube-prometheus-stack 69.6.0 → 69.6.1 (#32812)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `69.6.0` -> `69.6.1` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.6.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.6.0...kube-prometheus-stack-69.6.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.6.0...kube-prometheus-stack-69.6.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-03-03 12:57:26 +00:00
TrueCharts Bot a6c6547dc9 chore(helm): update chart kube-prometheus-stack 69.5.2 → 69.6.0 (#32686)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `69.5.2` -> `69.6.0` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.6.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.5.2...kube-prometheus-stack-69.6.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.5.2...kube-prometheus-stack-69.6.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2025-02-28 13:21:20 +00:00
TrueCharts Bot 84f7095aa6 chore(helm): update image registry.k8s.io/sig-storage/snapshot-controller v8.2.0 → v8.2.1 (#32701) 2025-02-28 13:41:06 +01:00
TrueCharts Bot 89fd1a4de6 chore(helm): update chart kube-prometheus-stack 69.5.1 → 69.5.2 (#32568) 2025-02-26 01:32:16 +01:00
TrueCharts Bot eeb755ecb1 chore(helm): update chart kube-prometheus-stack 69.4.1 → 69.5.1 (#32551) 2025-02-25 13:27:45 +01:00
TrueCharts Bot 90c0c150cf chore(helm): update chart kube-prometheus-stack 69.4.0 → 69.4.1 (#32412)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `69.4.0` -> `69.4.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.4.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.4.0...kube-prometheus-stack-69.4.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.4.0...kube-prometheus-stack-69.4.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-02-22 04:12:12 +00:00
TrueCharts Bot 192477e955 chore(helm): update chart kube-prometheus-stack 69.3.3 → 69.4.0 (#32390) 2025-02-21 20:01:43 +01:00
TrueCharts Bot c13664e93f chore(helm): update image ghcr.io/postfinance/kubelet-csr-approver v1.2.5 → v1.2.6 (#32389)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/postfinance/kubelet-csr-approver](https://images.chainguard.dev/directory/image/static/overview)
([source](https://redirect.github.com/chainguard-images/images/tree/HEAD/images/static))
| patch | -> |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-21 19:31:06 +01:00
TrueCharts Bot bd6840bfc1 chore(helm): update chart kube-prometheus-stack 69.3.2 → 69.3.3 (#32298)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `69.3.2` -> `69.3.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.3.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.2...kube-prometheus-stack-69.3.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.2...kube-prometheus-stack-69.3.3)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-02-20 19:21:31 +01:00
TrueCharts Bot b61a1245de chore(helm): update chart kube-prometheus-stack 68.5.0 → 69.3.2 (#32138)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| major | `68.5.0` -> `69.3.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v69.3.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.1...kube-prometheus-stack-69.3.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.1...kube-prometheus-stack-69.3.2)

###
[`v69.3.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.0...kube-prometheus-stack-69.3.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.3.0...kube-prometheus-stack-69.3.1)

###
[`v69.3.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.4...kube-prometheus-stack-69.3.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.4...kube-prometheus-stack-69.3.0)

###
[`v69.2.4`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.3...kube-prometheus-stack-69.2.4)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.3...kube-prometheus-stack-69.2.4)

###
[`v69.2.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.2...kube-prometheus-stack-69.2.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.2...kube-prometheus-stack-69.2.3)

###
[`v69.2.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.1...kube-prometheus-stack-69.2.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.1...kube-prometheus-stack-69.2.2)

###
[`v69.2.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.0...kube-prometheus-stack-69.2.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.2.0...kube-prometheus-stack-69.2.1)

###
[`v69.2.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.2...kube-prometheus-stack-69.2.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.2...kube-prometheus-stack-69.2.0)

###
[`v69.1.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.1...kube-prometheus-stack-69.1.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.1...kube-prometheus-stack-69.1.2)

###
[`v69.1.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.0...kube-prometheus-stack-69.1.1)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.1.0...kube-prometheus-stack-69.1.1)

###
[`v69.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.0.0...kube-prometheus-stack-69.1.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.0.0...kube-prometheus-stack-69.1.0)

###
[`v69.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.5.0...kube-prometheus-stack-69.0.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.5.0...kube-prometheus-stack-69.0.0)

</details>

---

### Configuration

📅 **Schedule**: 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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21ham9yIl19-->
2025-02-18 20:14:50 +01:00
TrueCharts Bot 84f066d7e9 chore(helm): update image quay.io/brancz/kube-rbac-proxy v0.18.2 → v0.19.0 (#32171)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/brancz/kube-rbac-proxy | minor | `7de54b6` -> `c2ef3c3` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-17 19:24:48 +01:00
TrueCharts Bot cf035d38cf chore(helm): update chart cert-manager v1.17.0 → v1.17.1 (#32013)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io)
([source](https://redirect.github.com/cert-manager/cert-manager)) |
patch | `v1.17.0` -> `v1.17.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.17.1`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.17.1)

[Compare
Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.17.0...v1.17.1)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

This release is primarily intended to address [a breaking change in
Cloudflare's
API](https://redirect.github.com/cert-manager/cert-manager/issues/7540)
which impacted ACME DNS-01 challenges using Cloudflare.

Many thanks to the community members who reported this issue!

#### Changes by Kind

##### Bug or Regression

-  Fix issuing of certificates via DNS01 challenges on Cloudflare after
a breaking change to the Cloudflare API
([#&#8203;7565](https://redirect.github.com/cert-manager/cert-manager/issues/7565),
[@&#8203;LukeCarrier](https://redirect.github.com/LukeCarrier))
- Bump go to 1.23.6 to address CVE-2025-22866 reported by Trivy
([#&#8203;7563](https://redirect.github.com/cert-manager/cert-manager/issues/7563),
[@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-02-13 12:28:06 +00:00
TrueCharts Bot 23e87987ca chore(helm): update chart kube-prometheus-stack 68.4.5 → 68.5.0 (#31726)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| minor | `68.4.5` -> `68.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v68.5.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.5...kube-prometheus-stack-68.5.0)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.5...kube-prometheus-stack-68.5.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
2025-02-07 04:25:00 +01:00
TrueCharts Bot ad8a3d944f chore(helm): update chart kube-prometheus-stack 68.4.4 → 68.4.5 (#31640)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `68.4.4` -> `68.4.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v68.4.5`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.4...kube-prometheus-stack-68.4.5)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.4...kube-prometheus-stack-68.4.5)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-02-05 02:15:24 +00:00
TrueCharts Bot b258f943af chore(helm): update chart cert-manager v1.16.3 → v1.17.0 (#31609)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io)
([source](https://redirect.github.com/cert-manager/cert-manager)) |
minor | `v1.16.3` -> `v1.17.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.17.0`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.17.0)

[Compare
Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.16.3...v1.17.0)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

v1.17.0 is a feature release with several improvements, including:

-   A helpful compliance change to RSA signatures on certificates
- An easier way to specify passwords for
[PKCS#12](https://redirect.github.com/PKCS/cert-manager/issues/12) and
JKS keystores
-   A few feature flag promotions (and a deprecation)
-   Dependency bumps and other smaller improvements

#### Major Themes

##### RSA Certificate Compliance

The United States Department of Defense published [a
memo](https://dl.dod.cyber.mil/wp-content/uploads/pki-pke/pdf/unclass-memo_dodcryptoalgorithms.pdf)
in 2022 which introduced some requirements on the kinds of cryptography
they require to be supported in software they use.

In effect, the memo requires that software be able to support larger RSA
keys (3072-bit and 4096-bit) and hashing algorithms (SHA-384 at a
minimum).

cert-manager supported large RSA keys long before the memo was
published, but a quirk in implementation meant that cert-manager always
used SHA-256 when signing with RSA.

In v1.17.0, cert-manager will choose a hash algorithm based on the RSA
key length: 3072-bit keys will use SHA-384, and 4096-bit keys will use
SHA-512. This matches similar behavior already present for ECDSA
signatures.

Our expectation is that this change will have minimal impact beyond a
slight increase to security and better compliance; we're not aware of
Kubernetes based environments which support RSA 2048 with SHA-256 but
fail with RSA 4096 and SHA-512. However, if you're using larger RSA
keys, you should be aware of the change.

##### Easier Keystore Passwords for
[PKCS#12](https://redirect.github.com/PKCS/cert-manager/issues/12) and
JKS

Specifying passwords on
[PKCS#12](https://redirect.github.com/PKCS/cert-manager/issues/12) and
JKS keystores is supported in cert-manager
for compatibility reasons with software which expects or requires
passwords to be set; however, these passwords are [not relevant to
security](https://cert-manager.io/docs/faq/#why-are-passwords-on-jks-or-pkcs12-files-not-helpful)
and never have been in cert-manager.

The initial implementation of the `keystores` feature required these
"passwords" to be stored in a Kubernetes secret, which would then be
read by cert-manager when creating the keystore after a certificate was
issued. This is cumbersome, especially when many passwords are set to
default values such as `changeit` or `password`.

In cert-manager v1.17, it's now possible to set a keystore password
using a literal string value inside the `Certificate` resource itself,
making this process much easier with no change to security.

For example:

```yaml
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: my-cert-password
spec:
  secretName: my-cert-password
  issuerRef:
    name: my-issuer
    kind: ClusterIssuer
  keystores:
    jks:
      create: true
      password: "abc123"
    pkcs12:
      create: true
      password: "password"
  dnsNames:
  - example.com
```

The new `password` field is mutually exclusive with the
`passwordSecretRef` field, so be sure to only set one.

##### Feature Flag Promotions / Deprecations

cert-manager's feature flags allow for easier testing and adoption of
new features with a reduced risk of breaking changes. In cert-manager
v1.17, two feature gates have been promoted to "beta", and as such are
now enabled by default in all installations:

- `NameConstraints`, allowing users to specify the name constraints
extension which can be helpful when creating CA certificates for private
PKI
- `UseDomainQualifiedFinalizer`, which stops a Kubernetes warning from
being printed in logs

In addition, we added a new feature gate: `CAInjectorMerging`, which
intelligently combines certificates used by the
[`CAInjector`](../../concepts/ca-injector.md) component, making it safer
to use when issuing certificates are rotated. If you're making heavy use
of the CA injector, you should consider enabling this feature gate.

Finally, we deprecated the `ValidateCAA` feature gate which will be
removed entirely in cert-manager v1.18.0. This feature gate aimed to
validate the `CAA` DNS record during ACME issuance, but has seen low
adoption and limited testing since its introduction back in 2019.

##### Other Changes

There are many other PRs which were merged in this release cycle and
we'd encourage you to read the release notes below. One PR that's worth
highlighting is a change to add more structured logging information to
certain log lines.

If you were previously filtering logs using `grep` or similar tools
(which is highly discouraged!) be aware that some log lines have changed
format.

#### Community

As always, we'd like to thank all of the community members who helped in
this release cycle, including all below who merged a PR and anyone that
helped by commenting on issues, testing, or getting involved in
cert-manager meetings. We're lucky to have you involved.

A special thanks to:

-   [@&#8203;hawksight](https://redirect.github.com/hawksight)
-   [@&#8203;aidy](https://redirect.github.com/aidy)
-   [@&#8203;bashlion](https://redirect.github.com/bashlion)
-   [@&#8203;7ing](https://redirect.github.com/7ing)
-   [@&#8203;fadecore](https://redirect.github.com/fadecore)
-   [@&#8203;schedin](https://redirect.github.com/schedin)
-   [@&#8203;jkroepke](https://redirect.github.com/jkroepke)
-   [@&#8203;sdarwin](https://redirect.github.com/sdarwin)

for their contributions, comments and support!

Also, thanks to the cert-manager maintainer team for their help in this
release:

-   [@&#8203;inteon](https://redirect.github.com/inteon)
-   [@&#8203;erikgb](https://redirect.github.com/erikgb)
-   [@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish)
-   [@&#8203;ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot)
-   [@&#8203;munnerz](https://redirect.github.com/munnerz)
-   [@&#8203;maelvls](https://redirect.github.com/maelvls)

And finally, thanks to the cert-manager steering committee for their
feedback in this release cycle:

- [@&#8203;FlorianLiebhart](https://redirect.github.com/FlorianLiebhart)
-   [@&#8203;ssyno](https://redirect.github.com/ssyno)
-   [@&#8203;ianarsenault](https://redirect.github.com/ianarsenault)
-   [@&#8203;TrilokGeer](https://redirect.github.com/TrilokGeer)

#### Changes by Kind

##### Feature

- Potentially BREAKING: The CA and SelfSigned issuers now use SHA-512
when signing with RSA keys 4096 bits and above, and SHA-384 when signing
with RSA keys 3072 bits and above. If you were previously using a larger
RSA key as a CA, be sure to check that your systems support the new hash
algorithms.
([#&#8203;7368](https://redirect.github.com/cert-manager/cert-manager/issues/7368),
[@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- Add CAInjectorMerging feature gate to the ca-injector, enabling this
will change the behaviour of the ca-injector to merge in new CA
certificates instead of outright replacing the existing one.
([#&#8203;7469](https://redirect.github.com/cert-manager/cert-manager/issues/7469),
[@&#8203;ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))
- Added image pull secrets to deployments when service accounts aren't
created
([#&#8203;7411](https://redirect.github.com/cert-manager/cert-manager/issues/7411),
[@&#8203;TheHenrick](https://redirect.github.com/TheHenrick))
- Added the ability to customize client ID when using username/password
authentication for Venafi client
([#&#8203;7484](https://redirect.github.com/cert-manager/cert-manager/issues/7484),
[@&#8203;ilyesAj](https://redirect.github.com/ilyesAj))
- Helm: New value `webhook.extraEnv` allows you to set custom
environment variables in the webhook Pod.
Helm: New value `cainjector.extraEnv` allows you to set custom
environment variables in the cainjector Pod.
Helm: New value `startupapicheck.extraEnv` allows you to set custom
environment variables in the startupapicheck Pod.
([#&#8203;7317](https://redirect.github.com/cert-manager/cert-manager/issues/7317),
[@&#8203;wallrj](https://redirect.github.com/wallrj))
- Increase the amount of PEM data `pki.DecodeX509CertificateSetBytes` is
able to parse, to enable reading larger TLS trust bundles
([#&#8203;7464](https://redirect.github.com/cert-manager/cert-manager/issues/7464),
[@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- New configuration option tenantID for the AzureDNS provider when using
managed identities with service principals. This enhancement allows
users to specify the tenant ID when using managed identities, offering
better flexibility in multi-tenant environments.
([#&#8203;7376](https://redirect.github.com/cert-manager/cert-manager/issues/7376),
[@&#8203;jochenrichter](https://redirect.github.com/jochenrichter))
- Promote the `UseDomainQualifiedFinalizer` feature to Beta.
([#&#8203;7488](https://redirect.github.com/cert-manager/cert-manager/issues/7488),
[@&#8203;jsoref](https://redirect.github.com/jsoref))
- Allow JKS/PKCS12 keystore passwords to be set as literal values in
Certificate resources, mutually exclusive with the existing
passwordSecretRef field
([#&#8203;6657](https://redirect.github.com/cert-manager/cert-manager/issues/6657),
[@&#8203;rquinio1A](https://redirect.github.com/rquinio1A))
- Allow templating ServiceAccount annotations by running the built-in
Helm `tpl` function on keys and values, to aid with workload identity
configuration
([#&#8203;7501](https://redirect.github.com/cert-manager/cert-manager/issues/7501),
[@&#8203;fcrespofastly](https://redirect.github.com/fcrespofastly))
- Promote CA NameConstraints feature gate to Beta (enabled by default)
([#&#8203;7494](https://redirect.github.com/cert-manager/cert-manager/issues/7494),
[@&#8203;tanujd11](https://redirect.github.com/tanujd11))

##### Documentation

- Add example for IPv6 in `--dns01-recursive-nameservers`
([#&#8203;7367](https://redirect.github.com/cert-manager/cert-manager/issues/7367),
[@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- Updated the chart documentation to show `enableGatewayAPI` in the
config example.
([#&#8203;7354](https://redirect.github.com/cert-manager/cert-manager/issues/7354),
[@&#8203;puerco](https://redirect.github.com/puerco))

##### Bug or Regression

- BUGFIX: A change in v1.16.0 caused cert-manager's ACME ClusterIssuer
to look in the wrong namespace for resources required for the issuance
(eg. credential Secrets). This is now fixed in v1.16.1+ and v1.17.0+
([#&#8203;7339](https://redirect.github.com/cert-manager/cert-manager/issues/7339),
[@&#8203;inteon](https://redirect.github.com/inteon))
- BUGFIX: Helm will now accept percentages for the
`podDisruptionBudget.minAvailable` and
`podDisruptionBudget.maxAvailable` values.
([#&#8203;7343](https://redirect.github.com/cert-manager/cert-manager/issues/7343),
[@&#8203;inteon](https://redirect.github.com/inteon))
- Fix ACME HTTP-01 solver for IPv6 endpoints
([#&#8203;7391](https://redirect.github.com/cert-manager/cert-manager/issues/7391),
[@&#8203;Peac36](https://redirect.github.com/Peac36))
- Fix the behavior of `renewBeforePercentage` to comply with its spec
([#&#8203;7421](https://redirect.github.com/cert-manager/cert-manager/issues/7421),
[@&#8203;adam-sroka](https://redirect.github.com/adam-sroka))
- Helm: allow `enabled` to be set as a value to toggle cert-manager as a
dependency.
([#&#8203;7350](https://redirect.github.com/cert-manager/cert-manager/issues/7350),
[@&#8203;inteon](https://redirect.github.com/inteon))
- SECURITY (low risk): Limit maximum allowed PEM size to prevent
potential DoS in cert-manager controller from attacker-controlled PEM.
See
[GHSA-r4pg-vg54-wxx4](https://redirect.github.com/cert-manager/cert-manager/security/advisories/GHSA-r4pg-vg54-wxx4)
([#&#8203;7400](https://redirect.github.com/cert-manager/cert-manager/issues/7400),
[@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish))
- The Certificate object will no longer create CertificateRequest or
Secret objects while being deleted
([#&#8203;7361](https://redirect.github.com/cert-manager/cert-manager/issues/7361),
[@&#8203;ThatsMrTalbot](https://redirect.github.com/ThatsMrTalbot))
- The issuer will now more quickly retry when its linked Secret is
updated to fix an issue that caused a high back-off timeout.
([#&#8203;7455](https://redirect.github.com/cert-manager/cert-manager/issues/7455),
[@&#8203;inteon](https://redirect.github.com/inteon))
- Upgrades Venafi vCert library fixing a bug which caused the RSA 3072
bit key size for TPP certificate enrollment to not work.
([#&#8203;7498](https://redirect.github.com/cert-manager/cert-manager/issues/7498),
[@&#8203;inteon](https://redirect.github.com/inteon))

##### Other (Cleanup or Flake)

- ⚠️ Potentially BREAKING: Log messages that were not structured have
now been replaced with structured logs. If you were matching on specific
log strings, this could break your setup.
([#&#8203;7461](https://redirect.github.com/cert-manager/cert-manager/issues/7461),
[@&#8203;inteon](https://redirect.github.com/inteon))
- DEPRECATION: The `ValidateCAA` feature gate is now deprecated, with
removal scheduled for cert-manager 1.18. In 1.17, enabling this feature
gate will print a warning.
([#&#8203;7491](https://redirect.github.com/cert-manager/cert-manager/issues/7491),
[@&#8203;jsoref](https://redirect.github.com/jsoref))
- Remove `Neither --kubeconfig nor --master was specified` warning
message when the controller and the webhook services boot
([#&#8203;7457](https://redirect.github.com/cert-manager/cert-manager/issues/7457),
[@&#8203;Peac36](https://redirect.github.com/Peac36))
- Move 'live' DNS tests into a separate package to contain test
flakiness and improve developer UX
([#&#8203;7530](https://redirect.github.com/cert-manager/cert-manager/issues/7530),
[@&#8203;SgtCoDFish](https://redirect.github.com/SgtCoDFish))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-02-04 08:13:10 +00:00
TrueCharts Bot d0eb4e18b2 chore(helm): update chart kube-prometheus-stack 68.4.0 → 68.4.4 (#31435)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus)
([source](https://redirect.github.com/prometheus-community/helm-charts))
| patch | `68.4.0` -> `68.4.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts
(kube-prometheus-stack)</summary>

###
[`v68.4.4`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.3...kube-prometheus-stack-68.4.4)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.3...kube-prometheus-stack-68.4.4)

###
[`v68.4.3`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.2...kube-prometheus-stack-68.4.3)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.2...kube-prometheus-stack-68.4.3)

###
[`v68.4.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.0...kube-prometheus-stack-68.4.2)

[Compare
Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.4.0...kube-prometheus-stack-68.4.2)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2025-02-01 04:07:01 +01:00
TrueCharts Bot 931652f619 chore(helm): update image docker.io/intel/intel-gpu-plugin 0.31.1 → 0.32.0 (#31453)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/intel/intel-gpu-plugin | minor | `31f4543` -> `bd1936c` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-02-01 03:53:14 +01:00
Kjeld Schouten c0f54eb4e1 update snapshot controller 2025-01-31 19:34:56 +01:00