Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

tnthornton
Copy link
Member

@tnthornton tnthornton commented Oct 12, 2023

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:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.

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"

Signed-off-by: Taylor Thornton <thornton.tn@gmail.com>
@tnthornton tnthornton requested a review from a team October 12, 2023 00:30
Copy link
Contributor

@AlainRoy AlainRoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems, in a manner most serendipitous and after careful contemplation of the cosmic vastness, that it does indeed appear quite satisfactory to my perception

@tnthornton tnthornton merged commit d56ee80 into upbound:main Oct 12, 2023
6 checks passed
@tnthornton tnthornton deleted the uxp-prereq-1.13 branch October 12, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

up space init is configuring UXP 1.12.2-up.2
2 participants