From 8902e7ccfa84efbe51c813d5517121bdfbbd56e3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 3 Jun 2023 14:35:01 +0200 Subject: [PATCH] chore(deps): update helm chart common to 12.12.0 (#9334) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `12.10.10` -> `12.12.0` | --- ### Release Notes
truecharts/library-charts ### [`v12.12.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-12.11.1...common-12.12.0) Function library for TrueCharts ### [`v12.11.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.11.1) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.14...common-12.11.1) Function library for TrueCharts ### [`v12.10.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.14) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.13...common-12.10.14) Function library for TrueCharts ### [`v12.10.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.13) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.12...common-12.10.13) Function library for TrueCharts ### [`v12.10.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.12) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.11...common-12.10.12) Function library for TrueCharts ### [`v12.10.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.11) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.10...common-12.10.11) Function library for TrueCharts
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/operators/metallb/Chart.yaml | 2 +- templates/chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operators/metallb/Chart.yaml b/charts/operators/metallb/Chart.yaml index db7e4f9128a..59c87c293aa 100644 --- a/charts/operators/metallb/Chart.yaml +++ b/charts/operators/metallb/Chart.yaml @@ -10,7 +10,7 @@ keywords: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.10.10 + version: 12.12.0 kubeVersion: ">=1.16.0-0" maintainers: - email: info@truecharts.org diff --git a/templates/chart/Chart.yaml b/templates/chart/Chart.yaml index 0e781263c1e..d78cf361022 100644 --- a/templates/chart/Chart.yaml +++ b/templates/chart/Chart.yaml @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.10.10 + version: 12.12.0 # condition: maintainers: - email: info@truecharts.org