From 26d0a54345c8b80e60e63cf08dd6723b35098db5 Mon Sep 17 00:00:00 2001 From: Niels ten Boom Date: Wed, 17 Nov 2021 09:50:29 +0000 Subject: [PATCH] fix(argocd-image-updater): Bump application version (#1017) --- charts/argocd-image-updater/Chart.yaml | 6 +++--- charts/argocd-image-updater/README.md | 2 +- charts/argocd-image-updater/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/argocd-image-updater/Chart.yaml b/charts/argocd-image-updater/Chart.yaml index c1f4cdd1..d9ca894a 100644 --- a/charts/argocd-image-updater/Chart.yaml +++ b/charts/argocd-image-updater/Chart.yaml @@ -2,8 +2,8 @@ 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.0 -appVersion: v0.10.1 +version: 0.4.1 +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 keywords: @@ -15,4 +15,4 @@ maintainers: url: https://argoproj.github.io/ annotations: artifacthub.io/changes: | - - "[Added]: Ability to mount authentication scripts" + - "[Changed]: Bumped application version to v0.10.3" diff --git a/charts/argocd-image-updater/README.md b/charts/argocd-image-updater/README.md index 1def76d8..ee5f8f52 100644 --- a/charts/argocd-image-updater/README.md +++ b/charts/argocd-image-updater/README.md @@ -73,7 +73,7 @@ The `config.registries` value can be used exactly as it looks in the documentati | fullnameOverride | string | `""` | Global fullname (argocd-image-updater.fullname in _helpers.tpl) override | | image.pullPolicy | string | `"Always"` | Default image pull policy | | image.repository | string | `"argoprojlabs/argocd-image-updater"` | Default image repository | -| image.tag | string | `"v0.10.1"` | Default image tag | +| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion | | imagePullSecrets | list | `[]` | ImagePullSecrets for the image updater deployment | | metrics.enabled | bool | `false` | Deploy metrics service | | metrics.service.annotations | object | `{}` | Metrics service annotations | diff --git a/charts/argocd-image-updater/values.yaml b/charts/argocd-image-updater/values.yaml index fdda9232..b511a35c 100644 --- a/charts/argocd-image-updater/values.yaml +++ b/charts/argocd-image-updater/values.yaml @@ -5,8 +5,8 @@ image: repository: argoprojlabs/argocd-image-updater # -- Default image pull policy pullPolicy: Always - # -- Default image tag - tag: v0.10.1 + # -- Overrides the image tag whose default is the chart appVersion + tag: "" # -- ImagePullSecrets for the image updater deployment imagePullSecrets: []