Skip to content

Commit 22a3c60

Browse files
fix: bumped provider version to latest (1.0.4)
1 parent 6ce3711 commit 22a3c60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ so using the Crossplane CLI in a Kubernetes cluster where Crossplane is
1919
installed:
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

2525
Then you will need to create a `ProviderConfig` that specifies the credentials

examples/cluster/provider-config/provider-incluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Provider
33
metadata:
44
name: provider-helm
55
spec:
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

examples/namespaced/provider-config/provider-incluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Provider
33
metadata:
44
name: provider-helm
55
spec:
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

0 commit comments

Comments
 (0)