Skip to content

Commit

Permalink
[stacks-blockchain-api] 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 9a9b649 commit 8e3d0aa
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-api/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions hirosystems/stacks-blockchain-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 8e3d0aa

Please sign in to comment.