Skip to content

Commit 8c96ea2

Browse files
committed
fix: add switch collection to default values of credits chart
1 parent 5d83c5a commit 8c96ea2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/hub-credits/Chart.yaml

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

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

charts/hub-credits/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ creditSheet: |-
136136
137137
[UpdateMint]
138138
solana = 0
139-
polygon = 0
139+
140+
[SwitchCollection]
141+
solana = 10
140142
141143
environment:
142144
logLevel: "info"

0 commit comments

Comments
 (0)