Skip to content

DEPRECATED. See README for more info.

License

Notifications You must be signed in to change notification settings

stolostron/search-chart

Repository files navigation

This project is deprecated.

search-chart

Open Cluster Management - Helm chart for the search component.

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

DEPRECATED. See README for more info.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published