Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
47f5405ccf
commit
3e5669aa25
|
@ -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)
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [answer-0.0.1]answer-0.0.1 (2023-11-01)
|
||||
|
|
@ -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)
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/answer
|
||||
- https://github.com/answerdev/answer
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: forum
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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
|
||||
|
||||
|
|
@ -9,6 +9,7 @@ service:
|
|||
main:
|
||||
protocol: http
|
||||
port: 9080
|
||||
targetPort: 80
|
||||
|
||||
answer:
|
||||
app:
|
||||
|
@ -38,7 +39,9 @@ workload:
|
|||
type: tcp
|
||||
env:
|
||||
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_USERNAME: "{{ .Values.cnpg.main.user }}"
|
||||
DB_PASSWORD:
|
Loading…
Reference in New Issue