Skip to content

Commit

Permalink
[bitcoin-core] replace bitnami-shell with os-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi authored Feb 16, 2024
1 parent bb2af2a commit 681c43a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions hirosystems/bitcoin-core/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.13.3
digest: sha256:37595168f1970c2ca27e2d2c08ffdaa4963b9f33a9ee68a13c2017b6487185ed
generated: "2023-10-25T12:28:01.471665-04:00"
version: 2.16.0
digest: sha256:5654d67d1bdf22ce788e05c7477c5ee9c31d668744943337318b092c4bdac952
generated: "2024-02-15T15:16:29.2783-08:00"
2 changes: 1 addition & 1 deletion hirosystems/bitcoin-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ sources:
- https://github.com/bitcoin/bitcoin
- https://github.com/ruimarinho/docker-bitcoin-core
- https://bitcoin.org
version: 2.0.2
version: 2.0.3
6 changes: 3 additions & 3 deletions hirosystems/bitcoin-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ volumePermissions:
##
enabled: false
## Bitnami Shell image
## ref: https://hub.docker.com/r/bitnami/bitnami-shell/tags/
## ref: https://hub.docker.com/r/bitnami/os-shell/tags/
## @param volumePermissions.image.registry Bitnami Shell image registry
## @param volumePermissions.image.repository Bitnami Shell image repository
## @param volumePermissions.image.tag Bitnami Shell image tag (immutable tags are recommended)
Expand All @@ -653,8 +653,8 @@ volumePermissions:
##
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r87
repository: bitnami/os-shell
tag: 11-debian-11-r110
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 681c43a

Please sign in to comment.