-
Notifications
You must be signed in to change notification settings - Fork 3
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: remove kube-rbac-proxy image #863
feat: remove kube-rbac-proxy image #863
Conversation
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer:
Airgap Installer (may take a few minutes before the airgap bundle is built):
Happy debugging! |
if err != nil { | ||
return fmt.Errorf("failed to get git commit hash: %w", err) | ||
} | ||
images = append(images, fmt.Sprintf("docker.io/library/busybox:%s", commitHash[:7])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using the sha here is gonna be an issue because it will always create a pr
e23419a
to
097b01e
Compare
097b01e
to
5f14448
Compare
No description provided.