From e38373cbe89f9256c48d1fc986162ca07fae8e8e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:06:33 +0300 Subject: [PATCH] chore(openebs): revert and ignore for now --- .github/renovate.json5 | 7 +++++-- charts/system/openebs/Chart.yaml | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 01161ef19eb..f8ac0984b4a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -42,7 +42,10 @@ "automerge": false, "autoApprove": true, "separateMinorPatch": true, - "ignorePaths": ["charts/unstable/**"], + "ignorePaths": [ + "charts/unstable/**" + "charts/system/openebs/**" + ], "commitMessageTopic": "container image {{depName}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}", }, @@ -61,7 +64,7 @@ "automerge": false, "labels": ["update/ignored"], "groupName": ["ignored"], - "matchPaths": ["charts/unstable/**", "charts/dev/**", "charts/incubator/**", "templates/app/**"], + "matchPaths": ["charts/system/openebs/**", "charts/unstable/**", "charts/dev/**", "charts/incubator/**", "templates/app/**"], "commitMessageTopic": "Ignored Updates", "autoApprove": false, }, diff --git a/charts/system/openebs/Chart.yaml b/charts/system/openebs/Chart.yaml index 655dad8d81b..779c791b382 100644 --- a/charts/system/openebs/Chart.yaml +++ b/charts/system/openebs/Chart.yaml @@ -24,14 +24,14 @@ dependencies: tags: [] import-values: [] - name: zfs-localpv - version: 2.5.1 + version: 2.4.2 repository: https://openebs.github.io/zfs-localpv condition: zfs-localpv.enabled alias: "" tags: [] import-values: [] - name: lvm-localpv - version: 1.5.1 + version: 1.4.0 repository: https://openebs.github.io/lvm-localpv condition: lvm-localpv.enabled alias: "" @@ -56,4 +56,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/system/openebs - https://github.com/truecharts/containers/tree/master/apps/scratch type: application -version: 4.2.3 +version: 4.2.4