feat(argocd-image-updater): Add missing config map key for git commit-message-template (#986)

* [v0.2.2] Add missing config map key for git commit-message-template

Signed-off-by: Niklas Jönsson <niklas@pej.se>

* Sync some other things from upstream manifests

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* Quote bools

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

* fix: Rerun helm-docs

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Niklas Jönsson 2021-11-22 08:18:26 +01:00 committed by GitHub
parent bdb42a55cc
commit aa41896292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 101 additions and 11 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-image-updater
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
type: application
version: 0.4.1
version: 0.4.2
appVersion: v0.10.3
home: https://github.com/argoproj-labs/argocd-image-updater
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
@ -15,4 +15,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Changed]: Bumped application version to v0.10.3"
- "[Fixed]: Added missing git-template-message key to deployment configMap"