From c0055685c4a4fdb0e5c34fa3d6fc0c9811d51130 Mon Sep 17 00:00:00 2001 From: Rahul Vyas Date: Fri, 13 Oct 2023 12:57:53 -0700 Subject: [PATCH 1/5] changed the minimum kubernetes version to 1.24 and corrected the top level readme links --- README.md | 10 +--------- charts/orchestrator/README.md | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) 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/README.md b/charts/orchestrator/README.md index 37812d9..edf6c84 100644 --- a/charts/orchestrator/README.md +++ b/charts/orchestrator/README.md @@ -19,7 +19,7 @@ manager. ## Prerequisites -Kubernetes: `>=1.20.0-0` +Kubernetes: `>=1.24.0-0` ## Add and Update Repo From ec933754554816614a34cf4e7a90b09035e1d6c5 Mon Sep 17 00:00:00 2001 From: Rahul Vyas Date: Fri, 20 Oct 2023 08:44:39 -0700 Subject: [PATCH 2/5] Increment the version number in Chart.yaml to 0.1.12 --- charts/orchestrator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 78c1a05b9f4011ad9ffdf493a0ce8df3994a9b23 Mon Sep 17 00:00:00 2001 From: Rahul Vyas Date: Fri, 20 Oct 2023 09:13:42 -0700 Subject: [PATCH 3/5] additional pre-requisite to the README.md section --- charts/orchestrator/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/orchestrator/README.md b/charts/orchestrator/README.md index edf6c84..d13afde 100644 --- a/charts/orchestrator/README.md +++ b/charts/orchestrator/README.md @@ -21,6 +21,11 @@ manager. Kubernetes: `>=1.24.0-0` +## Download the Orchestrator Image +```console +Please make sure you have downloaded the orchestrator image and uploaded it to your image registry. Once uploaded, modify the values in your values.yaml file to reflect the repository and tag. +``` + ## Add and Update Repo ```console @@ -28,6 +33,8 @@ helm repo add strata https://strata-io.github.io/helm-charts helm repo update ``` + + ## Install **Important:** Only Helm3 is supported. From dba3de8b5f78e499b4a7e2500e6f867c3607ab81 Mon Sep 17 00:00:00 2001 From: rvyas-strata <81174204+rvyas-strata@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:30:13 -0800 Subject: [PATCH 4/5] Update README.md Signed-off-by: rvyas-strata <81174204+rvyas-strata@users.noreply.github.com> --- charts/orchestrator/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/orchestrator/README.md b/charts/orchestrator/README.md index d13afde..648078a 100644 --- a/charts/orchestrator/README.md +++ b/charts/orchestrator/README.md @@ -22,9 +22,9 @@ manager. Kubernetes: `>=1.24.0-0` ## Download the Orchestrator Image -```console -Please make sure you have downloaded the orchestrator image and uploaded it to your image registry. Once uploaded, modify the values in your values.yaml file to reflect the repository and tag. -``` + +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 From 661e4d9a89c8321deead2bcc9ccc73fe507120c7 Mon Sep 17 00:00:00 2001 From: rvyas-strata <81174204+rvyas-strata@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:40:05 -0800 Subject: [PATCH 5/5] Update lint-test.yml Signed-off-by: rvyas-strata <81174204+rvyas-strata@users.noreply.github.com> --- .github/workflows/lint-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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