diff --git a/incubator/answer/0.0.1/CHANGELOG.md b/incubator/answer/0.0.1/CHANGELOG.md deleted file mode 100644 index 5883315e4a1..00000000000 --- a/incubator/answer/0.0.1/CHANGELOG.md +++ /dev/null @@ -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) - diff --git a/incubator/answer/0.0.1/app-changelog.md b/incubator/answer/0.0.1/app-changelog.md deleted file mode 100644 index d7ca39de75f..00000000000 --- a/incubator/answer/0.0.1/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [answer-0.0.1]answer-0.0.1 (2023-11-01) - diff --git a/incubator/answer/0.0.2/CHANGELOG.md b/incubator/answer/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..f6cff882ee2 --- /dev/null +++ b/incubator/answer/0.0.2/CHANGELOG.md @@ -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) + diff --git a/incubator/answer/0.0.1/Chart.yaml b/incubator/answer/0.0.2/Chart.yaml similarity index 98% rename from incubator/answer/0.0.1/Chart.yaml rename to incubator/answer/0.0.2/Chart.yaml index 7772f3bb933..8f29b39727a 100644 --- a/incubator/answer/0.0.1/Chart.yaml +++ b/incubator/answer/0.0.2/Chart.yaml @@ -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" diff --git a/incubator/answer/0.0.1/README.md b/incubator/answer/0.0.2/README.md similarity index 100% rename from incubator/answer/0.0.1/README.md rename to incubator/answer/0.0.2/README.md diff --git a/incubator/answer/0.0.2/app-changelog.md b/incubator/answer/0.0.2/app-changelog.md new file mode 100644 index 00000000000..e44874ef190 --- /dev/null +++ b/incubator/answer/0.0.2/app-changelog.md @@ -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 + + \ No newline at end of file diff --git a/incubator/answer/0.0.1/app-readme.md b/incubator/answer/0.0.2/app-readme.md similarity index 100% rename from incubator/answer/0.0.1/app-readme.md rename to incubator/answer/0.0.2/app-readme.md diff --git a/incubator/answer/0.0.1/charts/common-14.2.1.tgz b/incubator/answer/0.0.2/charts/common-14.2.1.tgz similarity index 100% rename from incubator/answer/0.0.1/charts/common-14.2.1.tgz rename to incubator/answer/0.0.2/charts/common-14.2.1.tgz diff --git a/incubator/answer/0.0.1/ix_values.yaml b/incubator/answer/0.0.2/ix_values.yaml similarity index 91% rename from incubator/answer/0.0.1/ix_values.yaml rename to incubator/answer/0.0.2/ix_values.yaml index 79b7fe9f439..f618b8f68c0 100644 --- a/incubator/answer/0.0.1/ix_values.yaml +++ b/incubator/answer/0.0.2/ix_values.yaml @@ -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: diff --git a/incubator/answer/0.0.1/questions.yaml b/incubator/answer/0.0.2/questions.yaml similarity index 100% rename from incubator/answer/0.0.1/questions.yaml rename to incubator/answer/0.0.2/questions.yaml diff --git a/incubator/answer/0.0.1/templates/NOTES.txt b/incubator/answer/0.0.2/templates/NOTES.txt similarity index 100% rename from incubator/answer/0.0.1/templates/NOTES.txt rename to incubator/answer/0.0.2/templates/NOTES.txt diff --git a/incubator/answer/0.0.1/templates/common.yaml b/incubator/answer/0.0.2/templates/common.yaml similarity index 100% rename from incubator/answer/0.0.1/templates/common.yaml rename to incubator/answer/0.0.2/templates/common.yaml diff --git a/incubator/answer/0.0.1/values.yaml b/incubator/answer/0.0.2/values.yaml similarity index 100% rename from incubator/answer/0.0.1/values.yaml rename to incubator/answer/0.0.2/values.yaml