From 41c6b6437fa8ffbafaf882ccf2ca65df555bc0c1 Mon Sep 17 00:00:00 2001 From: Dustin Lactin Date: Mon, 13 May 2024 14:08:53 -0600 Subject: [PATCH] feat(argocd-image-updater): added default values for sign off and signing key Signed-off-by: Dustin Lactin --- charts/argocd-image-updater/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/argocd-image-updater/values.yaml b/charts/argocd-image-updater/values.yaml index 0f2a4e33..f2c2e01c 100644 --- a/charts/argocd-image-updater/values.yaml +++ b/charts/argocd-image-updater/values.yaml @@ -130,6 +130,12 @@ config: # -- E-Mail address to use for Git commits gitCommitMail: "" + # -- Path to public SSH key mounted in container, or GPG key ID used to sign commits + gitCommitSigningKey: "" + + # -- Enables sign off on commits + gitCommitSignOff: false + # -- Changing the Git commit message gitCommitTemplate: ""