From b8a5dff5413916087f15468fb23951730ee79369 Mon Sep 17 00:00:00 2001 From: Shabbir Kagalwala Date: Fri, 8 May 2020 17:48:05 -0600 Subject: [PATCH] fix: Remove persistentVolumeRetainPolicy from redis ha --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/charts/redis-ha/Chart.yaml | 2 +- charts/argo-cd/charts/redis-ha/README.md | 1 - .../charts/redis-ha/templates/redis-ha-statefulset.yaml | 3 --- charts/argo-cd/requirements.lock | 6 +++--- charts/argo-cd/requirements.yaml | 2 +- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 397d21b0..a8921ba4 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.5.4" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.3.0 +version: 2.3.1 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/charts/redis-ha/Chart.yaml b/charts/argo-cd/charts/redis-ha/Chart.yaml index 04a04fdf..6453f53e 100644 --- a/charts/argo-cd/charts/redis-ha/Chart.yaml +++ b/charts/argo-cd/charts/redis-ha/Chart.yaml @@ -18,4 +18,4 @@ sources: - https://redis.io/download - https://github.com/scality/Zenko/tree/development/1.0/kubernetes/zenko/charts/redis-ha - https://github.com/oliver006/redis_exporter -version: 4.4.2 +version: 4.4.3 diff --git a/charts/argo-cd/charts/redis-ha/README.md b/charts/argo-cd/charts/redis-ha/README.md index ba93ce0f..856d070d 100644 --- a/charts/argo-cd/charts/redis-ha/README.md +++ b/charts/argo-cd/charts/redis-ha/README.md @@ -87,7 +87,6 @@ The following table lists the configurable parameters of the Redis chart and the | `affinity` | Override all other affinity settings with a string. | `""` | | `persistentVolume.size` | Size for the volume | 10Gi | | `persistentVolume.annotations` | Annotations for the volume | `{}` | -| `persistentVolume.reclaimPolicy` | Method used to reclaim an obsoleted volume. `Delete` or `Retain` | `""` | | `emptyDir` | Configuration of `emptyDir`, used only if persistentVolume is disabled and no hostPath specified | `{}` | | `exporter.enabled` | If `true`, the prometheus exporter sidecar is enabled | `false` | | `exporter.image` | Exporter image | `oliver006/redis_exporter` | diff --git a/charts/argo-cd/charts/redis-ha/templates/redis-ha-statefulset.yaml b/charts/argo-cd/charts/redis-ha/templates/redis-ha-statefulset.yaml index 65550968..77e547f9 100644 --- a/charts/argo-cd/charts/redis-ha/templates/redis-ha-statefulset.yaml +++ b/charts/argo-cd/charts/redis-ha/templates/redis-ha-statefulset.yaml @@ -305,9 +305,6 @@ spec: storageClassName: "{{ .Values.persistentVolume.storageClass }}" {{- end }} {{- end }} - {{- if .Values.persistentVolume.reclaimPolicy }} - persistentVolumeReclaimPolicy: "{{ .Values.persistentVolume.reclaimPolicy }}" - {{- end }} {{- else if .Values.hostPath.path }} - name: data hostPath: diff --git a/charts/argo-cd/requirements.lock b/charts/argo-cd/requirements.lock index 61752ccb..33228bd9 100644 --- a/charts/argo-cd/requirements.lock +++ b/charts/argo-cd/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: redis-ha repository: https://kubernetes-charts.storage.googleapis.com - version: 4.4.2 -digest: sha256:70fdd035c3aa3b7185882f12a73143c58ab32f04262dda2cf34a2b1a52116d96 -generated: "2020-03-29T14:37:59.349371452+01:00" + version: 4.4.3 +digest: sha256:d4ba6f3d8b8f2e0d0a310460d27fc98291d4ae3047eee093e4c87735ba810207 +generated: "2020-05-08T18:28:13.217386-06:00" diff --git a/charts/argo-cd/requirements.yaml b/charts/argo-cd/requirements.yaml index eb6313dd..a969aa73 100644 --- a/charts/argo-cd/requirements.yaml +++ b/charts/argo-cd/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: redis-ha - version: 4.4.2 + version: 4.4.3 repository: https://kubernetes-charts.storage.googleapis.com condition: redis-ha.enabled \ No newline at end of file