Skip to content

Commit b14c24a

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--api-v3
2 parents d6056d1 + 992bc94 commit b14c24a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

environments/main-s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ global:
1515
apiSecretName: cfg-api-v3-rpc-keys
1616
dbSecretName: cfg-api-v3-main-postgres-app
1717
indexer:
18-
enabled: false
18+
enabled: true
1919
image:
20-
tag: sha-c4b7b12
20+
tag: sha-0bca82a
2121
query:
2222
enabled: true
2323
image:
24-
tag: sha-c4b7b12
24+
tag: sha-0bca82a
2525
replicaCount: 1
2626
ingress:
2727
enabled: true

environments/test-s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ global:
99
apiSecretName: cfg-api-v3-rpc-keys
1010
dbSecretName: cfg-api-v3-test-postgres-app
1111
indexer:
12-
enabled: false
12+
enabled: true
1313
image:
14-
tag: sha-c4b7b12
14+
tag: sha-0bca82a
1515
query:
1616
enabled: true
1717
image:
18-
tag: sha-c4b7b12
18+
tag: sha-0bca82a
1919
replicaCount: 1
2020
ingress:
2121
enabled: true

0 commit comments

Comments
 (0)