4 Commits

Author SHA1 Message Date
d1333dca1a chore(deps): update helm release meilisearch to v0.26.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 16s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Successful in 1m7s
2026-03-04 00:25:15 +00:00
9592938712 chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.60.01 (#4384)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 27s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be) | minor | `2.59.03` → `2.60.01` |

---

### 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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #4384
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-04 00:19:01 +00:00
8cff80e83c chore(deps): update brainicism/bgutil-ytdlp-pot-provider docker tag to v1.3.0 (#4382)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [brainicism/bgutil-ytdlp-pot-provider](https://github.com/Brainicism/bgutil-ytdlp-pot-provider) | minor | `1.2.2` → `1.3.0` |

---

### Release Notes

<details>
<summary>Brainicism/bgutil-ytdlp-pot-provider (brainicism/bgutil-ytdlp-pot-provider)</summary>

### [`v1.3.0`](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/releases/tag/1.3.0): bgutil-ytdlp-pot-provider 1.3.0

[Compare Source](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/compare/1.2.2...1.3.0)

#### What's Changed

- Deno is now supported (both script and server method), for details, see the updated README
- Add support for ytAtP challenges, which should resolve some attestation extraction failures (`Failed to extract initial attestation from the webpage`)
- Due to changes on Youtube's end, InnerTube is now the only source for BotGuard challenges (either from webpage or the InnerTube endpoint), and the extractor argument `disable_innertube` was removed.
  Note that this breaks PO token generation for the `web_music` client if a webpage isn't available (i.e. if you pass `youtube:player-skip=webpage`).

#### Commits

- Bump minimatch from 3.1.2 to 3.1.5 in /server in the npm\_and\_yarn group across 1 directory by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;201](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/201)
- \[server]\[plugin] innertube only by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;199](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/199)
- Bump basic-ftp from 5.1.0 to 5.2.0 in /server in the npm\_and\_yarn group across 1 directory by [@&#8203;app/dependabot](https://github.com/app/dependabot) in [#&#8203;198](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/198)
- \[server] get rid of npm audit by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;197](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/197)
- \[ci] check lockfile in the linter workflow by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;196](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/196)
- support ytAtP by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;195](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/195)
- \[server] bump npm dependencies by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;186](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/186)
- Fix audit results by [@&#8203;tcely](https://github.com/tcely) in [#&#8203;177](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/177)
- \[server] Deno compat by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;166](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/166)
- Abort script method if node isn't available by [@&#8203;Brainicism](https://github.com/Brainicism) in [#&#8203;155](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/155)
- \[server] log errors on listen failure by [@&#8203;grqz](https://github.com/grqz) in [#&#8203;152](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/152)
- Fix formatting using autopep8 by [@&#8203;Brainicism](https://github.com/Brainicism) in [#&#8203;151](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/151)
- Add note on docker container network isolation by [@&#8203;Brainicism](https://github.com/Brainicism) in [#&#8203;144](https://github.com/Brainicism/bgutil-ytdlp-pot-provider/issues/144)

**Full Changelog**: <https://github.com/Brainicism/bgutil-ytdlp-pot-provider/compare/1.2.2...1.3.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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4382
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-04 00:17:06 +00:00
bf3f232a80 chore(deps): update kube-prometheus-stack docker tag to v82.8.0 (#4378)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `82.4.3` → `82.8.0` |

---

### Release Notes

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

### [`v82.8.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.8.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.7.0...kube-prometheus-stack-82.8.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 VPA support for Prometheus by [@&#8203;QuentinBisson](https://github.com/QuentinBisson) in [#&#8203;6700](https://github.com/prometheus-community/helm-charts/pull/6700)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-nginx-exporter-1.19.5...kube-prometheus-stack-82.8.0>

### [`v82.7.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.7.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.6.1...kube-prometheus-stack-82.7.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 VPA support for Alertmanager by [@&#8203;QuentinBisson](https://github.com/QuentinBisson) in [#&#8203;6699](https://github.com/prometheus-community/helm-charts/pull/6699)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.6.1...kube-prometheus-stack-82.7.0>

### [`v82.6.1`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.6.1)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.6.0...kube-prometheus-stack-82.6.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 Helm release grafana to v11.2.3 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;6701](https://github.com/prometheus-community/helm-charts/pull/6701)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.6.0...kube-prometheus-stack-82.6.1>

### [`v82.6.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.6.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.5.0...kube-prometheus-stack-82.6.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 <https://github.com/etcd-io/etcd> digest to [`b9b15e1`](https://github.com/prometheus-community/helm-charts/commit/b9b15e1) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;6697](https://github.com/prometheus-community/helm-charts/pull/6697)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.5.0...kube-prometheus-stack-82.6.0>

### [`v82.5.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.5.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.4.3...kube-prometheus-stack-82.5.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://github.com/renovate)\[bot] in [#&#8203;6696](https://github.com/prometheus-community/helm-charts/pull/6696)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-nginx-exporter-1.19.4...kube-prometheus-stack-82.5.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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #4378
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-04 00:13:35 +00:00
7 changed files with 9 additions and 9 deletions

View File

@@ -24,4 +24,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:822cd1b7abe5988382d55a5d8300f4383a0fb2885ce38ce36dd6999ce653251e
generated: "2026-03-04T00:09:53.982303418Z"
generated: "2026-03-04T00:23:49.756175672Z"

View File

@@ -9,4 +9,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:68e88cb0f8b9569d8b53dcc63d47c31320aa0f10173eb938e5b56e8b84b0caec
generated: "2026-03-04T00:10:33.720604015Z"
generated: "2026-03-04T00:24:27.958585796Z"

View File

@@ -12,4 +12,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.7.0
digest: sha256:771c49ed1981152cc94725f772eb30e973410b858dcc6e9f335054934649347d
generated: "2026-03-04T00:11:02.065726492Z"
generated: "2026-03-04T00:24:56.137773017Z"

View File

@@ -1,12 +1,12 @@
dependencies:
- name: kube-prometheus-stack
repository: oci://ghcr.io/prometheus-community/charts
version: 82.4.3
version: 82.8.0
- name: app-template
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.6.2
- name: redis-replication
repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.4
digest: sha256:4c91341624420da7cb0502f0bf04aded7945b599d4791c71f0ed14c1bbcbcdc1
generated: "2026-02-27T18:11:53.485436384Z"
digest: sha256:99a9b7f8699fac9c0691c2a00f175e99d4857bf2a134fd332fd263952fbad4d8
generated: "2026-03-04T00:11:43.566272513Z"

View File

@@ -20,7 +20,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: kube-prometheus-stack
version: 82.4.3
version: 82.8.0
repository: oci://ghcr.io/prometheus-community/charts
- name: app-template
alias: ntfy-alertmanager

View File

@@ -9,7 +9,7 @@ tdarr:
main:
image:
repository: ghcr.io/haveagitgat/tdarr
tag: 2.59.03
tag: 2.60.01
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -40,7 +40,7 @@ tubearchivist:
bgutil:
image:
repository: brainicism/bgutil-ytdlp-pot-provider
tag: 1.2.2
tag: 1.3.0
pullPolicy: IfNotPresent
gluetun:
image: