Skip to content

Commit

Permalink
Update Crossplane to v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfdoherty committed Oct 1, 2024
1 parent 94df164 commit 8fa1063
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crossplane-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ machine for development and testing purposes.
[kind](https://kind.sigs.k8s.io/docs/user/quick-start/) or [minikube](https://minikube.sigs.k8s.io/docs/start/)
- [Helm](https://helm.sh/docs/intro/install/) version v3.2.0 or later
- [Crossplane](https://docs.crossplane.io/v1.11/software/install/) version
1.11.0 or later.
1.17.1 or later.
- You can deploy the *latest* version of Crossplane using helm by executing
the following command:

Expand Down
6 changes: 3 additions & 3 deletions crossplane-api/deploy/deploy-crossplane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo

# Install Crossplane.
# For --enable-ssa-claims alpha tag see
# server side apply in release v1.15.0
# https://github.com/crossplane/crossplane/releases/tag/v1.15.0
# server side apply in release v1.17.1
# https://github.com/crossplane/crossplane/releases/tag/v1.17.1
helm install crossplane \
--namespace crossplane-system \
--create-namespace crossplane-stable/crossplane \
--set args='{"--enable-ssa-claims"}' \
--version 1.15.0
--version 1.17.1


# Check if Crossplane developments are ready
Expand Down
2 changes: 1 addition & 1 deletion docs/platform-operator/update-cluster-components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This page documents the update process for all Klutch components.
### Crossplane runtime

To update the crossplane runtime, please refer to the
[upstream documentation](https://docs.crossplane.io/v1.14/software/install/). The exact process will
[upstream documentation](https://docs.crossplane.io/latest/software/upgrade/). The exact process will
depend on your installation method.

### Crossplane providers and configuration packages
Expand Down
2 changes: 1 addition & 1 deletion release/scripts/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ helm install crossplane \
--namespace crossplane-system \
--create-namespace crossplane-stable/crossplane \
--set args='{"--enable-ssa-claims"}' \
--version 1.15.0
--version 1.17.1

kubectl -n crossplane-system wait --for=condition=available \
deployment/crossplane \
Expand Down
2 changes: 1 addition & 1 deletion test/validations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It's not necessary to run any crossplane provider.
Copy & paste instructions for the above are:
```
helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update
helm install crossplane --namespace crossplane-system --create-namespace crossplane-stable/crossplane --version 1.14.1
helm install crossplane --namespace crossplane-system --create-namespace crossplane-stable/crossplane --version 1.17.1
kubectl -n crossplane-system wait --for=condition=available deployment/crossplane deployment/crossplane-rbac-manager
kubectl apply --recursive -f ./crossplane-api/api/common
kubectl apply --recursive -f ./crossplane-api/api/a8s
Expand Down

0 comments on commit 8fa1063

Please sign in to comment.