diff --git a/incubator/kitchenowl/0.0.1/CHANGELOG.md b/incubator/kitchenowl/0.0.1/CHANGELOG.md deleted file mode 100644 index 24602be7a0..0000000000 --- a/incubator/kitchenowl/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changelog - - - -## [kitchenowl-0.0.1]kitchenowl-0.0.1 (2022-07-30) - -### Feat - -- add kitchenowl ([#3353](https://github.com/truecharts/apps/issues/3353)) - - \ No newline at end of file diff --git a/incubator/kitchenowl/0.0.2/CHANGELOG.md b/incubator/kitchenowl/0.0.2/CHANGELOG.md new file mode 100644 index 0000000000..15cc5e113e --- /dev/null +++ b/incubator/kitchenowl/0.0.2/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + + + +## [kitchenowl-0.0.2](https://github.com/truecharts/apps/compare/kitchenowl-0.0.1...kitchenowl-0.0.2) (2022-08-01) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- Specify FRONT_URL env var ([#3371](https://github.com/truecharts/apps/issues/3371)) + + + + +## [kitchenowl-0.0.1]kitchenowl-0.0.1 (2022-07-30) + +### Feat + +- add kitchenowl ([#3353](https://github.com/truecharts/apps/issues/3353)) diff --git a/incubator/kitchenowl/0.0.1/Chart.lock b/incubator/kitchenowl/0.0.2/Chart.lock similarity index 80% rename from incubator/kitchenowl/0.0.1/Chart.lock rename to incubator/kitchenowl/0.0.2/Chart.lock index 58f5800fb2..5267133cd9 100644 --- a/incubator/kitchenowl/0.0.1/Chart.lock +++ b/incubator/kitchenowl/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.8 digest: sha256:57e44481adb7fd605739fb266e38ae0c04f147ec6de12d4423545322e1461bad -generated: "2022-07-30T13:21:00.02420438Z" +generated: "2022-08-01T20:28:58.209986564Z" diff --git a/incubator/kitchenowl/0.0.1/Chart.yaml b/incubator/kitchenowl/0.0.2/Chart.yaml similarity index 88% rename from incubator/kitchenowl/0.0.1/Chart.yaml rename to incubator/kitchenowl/0.0.2/Chart.yaml index 8cbac7aa6a..040a9cd2d0 100644 --- a/incubator/kitchenowl/0.0.1/Chart.yaml +++ b/incubator/kitchenowl/0.0.2/Chart.yaml @@ -19,9 +19,10 @@ maintainers: url: https://truecharts.org name: kitchenowl sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kitchenowl - https://tombursch.github.io/kitchenowl type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/incubator/kitchenowl/0.0.1/README.md b/incubator/kitchenowl/0.0.2/README.md similarity index 96% rename from incubator/kitchenowl/0.0.1/README.md rename to incubator/kitchenowl/0.0.2/README.md index 31300ed2bd..16b29302a3 100644 --- a/incubator/kitchenowl/0.0.1/README.md +++ b/incubator/kitchenowl/0.0.2/README.md @@ -1,6 +1,6 @@ # kitchenowl -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square) +![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square) KitchenOwl is a smart self-hosted grocery list and recipe manager. @@ -13,6 +13,7 @@ For more information, please click here: [kitchenowl](https://truecharts.org/doc ## Source Code +* * ## Requirements diff --git a/incubator/kitchenowl/0.0.1/app-readme.md b/incubator/kitchenowl/0.0.2/app-readme.md similarity index 72% rename from incubator/kitchenowl/0.0.1/app-readme.md rename to incubator/kitchenowl/0.0.2/app-readme.md index 1ff817123a..5d519055a2 100644 --- a/incubator/kitchenowl/0.0.1/app-readme.md +++ b/incubator/kitchenowl/0.0.2/app-readme.md @@ -1,6 +1,6 @@ KitchenOwl is a smart self-hosted grocery list and recipe manager. -This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/incubator/kitchenowl +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/kitchenowl](https://truecharts.org/docs/charts/incubator/kitchenowl) --- diff --git a/incubator/kitchenowl/0.0.1/charts/common-10.4.8.tgz b/incubator/kitchenowl/0.0.2/charts/common-10.4.8.tgz similarity index 100% rename from incubator/kitchenowl/0.0.1/charts/common-10.4.8.tgz rename to incubator/kitchenowl/0.0.2/charts/common-10.4.8.tgz diff --git a/incubator/kitchenowl/0.0.1/ix_values.yaml b/incubator/kitchenowl/0.0.2/ix_values.yaml similarity index 100% rename from incubator/kitchenowl/0.0.1/ix_values.yaml rename to incubator/kitchenowl/0.0.2/ix_values.yaml diff --git a/incubator/kitchenowl/0.0.1/questions.yaml b/incubator/kitchenowl/0.0.2/questions.yaml similarity index 99% rename from incubator/kitchenowl/0.0.1/questions.yaml rename to incubator/kitchenowl/0.0.2/questions.yaml index e22289111e..9882784127 100644 --- a/incubator/kitchenowl/0.0.1/questions.yaml +++ b/incubator/kitchenowl/0.0.2/questions.yaml @@ -168,6 +168,20 @@ questions: label: "Value" schema: type: string + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: FRONT_URL + label: "FRONT_URL" + description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com" + schema: + type: string + required: true + default: "" - variable: TZ label: "Timezone" group: "Container Configuration" diff --git a/incubator/kitchenowl/0.0.1/templates/_secrets.tpl b/incubator/kitchenowl/0.0.2/templates/_secrets.tpl similarity index 100% rename from incubator/kitchenowl/0.0.1/templates/_secrets.tpl rename to incubator/kitchenowl/0.0.2/templates/_secrets.tpl diff --git a/incubator/kitchenowl/0.0.1/templates/common.yaml b/incubator/kitchenowl/0.0.2/templates/common.yaml similarity index 100% rename from incubator/kitchenowl/0.0.1/templates/common.yaml rename to incubator/kitchenowl/0.0.2/templates/common.yaml diff --git a/incubator/kitchenowl/0.0.1/values.yaml b/incubator/kitchenowl/0.0.2/values.yaml similarity index 100% rename from incubator/kitchenowl/0.0.1/values.yaml rename to incubator/kitchenowl/0.0.2/values.yaml