diff --git a/charts/hub-credits/Chart.yaml b/charts/hub-credits/Chart.yaml index 699591c..ccd04b8 100644 --- a/charts/hub-credits/Chart.yaml +++ b/charts/hub-credits/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hub-credits/templates/credit-sheet-cm.yaml b/charts/hub-credits/templates/credit-sheet-cm.yaml index cac2f10..7d66c61 100644 --- a/charts/hub-credits/templates/credit-sheet-cm.yaml +++ b/charts/hub-credits/templates/credit-sheet-cm.yaml @@ -3,5 +3,5 @@ kind: ConfigMap metadata: name: {{ include "hub-credits.fullname" $ }}-credit-sheet data: - credit-sheet.toml: |- - {{- .Values.creditSheet | indent 4 }} \ No newline at end of file + credit-sheet.toml: |2- + {{ .Values.creditSheet | indent 4 }} diff --git a/charts/hub-credits/values.yaml b/charts/hub-credits/values.yaml index e2a4b58..9ef8d27 100644 --- a/charts/hub-credits/values.yaml +++ b/charts/hub-credits/values.yaml @@ -78,7 +78,7 @@ secrets: databaseUrl: "" kafkaPassword: "" -creditSheet: |- +creditSheet: |- [MintEdition] solana = 5 polygon = 10