- The functionality has been reimplemented in the new project https://github.com/stolostron/search-v2-operator
- The last RHACM release using this project is RHACM 2.6
- This project will be archived once RHACM 2.6 reaches end of life (EOL).
Open Cluster Management - Helm chart for the search component.
-
Log in to your cluster with the following command:
oc login --server=https://api.<your-cluster-ip>:6443
-
Create an image pull secret with your artifactory credentials:
oc create secret docker-registry -n open-cluster-management quay-secret --docker-server=quay.io \ --docker-username=<quay.io user> \ --docker-password=<quay.io token>
-
Clone this repo (
search-chart
) on your local machine. -
Package the chart with the following command:
make build-local
-
Install the chart with the following command:
helm upgrade --install search \ --namespace open-cluster-management \ --set global.pullSecret=quay-secret \ stable/search-prod-2.2.0.tgz --tls