diff --git a/docs/v1.0/getting-started/install-configure.md b/docs/v1.0/getting-started/install-configure.md index 74461356..f5375051 100644 --- a/docs/v1.0/getting-started/install-configure.md +++ b/docs/v1.0/getting-started/install-configure.md @@ -119,7 +119,7 @@ kubectl create namespace crossplane-system helm repo add crossplane-stable https://charts.crossplane.io/stable helm repo update -helm install crossplane --namespace crossplane-system crossplane-stable/crossplane +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0 ``` > Note that OAM is an alpha feature that is disabled by default. Make sure to diff --git a/docs/v1.0/reference/install.md b/docs/v1.0/reference/install.md index fc8f016b..c9a857aa 100644 --- a/docs/v1.0/reference/install.md +++ b/docs/v1.0/reference/install.md @@ -32,7 +32,7 @@ kubectl create namespace crossplane-system helm repo add crossplane-stable https://charts.crossplane.io/stable helm repo update -helm install crossplane --namespace crossplane-system crossplane-stable/crossplane +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0 ``` ### Master @@ -124,7 +124,7 @@ Alternatively, a yaml file that specifies the values for the above parameters (`values.yaml`) can be provided while installing the chart. ```console -helm install crossplane --namespace crossplane-system crossplane-stable/crossplane -f values.yaml +helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.0.0 -f values.yaml ``` Here are the sample settings to get you started.