Skip to content

Commit

Permalink
feat: Reduce priority for ibm-operator-catalog catalog source
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Apr 14, 2023
1 parent fdabfc4 commit 1b8d102
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/argocd-cloudpaks/cp-shared/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.4.0
version: 0.5.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: "1.1.0"
appVersion: "1.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
value: ${ARGOCD_APP_NAME}
- name: argocd_app_namespace
value: ${ARGOCD_APP_NAMESPACE}
- name: online_catalog_source_priority
value: "{{.Values.online_catalog_source_priority}}"
- name: repoURL
value: ${ARGOCD_APP_SOURCE_REPO_URL}
- name: serviceaccount.argocd_application_controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
source:
helm:
parameters:
- name: online_catalog_source_priority
value: "{{.Values.online_catalog_source_priority}}"
- name: repoURL
value: ${ARGOCD_APP_SOURCE_REPO_URL}
- name: serviceaccount.argocd_application_controller
Expand Down
1 change: 1 addition & 0 deletions config/argocd-cloudpaks/cp-shared/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ serviceaccount:
metadata:
argocd_app_namespace: ibm-cloudpaks
argocd_namespace: openshift-gitops
online_catalog_source_priority: -1
storageclass:
rwo:
aws: gp2
Expand Down
4 changes: 2 additions & 2 deletions config/cloudpaks/cp-shared/operators/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.4.0
version: 0.5.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: "1.0"
appVersion: "1.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
argocd.argoproj.io/sync-wave: "50"
spec:
displayName: "IBM Operator Catalog"
priority: {{.Values.online_catalog_source_priority}}
publisher: IBM
sourceType: grpc
image: icr.io/cpopen/ibm-operator-catalog:latest
Expand Down
1 change: 1 addition & 0 deletions config/cloudpaks/cp-shared/operators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ metadata:
argocd_namespace: openshift-gitops
serviceaccount:
argocd_application_controller: openshift-gitops-argocd-application-controller
online_catalog_source_priority: -1

0 comments on commit 1b8d102

Please sign in to comment.