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

Adds a TODO about gke-cloud-auth-plugin #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ubuntu.18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ARG Eks_Cli_Version=0.25.0
ARG Google_Cloud_Cli_Version=339.0.0-0
ARG Helm_Version=v3.7.1
ARG Java_Jdk_Version=11.0.17+8-1ubuntu2~18.04
# If bumping Kubectl to 1.26 or above, please also add the gke-cloud-auth-plugin tool to this image to facilitate GKE login
# See https://github.com/OctopusDeploy/Issues/issues/7621 for more info
ARG Kubectl_Version=1.18.8-00
ARG Octopus_Cli_Version=7.4.1
ARG Octopus_Client_Version=8.8.3
Expand Down
2 changes: 2 additions & 0 deletions windows.ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ARG Eks_Cli_Version=0.25.0
ARG Google_Cloud_Cli_Version=339.0.0
ARG Helm_Version=3.7.1
ARG Java_Jdk_Version=14.0.2
# If bumping Kubectl to 1.26 or above, please also add the gke-cloud-auth-plugin tool to this image to facilitate GKE login
# See https://github.com/OctopusDeploy/Issues/issues/7621 for more info
ARG Kubectl_Version=1.18.8
ARG Node_Version=14.17.2
ARG Octopus_Cli_Version=7.4.1
Expand Down