Skip to content

Commit

Permalink
update helm
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaiSandor committed Sep 22, 2022
1 parent 9c7b745 commit a2a0e87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.0.11
version: 0.0.12

# 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
12 changes: 4 additions & 8 deletions charts/platform/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,12 @@ spec:
value: {{ .Values.image.ethContractAddress | quote }}
- name: ETH_MINT_TOPIC
value: {{ .Values.image.ethMintTopic | quote }}
- name: ETH_PRIVATE_TOPIC
value: {{ .Values.image.ethPrivateTopic | quote }}
- name: ETH_SYSTEM_TOPIC
value: {{ .Values.image.ethSystemTopic | quote }}
- name: ETH_SYSTEM_EVENT
value: {{ .Values.image.ethSystemEvent | quote }}
- name: ETH_STATE_TOPIC
value: {{ .Values.image.ethStateTopic | quote }}
- name: ETH_STATE_EVENT
value: {{ .Values.image.ethStateEvent | quote }}
- name: ETH_MINT_EVENT
value: {{ .Values.image.ethMintEvent | quote }}
- name: ETH_PRIVATE_EVENT
value: {{ .Values.image.ethPrivateEvent | quote }}
- name: CITY_DOMAIN
value: {{ .Values.image.cityDomain | quote }}
- name: NFT_BUCKET
Expand Down
6 changes: 2 additions & 4 deletions charts/platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ image:
ethGatewayKey: ""
ethContractAddress: ""
ethMintTopic: ""
ethPrivateTopic: ""
ethSystemTopic: ""
ethSystemEvent: ""
ethStateTopic: ""
ethStateEvent: ""
ethMintEvent: ""
ethPrivateEvent: ""
cityDomain: ""
nftBucket: ""
repository: fluidtrendslab/platform
Expand Down

0 comments on commit a2a0e87

Please sign in to comment.