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

feat(space-mirror): add resources based on kubeVersionPath #609

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

haarchri
Copy link
Member

Description of your changes

  • switch uxp and crossplane base registry from xpkg.upbound.io/universal-crossplane and xpkg.upbound.io/crossplane to xpkg.upbound.io/spaces-artifacts
  • add option to get kube-apiserver, kube-controller-manager, kube-scheduler based on controlPlanes.k8sVersion in spaces chart

Fixes #

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

up alpha space mirror --version=1.7.0-rc.0.204.gc8aff05e --to-dir=/tmp/test --dry-run

[...]
crane pull xpkg.upbound.io/spaces-artifacts/kube-apiserver:v1.29.6 /tmp/test/kube-apiserver-v1.29.6.tgz
crane pull xpkg.upbound.io/spaces-artifacts/kube-controller-manager:v1.29.6 /tmp/test/kube-controller-manager-v1.29.6.tgz
crane pull xpkg.upbound.io/spaces-artifacts/kube-scheduler:v1.29.6 /tmp/test/kube-scheduler-v1.29.6.tgz
[...]

@haarchri haarchri merged commit da2a716 into main Aug 26, 2024
7 checks passed
@haarchri haarchri deleted the feature/space-mirror-kubeVersionPath branch August 26, 2024 11:49
sttts pushed a commit to sttts/upbound-up that referenced this pull request Sep 6, 2024
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.

2 participants