Skip to content

Commit

Permalink
[stacks-blockchain]: add statefulsetAnnotations property
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Jul 15, 2024
1 parent 3b328a9 commit 0176e46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions hirosystems/stacks-blockchain/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions hirosystems/stacks-blockchain/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions hirosystems/stacks-blockchain/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 5 additions & 1 deletion hirosystems/stacks-blockchain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
##
Expand Down

0 comments on commit 0176e46

Please sign in to comment.