Skip to content

Commit 7d26358

Browse files
authored
update docker images for faucet and exposer, cut latest release (#569)
1 parent a4579e1 commit 7d26358

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

starship/charts/devnet/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.18
18+
version: 0.2.19
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

starship/charts/devnet/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ defaultFaucet:
905905
image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.1
906906
concurrency: 5
907907
starship:
908-
image: ghcr.io/cosmology-tech/starship/faucet:20240618-3879943
908+
image: ghcr.io/cosmology-tech/starship/faucet:20241017-a4579e1
909909
concurrency: 5
910910

911911
defaultCometmock:

starship/charts/devnet/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resources:
2525
memory: "100M"
2626

2727
exposer:
28-
image: ghcr.io/cosmology-tech/starship/exposer:20240618-3879943
28+
image: ghcr.io/cosmology-tech/starship/exposer:20240710-870da6e
2929
ports:
3030
rest: 8081
3131
resources:

0 commit comments

Comments
 (0)