diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c825ddd7..e359a2b4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - release-3.4 + - release-3.5 paths: - 'config/cp4waiops/**' - 'config/cp-shared/**' @@ -24,7 +24,7 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - name: Run AI Manager chart-releaser for CP4WAIOps 3.4 + - name: Run AI Manager chart-releaser for CP4WAIOps 3.5 uses: helm/chart-releaser-action@v1.3.0 with: version: v1.3.0 @@ -32,7 +32,7 @@ jobs: env: CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' - - name: Run Shared Components chart-releaser for CP4WAIOps 3.4 + - name: Run Shared Components chart-releaser for CP4WAIOps 3.5 uses: helm/chart-releaser-action@v1.3.0 with: version: v1.3.0 diff --git a/config/all-in-one/Chart.yaml b/config/all-in-one/Chart.yaml index 2f02df86..16e48900 100644 --- a/config/all-in-one/Chart.yaml +++ b/config/all-in-one/Chart.yaml @@ -16,9 +16,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0 +version: 3.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.0" +appVersion: "3.5" diff --git a/config/all-in-one/templates/_helpers.tpl b/config/all-in-one/templates/_helpers.tpl index 5c882627..c2e2cb8b 100644 --- a/config/all-in-one/templates/_helpers.tpl +++ b/config/all-in-one/templates/_helpers.tpl @@ -8,8 +8,10 @@ Specify the config path for cp4waiops aimanager {{- printf "config/cp4waiops/install-aimgr" -}} {{- else if eq .Values.cp4waiops.version "v3.4" }} {{- printf "config/cp4waiops/install-aimgr" -}} + {{- else if eq .Values.cp4waiops.version "v3.5" }} + {{- printf "config/cp4waiops/install-aimgr" -}} {{- else }} - {{- fail "The CP4WAIOps all in one chart only supports release v3.2, v3.3, v3.4." }} + {{- fail "The CP4WAIOps all in one chart only supports release v3.2, v3.3, v3.4, v3.5." }} {{- end }} {{- end -}} diff --git a/config/all-in-one/templates/aimanager.yaml b/config/all-in-one/templates/aimanager.yaml index 08312a66..ea5f83bf 100644 --- a/config/all-in-one/templates/aimanager.yaml +++ b/config/all-in-one/templates/aimanager.yaml @@ -26,7 +26,7 @@ spec: source: path: {{ template "cp4waiops.aimanager.configPath" . }} repoURL: {{ default "https://github.com/IBM/cp4waiops-gitops" .Values.cp4waiops.repoURL }} - targetRevision: {{ default "release-3.4" .Values.cp4waiops.targetRevision }} + targetRevision: {{ default "release-3.5" .Values.cp4waiops.targetRevision }} helm: parameters: - name: spec.aiManager.instanceName diff --git a/config/all-in-one/templates/argocd.yaml b/config/all-in-one/templates/argocd.yaml index a398b7f7..a56691d3 100644 --- a/config/all-in-one/templates/argocd.yaml +++ b/config/all-in-one/templates/argocd.yaml @@ -18,7 +18,7 @@ spec: source: path: config/argocd/{{ .Values.argocd.cluster }} repoURL: https://github.com/IBM/cp4waiops-gitops - targetRevision: release-3.4 + targetRevision: release-3.5 syncPolicy: automated: prune: true diff --git a/config/all-in-one/templates/clusters-fyre.yaml b/config/all-in-one/templates/clusters-fyre.yaml index 89fe8806..adeb2200 100644 --- a/config/all-in-one/templates/clusters-fyre.yaml +++ b/config/all-in-one/templates/clusters-fyre.yaml @@ -20,7 +20,7 @@ spec: source: path: config/clusters/fyre repoURL: {{ default "https://github.com/IBM/cp4waiops-gitops" .Values.cp4waiops.repoURL }} - targetRevision: {{ default "release-3.4" .Values.cp4waiops.targetRevision }} + targetRevision: {{ default "release-3.5" .Values.cp4waiops.targetRevision }} helm: parameters: - name: provider.fyre.credentials.user diff --git a/config/all-in-one/templates/cp-shared.yaml b/config/all-in-one/templates/cp-shared.yaml index d772c951..c2efae4b 100644 --- a/config/all-in-one/templates/cp-shared.yaml +++ b/config/all-in-one/templates/cp-shared.yaml @@ -12,7 +12,7 @@ spec: source: path: config/cp-shared/operators repoURL: {{ default "https://github.com/IBM/cp4waiops-gitops" .Values.cp4waiops.repoURL }} - targetRevision: {{ default "release-3.4" .Values.cp4waiops.targetRevision }} + targetRevision: {{ default "release-3.5" .Values.cp4waiops.targetRevision }} helm: parameters: {{- if .Values.cp4waiops.imageCatalog }} diff --git a/config/all-in-one/templates/cp4waiops-custom.yaml b/config/all-in-one/templates/cp4waiops-custom.yaml index cb4735a2..8307ddb0 100644 --- a/config/all-in-one/templates/cp4waiops-custom.yaml +++ b/config/all-in-one/templates/cp4waiops-custom.yaml @@ -26,7 +26,7 @@ spec: source: path: config/cp4waiops-custom repoURL: {{ default "https://github.com/IBM/cp4waiops-gitops" .Values.cp4waiops.repoURL }} - targetRevision: {{ default "release-3.4" .Values.cp4waiops.targetRevision }} + targetRevision: {{ default "release-3.5" .Values.cp4waiops.targetRevision }} helm: valueFiles: - values.yaml diff --git a/config/all-in-one/templates/rook-ceph.yaml b/config/all-in-one/templates/rook-ceph.yaml index cce2fe5c..1d7eb14f 100644 --- a/config/all-in-one/templates/rook-ceph.yaml +++ b/config/all-in-one/templates/rook-ceph.yaml @@ -26,7 +26,7 @@ spec: source: path: config/ceph repoURL: {{ default "https://github.com/IBM/cp4waiops-gitops" .Values.cp4waiops.repoURL }} - targetRevision: {{ default "release-3.4" .Values.cp4waiops.targetRevision }} + targetRevision: {{ default "release-3.5" .Values.cp4waiops.targetRevision }} syncPolicy: automated: prune: true diff --git a/config/all-in-one/values.yaml b/config/all-in-one/values.yaml index a9c28bdd..56780f34 100644 --- a/config/all-in-one/values.yaml +++ b/config/all-in-one/values.yaml @@ -60,7 +60,7 @@ rookceph: cp4waiops: # Specify the version of CP4WAIOps, e.g.: v3.2, v3.3. - version: v3.3 + version: v3.5 # The username of image registry used to pull CP4WAIOps images. #dockerUsername: cp diff --git a/config/clusters/fyre/Chart.yaml b/config/clusters/fyre/Chart.yaml index f2d2dbe2..53523adc 100644 --- a/config/clusters/fyre/Chart.yaml +++ b/config/clusters/fyre/Chart.yaml @@ -16,9 +16,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1 +version: 3.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "0.0.1" +appVersion: "3.5" diff --git a/config/cp-shared/operators/Chart.yaml b/config/cp-shared/operators/Chart.yaml index db8d7cce..804ace73 100644 --- a/config/cp-shared/operators/Chart.yaml +++ b/config/cp-shared/operators/Chart.yaml @@ -16,10 +16,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.2 +version: 3.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "1.0" +appVersion: "3.5" diff --git a/config/cp4waiops/install-aimgr/Chart.yaml b/config/cp4waiops/install-aimgr/Chart.yaml index 6b434457..c1a5b2cd 100644 --- a/config/cp4waiops/install-aimgr/Chart.yaml +++ b/config/cp4waiops/install-aimgr/Chart.yaml @@ -16,10 +16,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.4.0 +version: 3.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "3.4" +appVersion: "3.5" diff --git a/config/cp4waiops/install-aimgr/values.yaml b/config/cp4waiops/install-aimgr/values.yaml index 67e7e482..abc32bf1 100644 --- a/config/cp4waiops/install-aimgr/values.yaml +++ b/config/cp4waiops/install-aimgr/values.yaml @@ -43,7 +43,7 @@ spec: ## A channel defines a stream of updates for an Operator and is used to roll out updates for subscribers. ## For example, if you want to install AI Manager 3.2, the channel should be v3.2 ## - channel: v3.4 + channel: v3.5 ## size is the size that you require for your AI Manager installation. It can be small or large. ## More information: https://www.ibm.com/docs/en/cloud-paks/cloud-pak-watson-aiops/3.2.0?topic=requirements-ai-manager