From ce79a16060546ae69e306daa24dfea6a4d7fe459 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 20 Apr 2026 15:04:19 +0200 Subject: [PATCH] Upgrade default gitops to 1.20 --- README.md | 2 +- tests/pattern_operator_configmap_test.yaml | 2 +- values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7b7788..a0db4e5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This chart is used by the Validated Patterns installation script that can be fou | main.gitea.chartVersion | string | `"0.0.*"` | Chart version to install | | main.gitea.helmRepoUrl | string | `"https://charts.validatedpatterns.io/"` | Helm Repository URL for the gitea chart | | main.gitops | object | depends on the individual settings | Settings related to the gitops operator | -| main.gitops.channel | string | `"gitops-1.18"` | Default channel to install the gitops operator from | +| main.gitops.channel | string | `"gitops-1.20"` | Default channel to install the gitops operator from | | main.gitops.operatorSource | string | `"redhat-operators"` | Source to be used to install the gitops operator from | | main.multiSourceConfig.clusterGroupChartVersion | string | `nil` | The clustergroup chart version to be used when deploying a pattern (defaults to 0.8.*) | | main.multiSourceConfig.enabled | bool | `false` | Enables a multisource configuration for the clustergroup chart | diff --git a/tests/pattern_operator_configmap_test.yaml b/tests/pattern_operator_configmap_test.yaml index a120f87..1d49e06 100644 --- a/tests/pattern_operator_configmap_test.yaml +++ b/tests/pattern_operator_configmap_test.yaml @@ -18,7 +18,7 @@ tests: value: redhat-operators - equal: path: data["gitops.channel"] - value: gitops-1.18 + value: gitops-1.20 - equal: path: data["gitea.chartName"] value: gitea diff --git a/values.yaml b/values.yaml index a18d6ad..b55418f 100644 --- a/values.yaml +++ b/values.yaml @@ -21,7 +21,7 @@ main: # @default -- depends on the individual settings gitops: # -- Default channel to install the gitops operator from - channel: "gitops-1.18" + channel: "gitops-1.20" # -- Source to be used to install the gitops operator from operatorSource: redhat-operators