File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
namespaced/provider-config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ so using the Crossplane CLI in a Kubernetes cluster where Crossplane is
1919installed:
2020
2121``` console
22- crossplane xpkg install provider xpkg.crossplane.io/crossplane-contrib/provider-helm:v1.0.2
22+ crossplane xpkg install provider xpkg.crossplane.io/crossplane-contrib/provider-helm:v1.0.4
2323```
2424
2525Then you will need to create a ` ProviderConfig ` that specifies the credentials
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Provider
33metadata :
44 name : provider-helm
55spec :
6- package : xpkg.crossplane.io/crossplane-contrib/provider-helm:v1.0.2
6+ package : xpkg.crossplane.io/crossplane-contrib/provider-helm:v1.0.4
77 runtimeConfigRef :
88 apiVersion : pkg.crossplane.io/v1beta1
99 kind : DeploymentRuntimeConfig
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Provider
33metadata :
44 name : provider-helm
55spec :
6- package : xpkg.crossplane.io/crossplane-contrib/provider-helm:v1.0.2
6+ package : xpkg.crossplane.io/crossplane-contrib/provider-helm:v1.0.4
77 runtimeConfigRef :
88 apiVersion : pkg.crossplane.io/v1beta1
99 kind : DeploymentRuntimeConfig
You can’t perform that action at this time.
0 commit comments