Skip to content

Commit

Permalink
Merge pull request #9 from vector-im/guillaumev/config-fix
Browse files Browse the repository at this point in the history
Fix a typo on the ConfigMap
  • Loading branch information
guillaumevillemont authored Jul 7, 2023
2 parents 5e686c0 + 2b475ac commit 866b200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/element-call/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application

# This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.2
version: 0.1.3

# This version number should be incremented each time you make changes
# to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/element-call/templates/config-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ data:
},
"rageshake": {
"submit_url": "{{ .Values.config.rageshake.submit_url }}"
}
},
"eula": "{{ .Values.config.eula_url }}"
}

0 comments on commit 866b200

Please sign in to comment.