Skip to content

Commit

Permalink
Merge pull request #61 from holaplex/espi/credits-credit-sheet
Browse files Browse the repository at this point in the history
Espi/credits credit sheet
  • Loading branch information
mpwsh authored May 3, 2023
2 parents 43693c7 + 304b31a commit 7a88e16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hub-credits/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/hub-credits/templates/credit-sheet-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: ConfigMap
metadata:
name: {{ include "hub-credits.fullname" $ }}-credit-sheet
data:
credit-sheet.toml: |-
{{- .Values.creditSheet | indent 4 }}
credit-sheet.toml: |2-
{{ .Values.creditSheet | indent 4 }}
2 changes: 1 addition & 1 deletion charts/hub-credits/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ secrets:
databaseUrl: ""
kafkaPassword: ""

creditSheet: |-
creditSheet: |-
[MintEdition]
solana = 5
polygon = 10
Expand Down

0 comments on commit 7a88e16

Please sign in to comment.