upbound / up

The @upbound CLI
Apache License 2.0
51 stars 41 forks source link

Bump the UXP prereq for spaces to v1.13.2-up.2 #394

Closed tnthornton closed 10 months ago

tnthornton commented 10 months ago

Description of your changes

Updating the version of UXP that the up space init command will install if there is no previous UXP install in the cluster.

Fixes #392

I have:

How has this code been tested

  1. Run up space init
  2. Verified the crossplane image in the cluster:
    kubectl get pods -A -o json | jq '.items[] | {ns:.metadata.namespace, name:.metadata.name,image:.spec.containers[].image}' | grep upbound/crossplane
    "image": "upbound/crossplane:v1.13.2-up.2"
    "image": "upbound/crossplane:v1.13.2-up.2"