Skip to content

Commit

Permalink
fix reloader annotations to reference the matching secrets; bump defa…
Browse files Browse the repository at this point in the history
…ult crdb version (#41)
  • Loading branch information
tenyo authored Jan 21, 2025
1 parent e2feac3 commit 61c8616
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/application/deployment.toolbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion templates/application/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clusterInfo: {}

image:
repository: cockroachdb/cockroach
tag: v23.1.8
tag: v23.1.22
pullPolicy: IfNotPresent
credentials: {}
# registry: docker.io
Expand Down

0 comments on commit 61c8616

Please sign in to comment.