Skip to content

Commit c7ac3f4

Browse files
committed
mpw/nfts-polygon-update
1 parent d1dabf9 commit c7ac3f4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

charts/hub-nfts-polygon/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.4.0
21+
version: 0.4.1
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-nfts-polygon/templates/environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ data:
66
{{- with .Values.environment }}
77
PORT: {{ .port | quote }}
88
POLYGON_EDITION_CONTRACT: {{ required "must set polygon edition contract address" .polygonEditionContractAddress | quote }}
9+
CONTRACT_DEPLOYER: {{ required "must set polygon edition contract address" .polygonContractDeployer | quote }}
910
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
1011
KAFKA_USERNAME: {{ required "must set kafka username" .kafkaUsername | quote }}
1112
KAFKA_SSL: {{ required "must set kafka ssl" .kafkaSsl | quote }}

charts/hub-nfts-polygon/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ environment:
108108
kafkaUsername: ""
109109
kafkaSsl: false
110110
polygonEditionContractAddress: ""
111+
polygonContractDeployer: ""

0 commit comments

Comments
 (0)