Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed the minimum kubernetes version to 1.24 and corrected the top … #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
rhysecampbell marked this conversation as resolved.
Show resolved Hide resolved

# 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
Expand Down
9 changes: 8 additions & 1 deletion charts/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ manager.

## Prerequisites

Kubernetes: `>=1.20.0-0`
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.
rvyas-strata marked this conversation as resolved.
Show resolved Hide resolved
```

## Add and Update Repo

Expand All @@ -28,6 +33,8 @@ helm repo add strata https://strata-io.github.io/helm-charts
helm repo update
```



## Install

**Important:** Only Helm3 is supported.
Expand Down