diff --git a/hirosystems/stacks-blockchain/Chart.lock b/hirosystems/stacks-blockchain/Chart.lock index 38ae91a..056626d 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.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" diff --git a/hirosystems/stacks-blockchain/Chart.yaml b/hirosystems/stacks-blockchain/Chart.yaml index e2a2381..296fe1d 100644 --- a/hirosystems/stacks-blockchain/Chart.yaml +++ b/hirosystems/stacks-blockchain/Chart.yaml @@ -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 diff --git a/hirosystems/stacks-blockchain/values.yaml b/hirosystems/stacks-blockchain/values.yaml index d25fff1..b60dde0 100644 --- a/hirosystems/stacks-blockchain/values.yaml +++ b/hirosystems/stacks-blockchain/values.yaml @@ -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) @@ -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.