From 0a0e5fbd438a86b580da90c71c0170be34b122e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chabrolles?= Date: Wed, 17 Jul 2024 13:21:34 +0200 Subject: [PATCH] update v2.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Chabrolles --- charts/cpd-install-pipeline/Chart.yaml | 4 ++-- .../templates/cpd-remove-components-pipeline.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cpd-install-pipeline/Chart.yaml b/charts/cpd-install-pipeline/Chart.yaml index 7e41295..8578fb0 100644 --- a/charts/cpd-install-pipeline/Chart.yaml +++ b/charts/cpd-install-pipeline/Chart.yaml @@ -22,11 +22,11 @@ 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: 2.0.1 +version: 2.0.2 # 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. # It is recommended to use it with quotes. -appVersion: "2.0.1" +appVersion: "2.0.2" # \ No newline at end of file diff --git a/charts/cpd-install-pipeline/templates/cpd-remove-components-pipeline.yaml b/charts/cpd-install-pipeline/templates/cpd-remove-components-pipeline.yaml index 05afdbc..dd79ffe 100644 --- a/charts/cpd-install-pipeline/templates/cpd-remove-components-pipeline.yaml +++ b/charts/cpd-install-pipeline/templates/cpd-remove-components-pipeline.yaml @@ -48,7 +48,7 @@ spec: delete-cr \ --cpd_instance_ns=$(params.PROJECT_CPD_INST_OPERANDS) \ --components=$(params.COMPONENTS) \ - --include_dependency=true + --include_dependency=false taskRef: kind: Task name: olm-utils