From 334f36e0f7aa2aebf1f4318eb2aba99ebcf0d526 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 8 Nov 2023 23:21:13 +0100 Subject: [PATCH] chore(deps): update helm chart common to 14.3.5 (#14464) 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)) | patch | `14.3.3` -> `14.3.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
truecharts/library-charts (common) ### [`v14.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.5) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.4...common-14.3.5) Function library for TrueCharts ### [`v14.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.4) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.3...common-14.3.4) 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). --- templates/chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/chart/Chart.yaml b/templates/chart/Chart.yaml index 52be527e7c8..d88022b1155 100644 --- a/templates/chart/Chart.yaml +++ b/templates/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: CHARTNAME -version: 4.0.14 +version: 4.0.15 appVersion: 1.0.0 description: CHARTNAME App for TrueNAS SCALE type: application @@ -15,7 +15,7 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.3.3 + version: 14.3.5 # condition: maintainers: - email: info@truecharts.org