helm-diff icon indicating copy to clipboard operation
helm-diff copied to clipboard

diff upgrade should support the --verify flag

Open 0Styless opened this issue 2 years ago • 1 comments

Diff Upgrade should support the verify function to verify a GPG signed Helm chart accordingly.

# like this
helm diff upgrade --install --verify --values values.yaml ${HELM_RELEASE_NAME} oci://${HARBOR_EXTERNAL}/helm-charts/${CHART_NAME} --version ${CHART_VERSION}

0Styless avatar Oct 27 '22 07:10 0Styless