Skip to content

Commit

Permalink
GPX-718 [Wartung] Subscriptions bei Operators auf manuelles Update Ap…
Browse files Browse the repository at this point in the history
…proval stellen

change operator subscriptions to "manual" updateApprovalStrategy and update respective chart versions

Signed-off-by: fhochleitner <felix.hochleitner@outlook.com>
  • Loading branch information
fhochleitner committed Sep 1, 2023
1 parent 4a0e8d1 commit e13b86f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion infra/gp-external-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: gp-external-secrets-operator
description: A Helm chart for installing External Secrets Operator on OpenShift https://github.com/external-secrets/external-secrets/
type: application
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion infra/gp-external-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subscription:
channel: stable
installPlanApproval: automatic
installPlanApproval: Manual
2 changes: 1 addition & 1 deletion infra/gp-grafana-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: gp-grafana-operator
description: A Helm chart for installing Grafana operator on OpenShift https://github.com/grafana-operator/grafana-operator
type: application
version: 0.0.6
version: 0.0.7
2 changes: 1 addition & 1 deletion infra/gp-grafana-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subscription:
channel: v5
installPlanApproval: Automatic
installPlanApproval: Manual
2 changes: 1 addition & 1 deletion infra/gp-keycloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart for deploying the keycloak-x operator on OpenShift
type: application


version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion infra/gp-keycloak-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
subscription:
channel: fast
installPlanApproval: Automatic
installPlanApproval: Manual
2 changes: 1 addition & 1 deletion infra/gp-openshift-gitops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1.5
version: 1.1.6

# 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
Expand Down
2 changes: 1 addition & 1 deletion infra/gp-openshift-gitops/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
subscription:
channel: stable
installPlanApproval: Automatic
installPlanApproval: Manual
disableDefaultInstance: false

rbac:
Expand Down

0 comments on commit e13b86f

Please sign in to comment.