diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml index b262ff02..b0cd0fe0 100644 --- a/starship/charts/devnet/defaults.yaml +++ b/starship/charts/devnet/defaults.yaml @@ -82,7 +82,7 @@ defaultChains: coinType: 118 repo: https://github.com/CosmWasm/wasmd cosmoshub: - image: ghcr.io/cosmology-tech/starship/gaia:v14.1.0 + image: ghcr.io/cosmology-tech/starship/gaia:v17.2.0 home: /root/.gaia binary: gaiad prefix: cosmos diff --git a/starship/tests/e2e/configs/agoric.yaml b/starship/tests/e2e/configs/agoric.yaml index bdb318bb..de201539 100644 --- a/starship/tests/e2e/configs/agoric.yaml +++ b/starship/tests/e2e/configs/agoric.yaml @@ -15,7 +15,6 @@ chains: memory: 2Gi - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1 numValidators: 1 ports: rest: 1317 diff --git a/starship/tests/e2e/configs/evmos.yaml b/starship/tests/e2e/configs/evmos.yaml index 31d75ccb..c7833889 100644 --- a/starship/tests/e2e/configs/evmos.yaml +++ b/starship/tests/e2e/configs/evmos.yaml @@ -9,7 +9,6 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1 numValidators: 1 ports: rest: 1317 diff --git a/starship/tests/e2e/configs/multi-relayer.yaml b/starship/tests/e2e/configs/multi-relayer.yaml index c4981d08..1fc53944 100644 --- a/starship/tests/e2e/configs/multi-relayer.yaml +++ b/starship/tests/e2e/configs/multi-relayer.yaml @@ -10,7 +10,6 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1 numValidators: 1 faucet: enabled: false diff --git a/starship/tests/e2e/configs/neutron-relayer.yaml b/starship/tests/e2e/configs/neutron-relayer.yaml index 97424365..7679ca80 100644 --- a/starship/tests/e2e/configs/neutron-relayer.yaml +++ b/starship/tests/e2e/configs/neutron-relayer.yaml @@ -13,7 +13,6 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v15.0.0 numValidators: 2 ports: rest: 1317 diff --git a/starship/tests/e2e/configs/neutron.yaml b/starship/tests/e2e/configs/neutron.yaml index 1accd8f7..8c336989 100644 --- a/starship/tests/e2e/configs/neutron.yaml +++ b/starship/tests/e2e/configs/neutron.yaml @@ -14,7 +14,6 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v17.2.0 numValidators: 1 ports: rest: 1317 diff --git a/starship/tests/e2e/configs/one-chain-cometmock.yaml b/starship/tests/e2e/configs/one-chain-cometmock.yaml index 7223e5b0..cb6eb8df 100644 --- a/starship/tests/e2e/configs/one-chain-cometmock.yaml +++ b/starship/tests/e2e/configs/one-chain-cometmock.yaml @@ -12,7 +12,7 @@ chains: enabled: false cometmock: enabled: true - image: ghcr.io/informalsystems/cometmock:v0.34.x + image: ghcr.io/informalsystems/cometmock:v0.37.x resources: wait: diff --git a/starship/tests/e2e/configs/two-chain-cometmock.yaml b/starship/tests/e2e/configs/two-chain-cometmock.yaml index 04acc0d7..2a448c10 100644 --- a/starship/tests/e2e/configs/two-chain-cometmock.yaml +++ b/starship/tests/e2e/configs/two-chain-cometmock.yaml @@ -17,7 +17,7 @@ chains: enabled: false cometmock: enabled: true - image: ghcr.io/informalsystems/cometmock:v0.34.x + image: ghcr.io/informalsystems/cometmock:v0.37.x ports: rpc: 26657 exposer: 38087