From 21c6ec01c5c0b845f51fb4a3adb3c36b0015936b Mon Sep 17 00:00:00 2001 From: Jonny Date: Tue, 14 Mar 2023 15:07:40 -0700 Subject: [PATCH] Update docker repository Since `0.13.0` the images don't seem to be pushed to `crossplanecontrib/provider-helm` but to `crossplane/provider-helm` instead. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 133cecf..b2b4580 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ so using the Crossplane CLI in a Kubernetes cluster where Crossplane is installed: ```console -kubectl crossplane install provider crossplane/provider-helm:master +kubectl crossplane install provider crossplanecontrib/provider-helm:master ``` You may also manually install `provider-helm` by creating a `Provider` directly: @@ -29,7 +29,7 @@ kind: Provider metadata: name: provider-helm spec: - package: "crossplane/provider-helm:master" + package: "crossplanecontrib/provider-helm:master" ``` ## Design