Skip to content

Commit

Permalink
chore: Update GitOps to 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Oct 26, 2023
1 parent d889f56 commit 1f751a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/rhacm/seeds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0
version: 0.12.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: 2.8.0
appVersion: 2.8.3
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: stable
channel: gitops-1.8
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: stable
channel: gitops-1.8
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down
2 changes: 1 addition & 1 deletion tests/descriptors/operators/gitops-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: openshift-gitops-operator
namespace: openshift-operators
spec:
channel: stable
channel: gitops-1.8
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
Expand Down

0 comments on commit 1f751a3

Please sign in to comment.