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

pull/11565/head
Prabhat Khera 2024-04-15 10:29:17 +12:00 committed by GitHub
parent 948e2bb715
commit 305a7a354a
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 ( const (
defaultUnpackerImage = "portainer/compose-unpacker:latest" defaultUnpackerImage = "portainer/compose-unpacker:" + portainer.APIVersion
composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE" composeUnpackerImageEnvVar = "COMPOSE_UNPACKER_IMAGE"
composePathPrefix = "portainer-compose-unpacker" composePathPrefix = "portainer-compose-unpacker"
) )