From 61c861624efea7d7d59a21066a5d2b75a6d9c5cc Mon Sep 17 00:00:00 2001 From: tenyo Date: Tue, 21 Jan 2025 16:59:05 -0500 Subject: [PATCH] fix reloader annotations to reference the matching secrets; bump default crdb version (#41) --- Chart.yaml | 4 ++-- templates/application/deployment.toolbox.yaml | 2 +- templates/application/statefulset.yaml | 2 +- values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 63f03ee..06c1e51 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: cockroachdb -version: 2.4.0 -appVersion: v23.1.8 +version: 2.5.0 +appVersion: v23.1.22 description: Multi-k8s cockroach deployment sources: - https://github.com/cockroachdb/cockroach diff --git a/templates/application/deployment.toolbox.yaml b/templates/application/deployment.toolbox.yaml index f07b676..dddf141 100644 --- a/templates/application/deployment.toolbox.yaml +++ b/templates/application/deployment.toolbox.yaml @@ -5,7 +5,7 @@ metadata: name: {{ template "cockroachdb.name" . }}-toolbox annotations: argocd.argoproj.io/sync-wave: '10' - secret.reloader.stakater.com/reload: {{ template "cockroachdb.name" . }}-root + secret.reloader.stakater.com/reload: {{ template "cockroachdb.fullname" . }}-root {{- with .Values.toolbox.annotations }} {{- toYaml . | nindent 4 }} {{- end }} diff --git a/templates/application/statefulset.yaml b/templates/application/statefulset.yaml index 5c3272d..94eca47 100644 --- a/templates/application/statefulset.yaml +++ b/templates/application/statefulset.yaml @@ -2,7 +2,7 @@ kind: StatefulSet apiVersion: {{ template "cockroachdb.statefulset.apiVersion" . }} metadata: annotations: - secret.reloader.stakater.com/reload: {{ template "cockroachdb.name" . }}-node + secret.reloader.stakater.com/reload: {{ template "cockroachdb.fullname" . }}-node {{- with .Values.statefulset.statefulsetAnnotations }} {{- toYaml . | nindent 4 }} {{- end }} diff --git a/values.yaml b/values.yaml index dbb5fde..cc46afe 100644 --- a/values.yaml +++ b/values.yaml @@ -2,7 +2,7 @@ clusterInfo: {} image: repository: cockroachdb/cockroach - tag: v23.1.8 + tag: v23.1.22 pullPolicy: IfNotPresent credentials: {} # registry: docker.io