diff --git a/README.md b/README.md index d9bc381..580ad85 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Visit the [Documentation](https://sap.github.io/cap-operator/docs) to find out h The operator can be deployed using the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/release/chart) which is part of [CAP Operator Lifecycle](https://github.com/sap/cap-operator-lifecycle) repo. #### CRDs -CRDs for the CAP Operator can be applied from the [./crds](./crds) folder, these are also copied over to the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/main/chart) when updated. +CRDs for the CAP Operator can be applied from the [./crds](./crds) folder, these are also copied over to the [helm chart](https://github.com/sap/cap-operator-lifecycle/tree/main/chart) when released. ## Support, Feedback, Contributing diff --git a/website/content/en/docs/installation/helm-install.md b/website/content/en/docs/installation/helm-install.md index 521c1da..199f93b 100644 --- a/website/content/en/docs/installation/helm-install.md +++ b/website/content/en/docs/installation/helm-install.md @@ -34,23 +34,4 @@ subscriptionServer: domain: cap-operator. ``` -Note: -This uses your existing docker credentials, if any. Alternatively, you can pass the desired credentials with options `username` and `password`: - -```bash - helm upgrade -i -n cap-operator-system cap-operator oci://ghcr.io/sap/cap-operator-helm/cap-operator --set subscriptionServer.domain=cap-operator. --set subscriptionServer.dnsTarget=public-ingress. --username --password -``` - -To utilize the [local version](https://github.com/sap/cap-operator-lifecycle/tree/main/chart), use - -```bash -helm upgrade -i -n cap-operator-system cap-operator PATH_TO_CAP_OPERATOR_LIFECYCLE_REPOSITORY/chart --set subscriptionServer.domain=cap-operator. --set subscriptionServer.dnsTarget=public-ingress. -``` - -or - -```bash -helm upgrade -i -n cap-operator-system cap-operator PATH_TO_CAP_OPERATOR_LIFECYCLE_REPOSITORY/chart -f my-values.yaml -``` - {{% include "includes/chart-values.md" %}}