Skip to content

Commit

Permalink
[BLOCK-2276] update default values (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra authored Apr 24, 2024
1 parent 59bf5f6 commit f57a3c4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/firehose-antelope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 0.1.0
description: A Helm chart for firehose-antelope components
name: firehose-antelope
type: application
version: 1.0.3
version: 1.0.4

dependencies:
- name: reader-node
Expand Down
2 changes: 1 addition & 1 deletion charts/firehose-antelope/charts/firehose/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ statefulset:

# For local test
localVolume:
enabled: true
enabled: false
volumeMounts:
- mountPath: "/storage"
name: storage
Expand Down
2 changes: 1 addition & 1 deletion charts/firehose-antelope/charts/merger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ statefulset:

# For local test
localVolume:
enabled: true
enabled: false
volumeMounts:
- mountPath: "/storage"
name: storage
Expand Down
2 changes: 1 addition & 1 deletion charts/firehose-antelope/charts/reader-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ statefulset:

# For local test
localVolume:
enabled: true
enabled: false
volumeMounts:
- mountPath: "/storage"
name: storage
Expand Down
2 changes: 1 addition & 1 deletion charts/firehose-antelope/charts/relayer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ deployment:

# For local test
localVolume:
enabled: true
enabled: false
volumeMounts:
- mountPath: "/storage"
name: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ statefulset:

# For local test
localVolume:
enabled: true
enabled: false
volumeMounts:
- mountPath: "/storage"
name: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ statefulset:

# For local test
localVolume:
enabled: true
enabled: false
volumeMounts:
- mountPath: "/storage"
name: storage
Expand Down

0 comments on commit f57a3c4

Please sign in to comment.