diff --git a/charts/oada/Chart.yaml b/charts/oada/Chart.yaml index 2ff2f31e..914fbf86 100644 --- a/charts/oada/Chart.yaml +++ b/charts/oada/Chart.yaml @@ -8,5 +8,5 @@ maintainers: - name: awlayton email: alex@layton.in type: application -version: 1.2.1 +version: 1.2.2 appVersion: '3.4.1' diff --git a/charts/oada/README.md b/charts/oada/README.md index f58004d1..d9881ffb 100644 --- a/charts/oada/README.md +++ b/charts/oada/README.md @@ -29,7 +29,8 @@ Supports multiple release installs and non-default namespace. - At least one ingress controller Attempt to apply all prerequisites: -`kubectl apply -k ../../k8s/support` + +[`kubectl apply -k https://www.github.com/OADA/server/k8s/support`][support] The above command might error on the first run. After 2-3 times, it _should_ run without error. @@ -43,6 +44,8 @@ Add the helm chart repo `helm repo add oada https://charts.openag.io/` Install the Helm chart: -`helm install oada oada` +`helm install my-oada oada/oada` See the [values.yaml](values.yaml) for various configuration options. + +[support]: ../../k8s/support/kustomization.yaml