Commit Graph

573 Commits

Author SHA1 Message Date
TrueCharts-Bot f9c2289797 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-17 00:14:15 +00:00
Jaël Gareau f6998cfdcb fix(clustertool): make genconfig work with DOCKERHUB (#34403)
**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  #34374 

**⚙️ 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
- [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
- [ ] ⬆️ 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._
2025-04-16 15:55:33 +02:00
TrueCharts Bot c27d2d6934 fix(deps): update module github.com/go-git/go-git/v5 v5.15.0 → v5.16.0 (clustertool) (#34457) 2025-04-16 02:53:16 +02:00
TrueCharts Bot 22b40c1f7b chore(flux): update image kube-prometheus-stack 70.4.2 → 70.5.0 (clustertool) (#34446) 2025-04-16 02:36:37 +02:00
TrueCharts-Bot cb76a9a7e2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-16 00:16:57 +00:00
Boemeltrein e95c49201d fix(clustertool): clusterenv example (#34402)
**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.
-->
NGINX_INTERNAL_IP and NGINX_EXTERNAL_IP where not in the example inside
the METALLB range.

⚒️ 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
- [ ] ⬆️ 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-04-15 21:42:45 +02:00
TrueCharts Bot f6fcad9858 fix(deps): update module github.com/knadh/koanf/v2 v2.1.2 → v2.2.0 (clustertool) (#34400)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/knadh/koanf/v2](https://redirect.github.com/knadh/koanf) |
require | minor | `v2.1.2` -> `v2.2.0` |

---

### Release Notes

<details>
<summary>knadh/koanf (github.com/knadh/koanf/v2)</summary>

###
[`v2.2.0`](https://redirect.github.com/knadh/koanf/releases/tag/v2.2.0)

[Compare
Source](https://redirect.github.com/knadh/koanf/compare/v2.1.2...v2.2.0)

This release sets the min required Go version to v1.23.0

An increasing number of important updates to various deps, including
golang.org/x/\*, require go >= 1.23.0. It is now untenable
to maintain support for older Go versions. This does not break existing
installations, just that further updates will only be available to newer
Go versions.

#### What's Changed

- Update CI by [@&#8203;StefMa](https://redirect.github.com/StefMa) in
[https://github.com/knadh/koanf/pull/332](https://redirect.github.com/knadh/koanf/pull/332)
- Fix typos by
[@&#8203;NathanBaulch](https://redirect.github.com/NathanBaulch) in
[https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336)
- adds urfave/cli/v2 flag parser by
[@&#8203;joicemjoseph](https://redirect.github.com/joicemjoseph) in
[https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330)
- Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/consul by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/342](https://redirect.github.com/knadh/koanf/pull/342)
- Added support for Azure Keyvault by
[@&#8203;arawin1979](https://redirect.github.com/arawin1979) in
[https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343)
- Bump golang.org/x/crypto from 0.21.0 to 0.35.0 in /providers/vault by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/348](https://redirect.github.com/knadh/koanf/pull/348)
- Bump golang.org/x/crypto from 0.17.0 to 0.35.0 in /providers/nats by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/347](https://redirect.github.com/knadh/koanf/pull/347)
- Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in /examples by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/346](https://redirect.github.com/knadh/koanf/pull/346)
- Bump golang.org/x/net from 0.23.0 to 0.36.0 in /providers/vault by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/knadh/koanf/pull/344](https://redirect.github.com/knadh/koanf/pull/344)
- Upgrade min Go version and deps across all providers and parsers by
[@&#8203;knadh](https://redirect.github.com/knadh) in
[https://github.com/knadh/koanf/pull/349](https://redirect.github.com/knadh/koanf/pull/349)

#### New Contributors

- [@&#8203;NathanBaulch](https://redirect.github.com/NathanBaulch) made
their first contribution in
[https://github.com/knadh/koanf/pull/336](https://redirect.github.com/knadh/koanf/pull/336)
- [@&#8203;joicemjoseph](https://redirect.github.com/joicemjoseph) made
their first contribution in
[https://github.com/knadh/koanf/pull/330](https://redirect.github.com/knadh/koanf/pull/330)
- [@&#8203;arawin1979](https://redirect.github.com/arawin1979) made
their first contribution in
[https://github.com/knadh/koanf/pull/343](https://redirect.github.com/knadh/koanf/pull/343)

**Full Changelog**:
https://github.com/knadh/koanf/compare/v2.1.2...v2.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-15 20:10:39 +02:00
TrueCharts Bot 2887b86a41 fix(deps): update module github.com/getsops/sops/v3 v3.10.1 → v3.10.2 (clustertool) (#34387)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops)
| require | patch | `v3.10.1` -> `v3.10.2` |

---

### Release Notes

<details>
<summary>getsops/sops (github.com/getsops/sops/v3)</summary>

###
[`v3.10.2`](https://redirect.github.com/getsops/sops/releases/tag/v3.10.2)

[Compare
Source](https://redirect.github.com/getsops/sops/compare/v3.10.1...v3.10.2)

#### Installation

To install `sops`, download one of the pre-built binaries provided for
your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:

```shell

### Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.linux.amd64

### Move the binary in to your PATH
mv sops-v3.10.2.linux.amd64 /usr/local/bin/sops

### Make the binary executable
chmod +x /usr/local/bin/sops
```

##### Verify checksums file signature

The checksums file provided within the artifacts attached to this
release is signed using
[Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC.
To validate the signature of this file, run the following commands:

```shell

### Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.checksums.sig

### Verify the checksums file
cosign verify-blob sops-v3.10.2.checksums.txt \
  --certificate sops-v3.10.2.checksums.pem \
  --signature sops-v3.10.2.checksums.sig \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
```

##### Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the
checksums file after having validated its signature:

```shell

### Verify the binary using the checksums file
sha256sum -c sops-v3.10.2.checksums.txt --ignore-missing
```

##### Verify artifact provenance

The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries,
packages, and SBOMs can be found within the artifacts associated with
this release. It is presented through an [in-toto](https://in-toto.io/)
link metadata file named `sops-v3.10.2.intoto.jsonl`. To verify the
provenance of an artifact, you can utilize the
[`slsa-verifier`](https://redirect.github.com/slsa-framework/slsa-verifier#artifacts)
tool:

```shell

### Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.intoto.jsonl

### Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.10.2.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.10.2
```

#### Container Images

The `sops` binaries are also available as container images, based on
Debian (slim) and Alpine Linux. The Debian-based container images
include any dependencies which may be required to make use of certain
key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud
KMS. The Alpine-based container images are smaller in size, but do not
include these dependencies.

These container images are available for the following architectures:
`linux/amd64` and `linux/arm64`.

##### GitHub Container Registry

-   `ghcr.io/getsops/sops:v3.10.2`
-   `ghcr.io/getsops/sops:v3.10.2-alpine`

##### Quay.io

-   `quay.io/getsops/sops:v3.10.2`
-   `quay.io/getsops/sops:v3.10.2-alpine`

##### Verify container image signature

The container images are signed using
[Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC.
To validate the signature of an image, run the following command:

```shell
cosign verify ghcr.io/getsops/sops:v3.10.2 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
```

##### Verify container image provenance

The container images include [SLSA
provenance](https://slsa.dev/provenance/v0.2) attestations. For more
information around the verification of this, please refer to the
[`slsa-verifier`
documentation](https://redirect.github.com/slsa-framework/slsa-verifier#containers).

#### Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible
within the artifacts enclosed with this release. It is presented as an
[SPDX](https://spdx.dev/) JSON file, formatted as
`<binary>.spdx.sbom.json`.

#### What's Changed

- build(deps): Bump the go group with 13 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1834](https://redirect.github.com/getsops/sops/pull/1834)
- Use latest 1.24 Go version for release build by
[@&#8203;hiddeco](https://redirect.github.com/hiddeco) in
[https://github.com/getsops/sops/pull/1836](https://redirect.github.com/getsops/sops/pull/1836)
- Remove reserved keyword check from YAML store's `LoadPlainFile()` by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1829](https://redirect.github.com/getsops/sops/pull/1829)
- build(deps): Bump the go group with 9 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/getsops/sops/pull/1839](https://redirect.github.com/getsops/sops/pull/1839)
- build(deps): Bump github/codeql-action from 3.28.13 to 3.28.15 in the
ci group by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/getsops/sops/pull/1840](https://redirect.github.com/getsops/sops/pull/1840)
- Release 3.10.2 release by
[@&#8203;felixfontein](https://redirect.github.com/felixfontein) in
[https://github.com/getsops/sops/pull/1841](https://redirect.github.com/getsops/sops/pull/1841)

**Full Changelog**:
https://github.com/getsops/sops/compare/v3.10.1...v3.10.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-15 02:25:42 +02:00
TrueCharts Bot e22a97323e chore(flux): update image cilium 1.17.2 → 1.17.3 (clustertool) (#34383)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cilium | patch | `1.17.2` -> `1.17.3` |

---

### 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-15 02:25:18 +02:00
Boemeltrein f8ecef9950 fix(clustertool): cert-manager (crds) (#34339)
**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.
-->
Little change in values, `installCRDs: true` is Deprecated.


https://artifacthub.io/packages/helm/cert-manager/cert-manager#installcrds-~-bool
This option is equivalent to setting crds.enabled=true and
crds.keep=true. Deprecated: use crds.enabled and crds.keep instead

With this change it is also now equal to the Quick-Start on the website.

⚒️ 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
- [ ] ⬆️ 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-04-14 11:48:57 +02:00
Alfred Göppel f8a3bbb0e4 fix(devcontainer): update version (#34308)
**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-04-14 11:02:11 +02:00
TrueCharts Bot e029443f5d chore(flux): update image clusterissuer 9.6.2 → 9.6.3 (clustertool) (#34350)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | patch | `9.6.2` -> `9.6.3` |

---

### 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-14 02:21:37 +02:00
TrueCharts-Bot 719f0f0a46 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-12 00:16:42 +00:00
TrueCharts Bot d62f09672d fix(deps): update module github.com/go-git/go-git/v5 v5.14.0 → v5.15.0 (clustertool) (#34243)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git)
| require | minor | `v5.14.0` -> `v5.15.0` |

---

### Release Notes

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

###
[`v5.15.0`](https://redirect.github.com/go-git/go-git/releases/tag/v5.15.0)

[Compare
Source](https://redirect.github.com/go-git/go-git/compare/v5.14.0...v5.15.0)

#### What's Changed

- plumbing: add cert auth support to `releases/v5.x` by
[@&#8203;Javier-varez](https://redirect.github.com/Javier-varez) in
[https://github.com/go-git/go-git/pull/1482](https://redirect.github.com/go-git/go-git/pull/1482)
- v5: Bump dependencies by
[@&#8203;pjbgf](https://redirect.github.com/pjbgf) in
[https://github.com/go-git/go-git/pull/1505](https://redirect.github.com/go-git/go-git/pull/1505)

**Full Changelog**:
https://github.com/go-git/go-git/compare/v5.14.0...v5.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-11 14:11:32 +02:00
TrueCharts Bot 2477771fba chore(flux): update image blocky 16.13.14 → 16.13.15 (clustertool) (#34236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.14` ->
`16.13.15` |

---

### 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-11 08:15:38 +02:00
Boemeltrein 770beff939 fix(clustertool and docs): nginx deprecated annotation (#34225)
**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.
-->

`metallb.universe.tf/ip-allocated-from-pool: main` is deprecated, only
`metallb.io/ip-allocated-from-pool: main` should be ok.
⚒️ 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
- [x] 📜 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>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-10 20:55:34 +02:00
TrueCharts Bot 967725f82d chore(flux): update image clusterissuer 9.6.1 → 9.6.2 (clustertool) (#34217)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clusterissuer](https://truecharts.org/charts/premium/clusterissuer)
([source](https://cert-manager.io/)) | patch | `9.6.1` -> `9.6.2` |

---

### 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-10 20:14:10 +02:00
Kjeld Schouten b39ad21a73 fix(clustertool): dont fail changelog gen on a single failed file 2025-04-10 17:10:27 +02:00
Kjeld Schouten ca4ce5c094 fix(clustertool): revert clustertool fix 2025-04-10 13:28:28 +02:00
Kjeld Schouten fefe079cbc fix(clustertool): correct spegel repo 2025-04-10 13:23:12 +02:00
Kjeld Schouten 7001e5d875 fix(clustertool): add some tests and verbosity during changelog generation 2025-04-10 12:55:25 +02:00
Alfred Göppel fd82d5748b fix(clustertool): fix indentation 2 (#34184)
**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
- [ ] ⬆️ 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-04-10 12:03:23 +02:00
TrueCharts-Bot 81131bc7f2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-10 00:14:10 +00:00
Alfred Göppel ff8fd76ff8 fix(clustertool): Fix Namespace (#34183)
**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
- [ ] 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-04-09 22:38:20 +02:00
Kjeld Schouten 1ee8ae1a92 chore(clustertool): run go-mod-tidy 2025-04-09 22:23:21 +02:00
Kjeld Schouten 5b6f38f6e2 fix(clustertool): move metallb to home-ops oci mirror, as metallb oci is a dumpsterfire 2025-04-09 22:19:24 +02:00
Kjeld Schouten 959d587561 fix(clustertool): fix cloudnative-pg 2025-04-09 22:17:19 +02:00
TrueCharts Bot adb2dc87e0 fix(deps): update module helm.sh/helm/v3 v3.17.2 → v3.17.3 (clustertool) (#34182)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | require |
patch | `v3.17.2` -> `v3.17.3` |

---

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

---

### Release Notes

<details>
<summary>helm/helm (helm.sh/helm/v3)</summary>

###
[`v3.17.3`](https://redirect.github.com/helm/helm/releases/tag/v3.17.3):
Helm v3.17.3

[Compare
Source](https://redirect.github.com/helm/helm/compare/v3.17.2...v3.17.3)

Helm v3.17.3 is a security (patch) release. Users are strongly
recommended to update to this release.

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.17.3. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.17.3-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-darwin-amd64.tar.gz.sha256sum)
/ 20ef8df4671349a6fc556a621be1170dd709c6c0cf5f7e83a2d9fb0515fd97fc)
- [MacOS arm64](https://get.helm.sh/helm-v3.17.3-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-darwin-arm64.tar.gz.sha256sum)
/ 89aec43ce07b06239f1bba4a6507236bb48ae487bc5065a8e254d3ce58a16997)
- [Linux amd64](https://get.helm.sh/helm-v3.17.3-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-amd64.tar.gz.sha256sum)
/ ee88b3c851ae6466a3de507f7be73fe94d54cbf2987cbaa3d1a3832ea331f2cd)
- [Linux arm](https://get.helm.sh/helm-v3.17.3-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-arm.tar.gz.sha256sum)
/ 60d76d1e12d3e058a9e9a8209eff748a6fab5948028a1f0860f48e141243d33d)
- [Linux arm64](https://get.helm.sh/helm-v3.17.3-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-arm64.tar.gz.sha256sum)
/ 7944e3defd386c76fd92d9e6fec5c2d65a323f6fadc19bfb5e704e3eee10348e)
- [Linux i386](https://get.helm.sh/helm-v3.17.3-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-386.tar.gz.sha256sum)
/ 51742d78c066437e23b3ca98370df341f9136b408381fe5a150d70b9d9bf24d7)
- [Linux ppc64le](https://get.helm.sh/helm-v3.17.3-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-ppc64le.tar.gz.sha256sum)
/ b821885a502b2fa159e3ef3afe9cde6e6c9876d4a623f18868829c3ee4a3c64c)
- [Linux s390x](https://get.helm.sh/helm-v3.17.3-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-s390x.tar.gz.sha256sum)
/ 71a9c6058e29a7eef0bc72a61843ccbade11997e383dd3e13e1a591ddffd8598)
- [Linux riscv64](https://get.helm.sh/helm-v3.17.3-linux-riscv64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.17.3-linux-riscv64.tar.gz.sha256sum)
/ 4e4563d43a593e11533024c7a0ddb79fb7d1dec85f9a9f8417ed1bacda0d7d0e)
- [Windows amd64](https://get.helm.sh/helm-v3.17.3-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.17.3-windows-amd64.zip.sha256sum)
/ 8ea93e2f6285e649dede583ac90ff8cdb938ca53ec6cf5fe909f2303fbc22d96)
- [Windows arm64](https://get.helm.sh/helm-v3.17.3-windows-arm64.zip)
([checksum](https://get.helm.sh/helm-v3.17.3-windows-arm64.zip.sha256sum)
/ 70ce9dfdbc1ce6142626a829dbdc5920405146f3ce4dc6f6e6739dd308cc7baf)

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

-   3.18.0 is the next minor release and will be on May 14, 2025

#### Changelog

- Unarchiving fix
[`e4da497`](https://redirect.github.com/helm/helm/commit/e4da49785aa6e6ee2b86efd5dd9e43400318262b)
(Matt Farina)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-09 21:43:00 +02:00
Kjeld Schouten f97ab0b0d5 chore(clustertool): one more 2025-04-09 21:06:32 +02:00
Kjeld Schouten e6ee2ad963 fix(clustertool): correct type=oci on repos 2025-04-09 21:06:32 +02:00
Kjeld Schouten 47f80a7406 chore(clustertool): also get rid of longhorn in favor of OCI home-ops mirror 2025-04-09 20:54:55 +02:00
TrueCharts Bot 7934ef6dff chore(flux): update image kube-prometheus-stack 69.8.2 → 70.4.2 (clustertool) (#34070)
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 | `69.8.2` -> `70.4.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>

###
[`v70.4.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.2)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] fix: Add 30s bucket to apiserver latency
metrics by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[https://github.com/prometheus-community/helm-charts/pull/5516](https://redirect.github.com/prometheus-community/helm-charts/pull/5516)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-5.31.1...kube-prometheus-stack-70.4.2

###
[`v70.4.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- kube-prometheus-stack - Adding imagePullSecret to Admission webhook
Jobs by [@&#8203;arjunbnair97](https://redirect.github.com/arjunbnair97)
in
[https://github.com/prometheus-community/helm-charts/pull/5488](https://redirect.github.com/prometheus-community/helm-charts/pull/5488)

#### New Contributors

- [@&#8203;arjunbnair97](https://redirect.github.com/arjunbnair97) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5488](https://redirect.github.com/prometheus-community/helm-charts/pull/5488)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.4.0...kube-prometheus-stack-70.4.1

###
[`v70.4.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.4.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update github-workflow dependency updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5494](https://redirect.github.com/prometheus-community/helm-charts/pull/5494)
- \[ci] renovate post upgrade hooks: use local files instead shell
variables by [@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5496](https://redirect.github.com/prometheus-community/helm-charts/pull/5496)
- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5495](https://redirect.github.com/prometheus-community/helm-charts/pull/5495)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-elasticsearch-exporter-6.7.1...kube-prometheus-stack-70.4.0

###
[`v70.3.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.3.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] feat: allow setting scrapeProtocols for
Prometheus by
[@&#8203;KevinGimbel](https://redirect.github.com/KevinGimbel) in
[https://github.com/prometheus-community/helm-charts/pull/5474](https://redirect.github.com/prometheus-community/helm-charts/pull/5474)

#### New Contributors

- [@&#8203;KevinGimbel](https://redirect.github.com/KevinGimbel) made
their first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5474](https://redirect.github.com/prometheus-community/helm-charts/pull/5474)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.21.0...kube-prometheus-stack-70.3.0

###
[`v70.2.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.2.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update reference URL and fix typo by
[@&#8203;blueswen](https://redirect.github.com/blueswen) in
[https://github.com/prometheus-community/helm-charts/pull/5467](https://redirect.github.com/prometheus-community/helm-charts/pull/5467)

#### New Contributors

- [@&#8203;blueswen](https://redirect.github.com/blueswen) made their
first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5467](https://redirect.github.com/prometheus-community/helm-charts/pull/5467)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-snmp-exporter-9.1.0...kube-prometheus-stack-70.2.1

###
[`v70.2.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.2.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[ci] more precise regex for renovate images detection by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5461](https://redirect.github.com/prometheus-community/helm-charts/pull/5461)
- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5445](https://redirect.github.com/prometheus-community/helm-charts/pull/5445)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-27.6.0...kube-prometheus-stack-70.2.0

###
[`v70.1.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.1.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] make servicename as tpl by
[@&#8203;trouaux](https://redirect.github.com/trouaux) in
[https://github.com/prometheus-community/helm-charts/pull/5436](https://redirect.github.com/prometheus-community/helm-charts/pull/5436)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.1.0...kube-prometheus-stack-70.1.1

###
[`v70.1.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.1.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] Update kube-prometheus-stack dependency
non-major updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5435](https://redirect.github.com/prometheus-community/helm-charts/pull/5435)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.3...kube-prometheus-stack-70.1.0

###
[`v70.0.3`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.3)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[ci] added post-upgrade hooks for renovate by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5425](https://redirect.github.com/prometheus-community/helm-charts/pull/5425)
- \[kube-prometheus-stack] install jb command inside
renovate-post-upgrade-hook.sh by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5434](https://redirect.github.com/prometheus-community/helm-charts/pull/5434)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-cloudwatch-exporter-0.27.0...kube-prometheus-stack-70.0.3

###
[`v70.0.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.2)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update actions/create-github-app-token action to v1.11.6 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5426](https://redirect.github.com/prometheus-community/helm-charts/pull/5426)
- \[kube-prometheus-stack] add renovate-post-upgrade-hook.sh by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5427](https://redirect.github.com/prometheus-community/helm-charts/pull/5427)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-70.0.1...kube-prometheus-stack-70.0.2

###
[`v70.0.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.1)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[CI] Update github-workflow dependency updates by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/prometheus-community/helm-charts/pull/5424](https://redirect.github.com/prometheus-community/helm-charts/pull/5424)
- \[ci] use own renovate helper app to bump chart versions by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[https://github.com/prometheus-community/helm-charts/pull/5423](https://redirect.github.com/prometheus-community/helm-charts/pull/5423)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/prometheus-windows-exporter-0.9.1...kube-prometheus-stack-70.0.1

###
[`v70.0.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-70.0.0)

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

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide
easy to operate end-to-end Kubernetes cluster monitoring with Prometheus
using the Prometheus Operator.

#### What's Changed

- \[kube-prometheus-stack] add serviceName option to prometheus CR by
[@&#8203;trouaux](https://redirect.github.com/trouaux) in
[https://github.com/prometheus-community/helm-charts/pull/5273](https://redirect.github.com/prometheus-community/helm-charts/pull/5273)

#### New Contributors

- [@&#8203;trouaux](https://redirect.github.com/trouaux) made their
first contribution in
[https://github.com/prometheus-community/helm-charts/pull/5273](https://redirect.github.com/prometheus-community/helm-charts/pull/5273)

**Full Changelog**:
https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-69.8.2...kube-prometheus-stack-70.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-04-09 20:50:43 +02:00
Kjeld Schouten 4b1b47e12c chore(clustertool): move more things to OCI (mirrors) and remove unused registries 2025-04-09 20:45:54 +02:00
Kjeld Schouten dc6e9d6cb6 fix(clustertool): Only use OCI (mirror) for pre-installed charts using clustertool 2025-04-09 20:20:15 +02:00
Boemeltrein fc676212bf clustertool: repo strange file (#34175)
**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.
-->
Always wondering why this file is here. Time to clean up :-)

⚒️ 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
- [ ] ⬆️ 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-04-09 18:42:33 +02:00
Alfred Göppel 275d04f4d7 fix(clustertool): update deprecated charts & remove topolvm labels (#34172)
**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
- [ ] ⬆️ 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-04-09 18:05:16 +02:00
Kjeld Schouten 61b5d0d160 chore: run pre-commit 2025-04-09 17:59:39 +02:00
Kjeld Schouten b3c027f0c8 fix(clustertool): new round of indent fixes 2025-04-09 15:15:50 +02:00
Kjeld Schouten ca0a7cadcf fix(clustertool): correct artifacthub link 2025-04-09 14:13:57 +02:00
Kjeld Schouten 6268079ef7 chore(clustertool): remove scale export test data 2025-04-09 14:07:11 +02:00
Kjeld Schouten 1334eb139e fix(clustertool): use helm yaml rendering for chart.yaml 2025-04-09 14:03:41 +02:00
Kjeld Schouten 018fa419a0 fix(clustertool): fix pathing issues with dependency fetching 2025-04-08 12:02:34 +02:00
Kjeld Schouten a194c264c1 fix(clustertool): error when downloaded dep is missing from cache folder and add verbosity 2025-04-08 09:04:51 +02:00
Kjeld Schouten 35a8ce339d fix(clustertool): revert dynamic trailing slash detection for now and fix jetstack 2025-04-08 08:48:59 +02:00
Kjeld Schouten ad709e7f13 feat(clustertool): add support url to Chart.yaml annotations 2025-04-07 22:00:10 +02:00
Kjeld Schouten 5ed725e528 fix(clustertool): handle with oci repository reference with trailing slash 2025-04-07 20:47:49 +02:00
Kjeld Schouten 3ac3e8c2a9 fix(clustertool): remove home-ops-mirror trailing slash 2025-04-07 20:46:20 +02:00
Kjeld Schouten 7ba9287173 fix(clustertool): correct bug where Chart.yaml was writhen with indentation 2025-04-07 20:23:43 +02:00
TrueCharts Bot 1d5650d5aa chore(flux): update image blocky 16.13.13 → 16.13.14 (clustertool) (#34053)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [blocky](https://truecharts.org/charts/premium/blocky)
([source](https://0xerr0r.github.io/blocky/)) | patch | `16.13.13` ->
`16.13.14` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-07 20:18:36 +02:00
TrueCharts-Bot 76732478b2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:08:30 +00:00