From e00af60b391c5e86b36696c206e0d7dac36d30aa Mon Sep 17 00:00:00 2001 From: Marko Bevc <marko@scalefactory.com> Date: Wed, 26 Jan 2022 15:14:00 +0000 Subject: [PATCH] feat(argo-cd): Bump argo-cd to v.2.2.3 and Redis to v6.2.6 (#1102) Signed-off-by: Marko Bevc <marko@scalefactory.com> --- charts/argo-cd/Chart.yaml | 7 ++++--- charts/argo-cd/README.md | 4 ++-- charts/argo-cd/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index a1b013c3..54972bdb 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v2.2.2 +appVersion: v2.2.3 description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 3.31.1 +version: 3.32.0 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,5 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Changed]: Consistent .helmignore" + - "[Changed]: Update to Argo-CD v2.2.3" + - "[Changed]: Update Redis to v6.2.6" diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 3d68d56e..baa8ec44 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -577,7 +577,7 @@ NAME: my-release | redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod | | redis.image.imagePullPolicy | string | `"IfNotPresent"` | Redis imagePullPolicy | | redis.image.repository | string | `"redis"` | Redis repository | -| redis.image.tag | string | `"6.2.4-alpine"` | Redis tag | +| redis.image.tag | string | `"6.2.6-alpine"` | Redis tag | | redis.initContainers | list | `[]` | Init containers to add to the redis pod | | redis.metrics.containerPort | int | `9121` | Port to use for redis-exporter sidecar | | redis.metrics.enabled | bool | `false` | Deploy metrics service and redis-exporter sidecar | @@ -620,7 +620,7 @@ NAME: my-release | redis-ha.exporter.enabled | bool | `true` | If `true`, the prometheus exporter sidecar is enabled | | redis-ha.haproxy.enabled | bool | `true` | Enabled HAProxy LoadBalancing/Proxy | | redis-ha.haproxy.metrics.enabled | bool | `true` | HAProxy enable prometheus metric scraping | -| redis-ha.image.tag | string | `"6.2.4-alpine"` | Redis tag | +| redis-ha.image.tag | string | `"6.2.6-alpine"` | Redis tag | | redis-ha.persistentVolume.enabled | bool | `false` | Configures persistency on Redis nodes | | redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) | | redis-ha.redis.config.save | string | `"\"\""` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 5b9d4233..ece90bc5 100755 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -550,7 +550,7 @@ redis: # -- Redis repository repository: redis # -- Redis tag - tag: 6.2.4-alpine + tag: 6.2.6-alpine # -- Redis imagePullPolicy imagePullPolicy: IfNotPresent @@ -740,7 +740,7 @@ redis-ha: enabled: true image: # -- Redis tag - tag: 6.2.4-alpine + tag: 6.2.6-alpine ## Server server: