From 0176e4613a364fbf67dc8bb456aeb564bfec5859 Mon Sep 17 00:00:00 2001 From: CharlieC3 <2747302+CharlieC3@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:12:43 -0400 Subject: [PATCH] [stacks-blockchain]: add statefulsetAnnotations property --- hirosystems/stacks-blockchain/Chart.lock | 8 ++++---- hirosystems/stacks-blockchain/Chart.yaml | 4 ++-- hirosystems/stacks-blockchain/templates/statefulset.yaml | 1 + hirosystems/stacks-blockchain/values.yaml | 6 +++++- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/hirosystems/stacks-blockchain/Chart.lock b/hirosystems/stacks-blockchain/Chart.lock index 3566cae..b57e8e6 100644 --- a/hirosystems/stacks-blockchain/Chart.lock +++ b/hirosystems/stacks-blockchain/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: bitcoin-core repository: https://charts.hiro.so/hirosystems - version: 2.0.3 + version: 2.1.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.16.1 -digest: sha256:ce4c0753b9151137668391bf7bd0a242f3de567080793d6a1f994723d625c9af -generated: "2024-02-20T11:06:27.559467-05:00" + version: 2.20.4 +digest: sha256:98a1ce356690a920ac665a7c16ddbd325234eef8c7739488ad5a4657efa8ff68 +generated: "2024-07-15T13:10:02.339923-04:00" diff --git a/hirosystems/stacks-blockchain/Chart.yaml b/hirosystems/stacks-blockchain/Chart.yaml index fa2abb5..733e3ec 100644 --- a/hirosystems/stacks-blockchain/Chart.yaml +++ b/hirosystems/stacks-blockchain/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Blockchain apiVersion: v2 -appVersion: 2.4.0.0.4 +appVersion: 2.5.0.0.5 dependencies: - condition: bitcoin-core.enabled name: bitcoin-core @@ -33,4 +33,4 @@ name: stacks-blockchain sources: - https://github.com/stacks-network/stacks-blockchain - https://docs.stacks.co/ -version: 2.0.4 +version: 2.1.0 diff --git a/hirosystems/stacks-blockchain/templates/statefulset.yaml b/hirosystems/stacks-blockchain/templates/statefulset.yaml index d55b5ad..d7800c3 100644 --- a/hirosystems/stacks-blockchain/templates/statefulset.yaml +++ b/hirosystems/stacks-blockchain/templates/statefulset.yaml @@ -10,6 +10,7 @@ metadata: {{- end }} {{- if .Values.commonAnnotations }} annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} + {{- include "common.tplvalues.render" ( dict "value" .Values.statefulsetAnnotations "context" $ ) | nindent 4 }} {{- end }} spec: replicas: {{ .Values.replicaCount }} diff --git a/hirosystems/stacks-blockchain/values.yaml b/hirosystems/stacks-blockchain/values.yaml index b60dde0..ef9ad70 100644 --- a/hirosystems/stacks-blockchain/values.yaml +++ b/hirosystems/stacks-blockchain/values.yaml @@ -74,7 +74,7 @@ diagnosticMode: image: registry: docker.io repository: blockstack/stacks-blockchain - tag: 2.4.0.0.4 + tag: 2.5.0.0.5 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -258,6 +258,10 @@ hostAliases: [] ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ ## podLabels: {} +## @param stacksBlockchain.statefulsetAnnotations Annotations for stacks-blockchain StatefulSet +## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ +## +statefulsetAnnotations: {} ## @param stacksBlockchain.podAnnotations Annotations for stacks-blockchain pods ## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ ##