diff --git a/hirosystems/bitcoin-core/Chart.lock b/hirosystems/bitcoin-core/Chart.lock index 67cd131..a1018f5 100644 --- a/hirosystems/bitcoin-core/Chart.lock +++ b/hirosystems/bitcoin-core/Chart.lock @@ -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" diff --git a/hirosystems/bitcoin-core/Chart.yaml b/hirosystems/bitcoin-core/Chart.yaml index 78ffed5..82b51cb 100644 --- a/hirosystems/bitcoin-core/Chart.yaml +++ b/hirosystems/bitcoin-core/Chart.yaml @@ -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 diff --git a/hirosystems/bitcoin-core/values.yaml b/hirosystems/bitcoin-core/values.yaml index 8717ed8..c710b1a 100644 --- a/hirosystems/bitcoin-core/values.yaml +++ b/hirosystems/bitcoin-core/values.yaml @@ -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) @@ -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.