-
Notifications
You must be signed in to change notification settings - Fork 1k
Ensures istio/istioctl is pulled locally prior to use #1637
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
Conversation
Signed-off-by: Adrian Cole <[email protected]>
@@ -61,8 +61,6 @@ public final class Commons { | |||
*/ | |||
public static final String ISTIO_VERSION = "1.16.0"; |
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.
yeah, I forgot to update this one... can you change it to 1.20.5
please? seems like its the highest version we can go to from my testing
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.
appears that version tends to use k8s x.28, so I'll update both
Signed-off-by: Adrian Cole <[email protected]>
@@ -72,7 +70,7 @@ private Commons() { | |||
/** | |||
* Rancher version to use for test-containers. | |||
*/ | |||
public static final String RANCHER = "rancher/k3s:v1.25.4-k3s1"; | |||
public static final String RANCHER = "rancher/k3s:v1.28.8+k3s1"; |
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.
typo here: rancher/k3s:v1.28.8-k3s1
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.
thanks!
Signed-off-by: Adrian Cole <[email protected]>
@ryanjbaxter Im ok with this one. |
follow-up to #1635 cc @wind57