Skip to content

Commit

Permalink
chore: update bitcoind to v27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jun 12, 2024
1 parent 2fac3db commit 8159987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bitcoind/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
{{- if and .Values.descriptor.secretName .Values.descriptor.secretKey }}
- name: descriptor-import
image: lncm/bitcoind:v25.1
image: lncm/bitcoind:v27.0
command: ['/bin/sh']
args:
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion charts/bitcoind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1
image:
repository: lncm/bitcoind
pullPolicy: IfNotPresent
tag: v25.1
tag: v27.0

extraInitContainers: []
sidecarContainers: []
Expand Down
2 changes: 1 addition & 1 deletion images/chain-dl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lncm/bitcoind:v25.1
FROM lncm/bitcoind:v27.0

USER root

Expand Down

0 comments on commit 8159987

Please sign in to comment.