diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 56ea01c..e42ce13 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -22,7 +22,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) id: list-changed diff --git a/README.md b/README.md index 937b584..1545a2e 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,9 @@ If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo strata` to see the charts. -To install the orchestrator chart: - - helm install my-orchestrator strata/orchestrator - -To uninstall the chart: - - helm delete my-orchestrator - ## Documentation The documentation for the Maverics Orchestrator Helm Chart is available -[here](https://github.com/strata-io/helm-charts/charts/orchestrator/README.md) +[here](https://github.com/strata-io/helm-charts/blob/main/charts/orchestrator/README.md) ## Support If you run into an issue, bug or have a question, please reach out to the [Strata diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index cd989e2..f2f73fc 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time we # make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.1.12 # This is the version number of the application being deployed. This version number # should be incremented each time we make changes to the application. Versions are diff --git a/charts/orchestrator/README.md b/charts/orchestrator/README.md index 37812d9..648078a 100644 --- a/charts/orchestrator/README.md +++ b/charts/orchestrator/README.md @@ -19,7 +19,12 @@ manager. ## Prerequisites -Kubernetes: `>=1.20.0-0` +Kubernetes: `>=1.24.0-0` + +## Download the Orchestrator Image + +Please make sure you have downloaded the orchestrator image and uploaded it to your image registry. You can obtain the orchestrator image by signing up with Strata at [https://maverics.strata.io](https://maverics.strata.io). Once uploaded, modify the values in your values.yaml file to reflect the repository and tag. + ## Add and Update Repo @@ -28,6 +33,8 @@ helm repo add strata https://strata-io.github.io/helm-charts helm repo update ``` + + ## Install **Important:** Only Helm3 is supported.