Skip to content

Commit 4a2e876

Browse files
committed
Merge branch 'main' into fix/si-importing
2 parents c391d56 + 011ea99 commit 4a2e876

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/e2e_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757

5858
- name: Install Helm
5959
run: |
60-
curl https://baltocdn.com/helm/signing.asc | sudo gpg --dearmor -o /usr/share/keyrings/helm.gpg
60+
curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
6161
sudo apt-get install apt-transport-https --yes
62-
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
62+
echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
6363
sudo apt-get update
6464
sudo apt-get install -y helm
6565

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
We have a lot of exciting new features and improvements in our backlogs for you to expect and even contribute yourself! We will publish a detailed roadmap soon.
1616

1717
## 📊 Installation
18+
> Crossplane v2 is NOT yet supported, please use Crossplane v1 for now.
1819
1920
To install this provider in a kubernetes cluster running crossplane, you can use the provider custom resource, replacing the `<version>`placeholder with the current version of this provider (e.g. v0.3.0):
2021

0 commit comments

Comments
 (0)