Compare commits

...

2 Commits

Author SHA1 Message Date
chris c27be8aee2
fix(gotosocial): var typo 2022-11-05 03:28:29 +01:00
chris 31d0bd58a2 chore(version): 0.1.0 2022-11-05 03:12:00 +01:00
2 changed files with 17 additions and 2 deletions

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## 0.1.0 - 2022-11-05
#### Bug Fixes
- **(gotosocial)** gtsHost variable - (a10adb9) - chris
- **(gotosocial)** certresolver - (8520277) - chris
- **(gotosocial)** link directory - (0ee2e35) - chris
#### Features
- **(gotosocial)** support ACCOUNT_DOMAIN - (16f2416) - chris
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View File

@ -22,7 +22,7 @@ spec:
- name: GTS_ACCOUNT_DOMAIN
value: {{ default (cat .Release.Name "." .Values.gtsBulkDomain | nospace) .Values.gtsAccountDomain }}
- name: GTS_HOST
value: {{ default (cat .Release.Name "." .Values.gtsBulkDomain | nospace) .Valus.gtsHost }}
value: {{ default (cat .Release.Name "." .Values.gtsBulkDomain | nospace) .Values.gtsHost }}
- name: GTS_APPLICATION_NAME
value: {{ .Release.Name }}-gts
- name: GTS_DB_ADDRESS
@ -50,7 +50,7 @@ spec:
- name: GTS_DB_TYPE
value: sqlite
- name: GTS_HOST
value: {{ default (cat .Release.Name "." .Values.gtsBulkDomain | nospace) .Valus.gtsHost }}
value: {{ default (cat .Release.Name "." .Values.gtsBulkDomain | nospace) .Values.gtsHost }}
- name: GTS_SMTP_FROM
value: noreply@{{ .Values.gtsBulkDomain }}
- name: GTS_SMTP_HOST