From 8f4a72961b1dbed9d071c35945b78ce21250694f Mon Sep 17 00:00:00 2001 From: deantchi <21262275+deantchi@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:28:05 -0800 Subject: [PATCH] [charts-all] replace bitnami-shell with os-shell (#17) * replace bitnami-shell with os-shell * use the latest os-shell tag --- hirosystems/bitcoin-core/Chart.yaml | 2 +- hirosystems/bitcoin-core/values.yaml | 6 +++--- hirosystems/stacks-blockchain-api/Chart.lock | 2 +- hirosystems/stacks-blockchain-api/Chart.yaml | 2 +- hirosystems/stacks-blockchain-api/values.yaml | 6 +++--- hirosystems/stacks-blockchain/Chart.lock | 2 +- hirosystems/stacks-blockchain/Chart.yaml | 2 +- hirosystems/stacks-blockchain/values.yaml | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) 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. diff --git a/hirosystems/stacks-blockchain-api/Chart.lock b/hirosystems/stacks-blockchain-api/Chart.lock index 409c99e..8fbbb84 100644 --- a/hirosystems/stacks-blockchain-api/Chart.lock +++ b/hirosystems/stacks-blockchain-api/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: stacks-blockchain repository: https://charts.hiro.so/hirosystems - version: 2.0.2 + version: 2.0.3 - name: postgresql repository: https://charts.bitnami.com/bitnami version: 12.12.10 diff --git a/hirosystems/stacks-blockchain-api/Chart.yaml b/hirosystems/stacks-blockchain-api/Chart.yaml index ccd2c59..7ee8752 100644 --- a/hirosystems/stacks-blockchain-api/Chart.yaml +++ b/hirosystems/stacks-blockchain-api/Chart.yaml @@ -41,4 +41,4 @@ sources: - https://github.com/hirosystems/stacks-blockchain-api - https://docs.hiro.so/api - https://docs.hiro.so/get-started/stacks-blockchain-api -version: 5.0.3 +version: 5.0.4 diff --git a/hirosystems/stacks-blockchain-api/values.yaml b/hirosystems/stacks-blockchain-api/values.yaml index c7ebf81..75e4203 100644 --- a/hirosystems/stacks-blockchain-api/values.yaml +++ b/hirosystems/stacks-blockchain-api/values.yaml @@ -547,7 +547,7 @@ apiWriter: ## 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) @@ -556,8 +556,8 @@ apiWriter: ## 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. diff --git a/hirosystems/stacks-blockchain/Chart.lock b/hirosystems/stacks-blockchain/Chart.lock index 38ae91a..329fec6 100644 --- a/hirosystems/stacks-blockchain/Chart.lock +++ b/hirosystems/stacks-blockchain/Chart.lock @@ -1,7 +1,7 @@ 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 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.