Skip to content

zlayne/search-chart

 
 

Repository files navigation

search-chart

Open Cluster Management - Helm chart for the search component.

Deprecation Notice

This Helm chart is replaced by the search-operator. Currently, we are in a transition state and both (chart and operator) are required to deploy the search component. The direction is to consolidate the deployment of all the search component parts with the operator and remove this Helm chart repo.

To install this chart

  1. Log in to your cluster with the following command:

    oc login --server=https://api.<your-cluster-ip>:6443
  2. 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>
  3. Clone this repo (search-chart) on your local machine.

  4. Package the chart with the following command:

    make build-local
  5. 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

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 54.9%
  • Smarty 45.1%