chore(unpacker): use APIVersion as unpacker image tag [EE-6974] (#11506)

pull/11434/merge
Prabhat Khera 2024-04-15 10:29:24 +12:00 committed by GitHub
parent 5e7e91dd6d
commit 80cc9f18b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
)
const (
defaultUnpackerImage = "portainer/compose-unpacker:latest"
defaultUnpackerImage = "portainer/compose-unpacker:" + portainer.APIVersion
composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE"
composePathPrefix = "portainer-compose-unpacker"
)