This repository was archived by the owner on Jun 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Automate the discovery/usage of latest crossplane release in test workflows #29
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
As per the discussion in crossplane/crossplane#3219 (comment), it would be good to add automation to our testing workflows so we no longer hard code the release branch and crossplane version. In that PR, we added a manual step to the release process to update our test workflows to use the newest release branch and version. It would be better if this was automated instead.
Some examples in our test workflows where we are hard coding branch and version numbers:
ref: release-1.9 run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.9.0 --wait run: helm repo add crossplane-stable https://charts.crossplane.io/stable && helm repo update && helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.9.0 --wait
There are others too - we should automate all of them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed