Skip to content

Commit

Permalink
[charts-all] replace bitnami-shell with os-shell (#17)
Browse files Browse the repository at this point in the history
* replace bitnami-shell with os-shell
* use the latest os-shell tag
  • Loading branch information
deantchi authored Feb 15, 2024
1 parent f6d495b commit 8f4a729
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion hirosystems/bitcoin-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions hirosystems/bitcoin-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain-api/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hirosystems/stacks-blockchain/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions hirosystems/stacks-blockchain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 8f4a729

Please sign in to comment.