From: Dan Mick Date: Tue, 1 Apr 2025 22:51:27 +0000 (-0700) Subject: ceph-release-containers: tweak the parameter defaults X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=60c575ddf5d3d7a085296968d822d30fa4421ec7;p=ceph-build.git ceph-release-containers: tweak the parameter defaults Signed-off-by: Dan Mick --- diff --git a/ceph-release-containers/config/definitions/ceph-release-containers.yml b/ceph-release-containers/config/definitions/ceph-release-containers.yml index 2427a917f..1c75b4b12 100644 --- a/ceph-release-containers/config/definitions/ceph-release-containers.yml +++ b/ceph-release-containers/config/definitions/ceph-release-containers.yml @@ -34,13 +34,13 @@ - string: name: NO_PUSH - description: "Set to true if you want to skip pushing images to container repo" - default: false + description: "Set to non-empty if you want to skip pushing images to container repo" + default: - string: name: REMOVE_LOCAL_IMAGES description: "Set to false if you want to keep local container images on the build host (for debug)" - default: false + default: true - string: name: CONTAINER_REPO_HOSTNAME