From 60c575ddf5d3d7a085296968d822d30fa4421ec7 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 1 Apr 2025 15:51:27 -0700 Subject: [PATCH] ceph-release-containers: tweak the parameter defaults Signed-off-by: Dan Mick --- .../config/definitions/ceph-release-containers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph-release-containers/config/definitions/ceph-release-containers.yml b/ceph-release-containers/config/definitions/ceph-release-containers.yml index 2427a917..1c75b4b1 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 -- 2.39.5