Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion tests/pattern_operator_configmap_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down