1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(version): add specific version for updater image [BE-11153] (#12202)

This commit is contained in:
Oscar Zhou 2024-09-11 08:29:23 +12:00 committed by GitHub
parent 994b6bb471
commit 2ede22646b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1611,7 +1611,7 @@ const (
// DefaultUserSessionTimeout represents the default timeout after which the user session is cleared
DefaultKubeconfigExpiry = "0"
// DefaultKubectlShellImage represents the default image and tag for the kubectl shell
DefaultKubectlShellImage = "portainer/kubectl-shell"
DefaultKubectlShellImage = "portainer/kubectl-shell:" + APIVersion
// WebSocketKeepAlive web socket keep alive for edge environments
WebSocketKeepAlive = 1 * time.Hour
// AuthCookieName is the name of the cookie used to store the JWT token