Skip to content

Commit

Permalink
[stacks-blockchain] replace bitnami-shell with os-shell; update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Feb 16, 2024
1 parent 681c43a commit 9a9b649
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.2
version: 2.0.3
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.14.1
digest: sha256:a523ee0332d74ad2ceb3bd2ad26c85a0a8f56bf8994ac2b75e66d07bdf95fb84
generated: "2023-12-26T14:37:58.795905-05:00"
version: 2.16.0
digest: sha256:ca0bd92d791b0ae9385ed21337234dab367af4598923523d827d1b0cb06c26cf
generated: "2024-02-16T11:35:38.57826-08:00"
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ name: stacks-blockchain
sources:
- https://github.com/stacks-network/stacks-blockchain
- https://docs.stacks.co/
version: 2.0.2
version: 2.0.3
6 changes: 3 additions & 3 deletions hirosystems/stacks-blockchain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,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 @@ -637,8 +637,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 9a9b649

Please sign in to comment.