Skip to content

Commit fb0f0f2

Browse files
authored
fix(charts): use release-test images for charts (#94)
1 parent accda65 commit fb0f0f2

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

charts/account-monitor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global:
77

88
images:
99
accountMonitor:
10-
repo: ghcr.io/astriaorg/account-monitor
10+
repo: ghcr.io/astriaorg/account-monitor-release-test
1111
pullPolicy: IfNotPresent
1212
tag: latest
1313
devTag: latest

charts/astrotrek/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ global:
77

88
images:
99
indexer:
10-
repo: ghcr.io/astriaorg/astria-indexer
10+
repo: ghcr.io/astriaorg/astria-indexer-release-test
1111
tag: "0.1.0"
1212
devTag: latest
1313
api:
14-
repo: ghcr.io/astriaorg/astria-indexer-api
14+
repo: ghcr.io/astriaorg/astria-indexer-api-release-test
1515
tag: "0.1.0"
1616
devTag: latest
1717
frontend:
18-
repo: ghcr.io/astriaorg/astrotrek
18+
repo: ghcr.io/astriaorg/astrotrek-release-test
1919
tag: "0.1.0"
2020
devTag: latest
2121

charts/auctioneer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global:
77

88
images:
99
auctioneer:
10-
repo: ghcr.io/astriaorg/auctioneer
10+
repo: ghcr.io/astriaorg/auctioneer-release-test
1111
pullPolicy: IfNotPresent
1212
# TODO - update to latest tag
1313
tag: "pr-1839"

charts/composer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global:
77

88
images:
99
composer:
10-
repo: ghcr.io/astriaorg/composer
10+
repo: ghcr.io/astriaorg/composer-release-test
1111
pullPolicy: IfNotPresent
1212
tag: 1.0.1
1313
devTag: latest

charts/evm-bridge-withdrawer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ global:
1111
# sequencer core images
1212
images:
1313
evmBridgeWithdrawer:
14-
repo: ghcr.io/astriaorg/evm-bridge-withdrawer
14+
repo: ghcr.io/astriaorg/evm-bridge-withdrawer-release-test
1515
pullPolicy: IfNotPresent
1616
tag: 1.0.2
1717
devTag: latest

charts/evm-faucet/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global:
88

99
images:
1010
faucet:
11-
repo: "ghcr.io/astriaorg/ria-faucet"
11+
repo: "ghcr.io/astriaorg/ria-faucet-release-test"
1212
pullPolicy: IfNotPresent
1313
tag: "0.0.1"
1414

charts/evm-rollup/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ global:
2020
# release for that network defined in the helpers file.
2121
images:
2222
geth:
23-
repo: ghcr.io/astriaorg/astria-geth
23+
repo: ghcr.io/astriaorg/astria-geth-release-test
2424
pullPolicy: IfNotPresent
2525
tag: latest
2626
conductor:
27-
repo: ghcr.io/astriaorg/conductor
27+
repo: ghcr.io/astriaorg/conductor-release-test
2828
pullPolicy: IfNotPresent
2929
tag: latest
3030
snapshot:

charts/flame-rollup/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ global:
88

99
images:
1010
geth:
11-
repo: ghcr.io/astriaorg/flame
11+
repo: ghcr.io/astriaorg/flame-release-test
1212
pullPolicy: IfNotPresent
1313
tag: 0.1.0
1414
devTag: latest
1515
conductor:
16-
repo: ghcr.io/astriaorg/conductor
16+
repo: ghcr.io/astriaorg/conductor-release-test
1717
pullPolicy: IfNotPresent
1818
tag: 1.1.0
1919
devTag: latest

charts/sequencer-relayer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ global:
1616
# sequencer core images
1717
images:
1818
sequencerRelayer:
19-
repo: ghcr.io/astriaorg/sequencer-relayer
19+
repo: ghcr.io/astriaorg/sequencer-relayer-release-test
2020
pullPolicy: IfNotPresent
2121
# Only used when global.dev is true OR global.network is set to `custom`
2222
tag: latest

charts/sequencer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ images:
4040
pullPolicy: IfNotPresent
4141
tag: v0.38.17
4242
sequencer:
43-
repo: ghcr.io/astriaorg/sequencer
43+
repo: ghcr.io/astriaorg/sequencer-release-test
4444
pullPolicy: IfNotPresent
4545
tag: latest
4646
priceFeed:

0 commit comments

Comments
 (0)