Skip to content

Commit

Permalink
docker: Fix the DOCKER_API_VERSION in kustomize
Browse files Browse the repository at this point in the history
Change it to minimum - 1.44

Signed-off-by: Pradipta Banerjee <pradipta.banerjee@gmail.com>
  • Loading branch information
bpradipt committed Jul 1, 2024
1 parent 2767440 commit 6e421a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ configMapGenerator:
- CLOUD_PROVIDER="docker"
- CLOUD_CONFIG_VERIFY="false" # It's better set as true to enable could config verify in production env
#- DOCKER_HOST="unix:///var/run/docker.sock" # Uncomment and set if you want to use a specific docker host
#- DOCKER_API_VERSION="1.40" # Uncomment and set if you want to use a specific docker api version
#- DOCKER_API_VERSION="1.44" # Uncomment and set if you want to use a specific docker api version
#- DOCKER_TLS_VERIFY="false" # Uncomment and set if you want to use tls
#- DOCKER_CERT_PATH="" # Uncomment and set if you want to use tls
#- DOCKER_PODVM_IMAGE="quay.io/confidential-containers/podvm-docker-image" # Uncomment and set if you want to use a specific podvm image
Expand Down

0 comments on commit 6e421a7

Please sign in to comment.