Skip to content
Snippets Groups Projects
Unverified Commit 6c612cc6 authored by zzamzam's avatar zzamzam Committed by GitHub
Browse files

Fix/remark42 (#919)


* Remark42. Allow to enable smtp but do not provide credentials to send emails without auth

* Remark42. Fix some wrong oauth credentials insertion from chart to env values

* Incremented chart version and added releasnotes

Co-authored-by: default avatarGoeran Poehner <goeran.poehner@gmail.com>
parent ac6f2094
Branches
Tags 37.404.0
No related merge requests found
...@@ -7,7 +7,7 @@ type: application ...@@ -7,7 +7,7 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.3.3 version: 0.3.4
appVersion: "v1.9.0" appVersion: "v1.9.0"
......
# Remark42 # Remark42
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.9.0](https://img.shields.io/badge/AppVersion-v1.9.0-informational?style=flat-square) ![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.9.0](https://img.shields.io/badge/AppVersion-v1.9.0-informational?style=flat-square)
A Helm chart for Remark42 on Kubernetes A Helm chart for Remark42 on Kubernetes
......
...@@ -4,4 +4,5 @@ ...@@ -4,4 +4,5 @@
| :------------ | :---------- | :----------------- | | :------------ | :---------- | :----------------- |
| 0.3.2 | v1.9.0 | Fixed ingress API detection | | 0.3.2 | v1.9.0 | Fixed ingress API detection |
| 0.3.3 | v1.9.0 | Updated chart dependencies | | 0.3.3 | v1.9.0 | Updated chart dependencies |
| 0.3.4 | v1.9.0 | Fixed auth. configuration |
| | | | | | | |
...@@ -29,19 +29,19 @@ data: ...@@ -29,19 +29,19 @@ data:
AUTH_GITHUB_CSEC: {{ .github.secret | b64enc }} AUTH_GITHUB_CSEC: {{ .github.secret | b64enc }}
{{- end }} {{- end }}
{{- if .facebook.enabled }} {{- if .facebook.enabled }}
AUTH_FACEBOOK_CID: {{ .gitlab.key | b64enc }} AUTH_FACEBOOK_CID: {{ .facebook.key | b64enc }}
AUTH_FACEBOOK_CSEC: {{ .gitlab.secret | b64enc }} AUTH_FACEBOOK_CSEC: {{ .facebook.secret | b64enc }}
{{- end }} {{- end }}
{{- if .twitter.enabled }} {{- if .twitter.enabled }}
AUTH_TWITTER_CID: {{ .twitter.key | b64enc }} AUTH_TWITTER_CID: {{ .twitter.key | b64enc }}
AUTH_TWITTER_CSEC: {{ .twitter.secret | b64enc }} AUTH_TWITTER_CSEC: {{ .twitter.secret | b64enc }}
{{- end }} {{- end }}
{{- if .microsoft.enabled }} {{- if .microsoft.enabled }}
AUTH_MICROSOFT_CID: {{ .twitter.key | b64enc }} AUTH_MICROSOFT_CID: {{ .microsoft.key | b64enc }}
AUTH_MICROSOFT_CSEC: {{ .twitter.secret | b64enc }} AUTH_MICROSOFT_CSEC: {{ .microsoft.secret | b64enc }}
{{- end }} {{- end }}
{{- if .yandex.enabled }} {{- if .yandex.enabled }}
AUTH_YANDEX_CID: {{ .twitter.key | b64enc }} AUTH_YANDEX_CID: {{ .yandex.key | b64enc }}
AUTH_YANDEX_CSEC: {{ .twitter.secret | b64enc }} AUTH_YANDEX_CSEC: {{ .yandex.secret | b64enc }}
{{- end }} {{- end }}
{{- end }} {{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment