diff --git a/hirosystems/stacks-blockchain-api/Chart.lock b/hirosystems/stacks-blockchain-api/Chart.lock index 409c99e..ffafdbb 100644 --- a/hirosystems/stacks-blockchain-api/Chart.lock +++ b/hirosystems/stacks-blockchain-api/Chart.lock @@ -1,12 +1,12 @@ 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 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.14.1 -digest: sha256:325010ee8a70950c54a483a183fb615225df2198b768d913de4e6cf965e996af -generated: "2023-12-26T14:39:54.669372-05:00" + version: 2.16.0 +digest: sha256:090d71ded94fcd798dd5757941ad15dbea2af064018949fbaab7359d8ad6c177 +generated: "2024-02-16T11:40:35.189029-08:00" 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.