From 4bba5fd3f2e28e556ca01b6a676a89aa98572861e5a1cea1921c9b163a9750fa Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Wed, 11 Dec 2024 16:27:08 +0200 Subject: [PATCH] Bump chart version --- upgrade-controller-chart/Chart.yaml | 10 ++-- .../charts/lifecycle-crds/Chart.yaml | 4 +- .../templates/release-manifest-crd.yaml | 58 +++++++++++++++++++ .../templates/clusterrole.yaml | 8 +++ 4 files changed, 73 insertions(+), 7 deletions(-) diff --git a/upgrade-controller-chart/Chart.yaml b/upgrade-controller-chart/Chart.yaml index 033cedf..247c13e 100644 --- a/upgrade-controller-chart/Chart.yaml +++ b/upgrade-controller-chart/Chart.yaml @@ -1,13 +1,13 @@ -#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:%%CHART_MAJOR%%.0.0_up0.1.0 -#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:%%CHART_MAJOR%%.0.0_up0.1.0-%RELEASE% +#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:%%CHART_MAJOR%%.0.0_up0.1.1 +#!BuildTag: %%IMG_PREFIX%%upgrade-controller-chart:%%CHART_MAJOR%%.0.0_up0.1.1-%RELEASE% apiVersion: v2 -appVersion: 0.1.0 +appVersion: 0.1.1 dependencies: - condition: crds.enabled name: lifecycle-crds repository: file://./charts/lifecycle-crds - version: 0.1.0 + version: 0.1.1 description: A Helm chart for Upgrade Controller name: upgrade-controller type: application -version: "%%CHART_MAJOR%%.0.0+up0.1.0" +version: "%%CHART_MAJOR%%.0.0+up0.1.1" diff --git a/upgrade-controller-chart/charts/lifecycle-crds/Chart.yaml b/upgrade-controller-chart/charts/lifecycle-crds/Chart.yaml index 2ac8dc1..735f8f0 100644 --- a/upgrade-controller-chart/charts/lifecycle-crds/Chart.yaml +++ b/upgrade-controller-chart/charts/lifecycle-crds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 0.1.0 +appVersion: 0.1.1 description: A Helm chart containing SUSE Lifecycle CRDs name: lifecycle-crds type: application -version: 0.1.0 +version: 0.1.1 diff --git a/upgrade-controller-chart/charts/lifecycle-crds/templates/release-manifest-crd.yaml b/upgrade-controller-chart/charts/lifecycle-crds/templates/release-manifest-crd.yaml index 5927e10..b19107d 100644 --- a/upgrade-controller-chart/charts/lifecycle-crds/templates/release-manifest-crd.yaml +++ b/upgrade-controller-chart/charts/lifecycle-crds/templates/release-manifest-crd.yaml @@ -43,6 +43,35 @@ spec: properties: k3s: properties: + coreComponents: + items: + properties: + containers: + items: + properties: + image: + type: string + name: + type: string + required: + - image + - name + type: object + type: array + name: + type: string + type: + enum: + - HelmChart + - Deployment + type: string + version: + type: string + required: + - name + - type + type: object + type: array version: type: string required: @@ -50,6 +79,35 @@ spec: type: object rke2: properties: + coreComponents: + items: + properties: + containers: + items: + properties: + image: + type: string + name: + type: string + required: + - image + - name + type: object + type: array + name: + type: string + type: + enum: + - HelmChart + - Deployment + type: string + version: + type: string + required: + - name + - type + type: object + type: array version: type: string required: diff --git a/upgrade-controller-chart/templates/clusterrole.yaml b/upgrade-controller-chart/templates/clusterrole.yaml index 8e9c6e7..ae75204 100644 --- a/upgrade-controller-chart/templates/clusterrole.yaml +++ b/upgrade-controller-chart/templates/clusterrole.yaml @@ -29,6 +29,14 @@ rules: - customresourcedefinitions verbs: - get +- apiGroups: + - apps + resources: + - deployments + verbs: + - get + - list + - watch - apiGroups: - batch resources: