Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-01 01:41:42 +00:00
parent 47f5405ccf
commit 3e5669aa25
13 changed files with 31 additions and 14 deletions

View File

@ -1,8 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [answer-0.0.1]answer-0.0.1 (2023-11-01)

View File

@ -1,4 +0,0 @@
## [answer-0.0.1]answer-0.0.1 (2023-11-01)

View File

@ -0,0 +1,17 @@
**Important:**
*for the complete changelog, please refer to the website*
## [answer-0.0.2](https://github.com/truecharts/charts/compare/answer-0.0.1...answer-0.0.2) (2023-11-01)
### Fix
- fix install
## [answer-0.0.1]answer-0.0.1 (2023-11-01)

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer - https://github.com/truecharts/charts/tree/master/charts/incubator/answer
- https://github.com/answerdev/answer - https://github.com/answerdev/answer
type: application type: application
version: 0.0.1 version: 0.0.2
annotations: annotations:
truecharts.org/catagories: forum truecharts.org/catagories: forum
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [answer-0.0.2](https://github.com/truecharts/charts/compare/answer-0.0.1...answer-0.0.2) (2023-11-01)
### Fix
- fix install

View File

@ -9,6 +9,7 @@ service:
main: main:
protocol: http protocol: http
port: 9080 port: 9080
targetPort: 80
answer: answer:
app: app:
@ -38,7 +39,9 @@ workload:
type: tcp type: tcp
env: env:
AUTO_INSTALL: true AUTO_INSTALL: true
INSTALL_PORT: "{{ .Values.service.main.ports.main.port }}" # Don't change this, its only used for the initial install
# Does not alter the port the app listens on
INSTALL_PORT: 80
DB_TYPE: postgres DB_TYPE: postgres
DB_USERNAME: "{{ .Values.cnpg.main.user }}" DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_PASSWORD: DB_PASSWORD: