rancher-turtles: updates to align with 0.19.0 #150
Reference in New Issue
Block a user
No description provided.
Delete Branch "steven.hardy/Factory:turtles_019"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates derived from https://github.com/suse-edge/charts/pull/209
@@ -11,2 +23,3 @@
rancherInstalled: false
kubectlImage: "%%IMG_REPO%%/%%IMG_PREFIX%%kubectl:1.30.3"
# kubectlImage: Image for kubectl tasks.
kubectlImage: registry.suse.com/edge/3.2/kubectl:1.30.3
should we revert this to the old way? With
%%IMG_REPO%%/%%IMG_PREFIX%%
. The build is currently failing because of this registry not being authorized.Error: registry.suse.com/edge/3.2/kubectl:1.30.3 is not from authorized source
Ah good catch, thanks - will do.
We should probably also build a newer kubectl image to avoid violating the version skew policy with 1.32 but perhaps that can be done as a followup as I think we also need to update other places after building a newer image
af1f5b7a14
to3a654b9826