From bd5fa67fec564e5c93247852b15eec1004532e30 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 6 Dec 2023 18:36:23 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/outline/8.0.14/app-changelog.md | 12 -- stable/outline/{8.0.14 => 8.1.0}/CHANGELOG.md | 18 +- stable/outline/{8.0.14 => 8.1.0}/Chart.yaml | 6 +- stable/outline/{8.0.14 => 8.1.0}/LICENSE | 0 stable/outline/{8.0.14 => 8.1.0}/README.md | 0 stable/outline/8.1.0/app-changelog.md | 9 + .../outline/{8.0.14 => 8.1.0}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{8.0.14 => 8.1.0}/charts/redis-6.0.66.tgz | Bin .../outline/{8.0.14 => 8.1.0}/ix_values.yaml | 2 +- .../outline/{8.0.14 => 8.1.0}/questions.yaml | 194 ++++++++++++++++++ .../{8.0.14 => 8.1.0}/templates/NOTES.txt | 0 .../{8.0.14 => 8.1.0}/templates/_secrets.tpl | 0 .../{8.0.14 => 8.1.0}/templates/common.yaml | 0 stable/outline/{8.0.14 => 8.1.0}/values.yaml | 0 15 files changed, 216 insertions(+), 25 deletions(-) delete mode 100644 stable/outline/8.0.14/app-changelog.md rename stable/outline/{8.0.14 => 8.1.0}/CHANGELOG.md (88%) rename stable/outline/{8.0.14 => 8.1.0}/Chart.yaml (97%) rename stable/outline/{8.0.14 => 8.1.0}/LICENSE (100%) rename stable/outline/{8.0.14 => 8.1.0}/README.md (100%) create mode 100644 stable/outline/8.1.0/app-changelog.md rename stable/outline/{8.0.14 => 8.1.0}/app-readme.md (100%) rename stable/outline/{8.0.14 => 8.1.0}/charts/common-14.3.5.tgz (100%) rename stable/outline/{8.0.14 => 8.1.0}/charts/redis-6.0.66.tgz (100%) rename stable/outline/{8.0.14 => 8.1.0}/ix_values.yaml (97%) rename stable/outline/{8.0.14 => 8.1.0}/questions.yaml (93%) rename stable/outline/{8.0.14 => 8.1.0}/templates/NOTES.txt (100%) rename stable/outline/{8.0.14 => 8.1.0}/templates/_secrets.tpl (100%) rename stable/outline/{8.0.14 => 8.1.0}/templates/common.yaml (100%) rename stable/outline/{8.0.14 => 8.1.0}/values.yaml (100%) diff --git a/stable/outline/8.0.14/app-changelog.md b/stable/outline/8.0.14/app-changelog.md deleted file mode 100644 index 48e9eb4f41..0000000000 --- a/stable/outline/8.0.14/app-changelog.md +++ /dev/null @@ -1,12 +0,0 @@ - - -## [outline-8.0.14](https://github.com/truecharts/charts/compare/outline-8.0.13...outline-8.0.14) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - fix annotations again - - update annotations - - cleanup chart.yaml and add min-max scale version - - \ No newline at end of file diff --git a/stable/outline/8.0.14/CHANGELOG.md b/stable/outline/8.1.0/CHANGELOG.md similarity index 88% rename from stable/outline/8.0.14/CHANGELOG.md rename to stable/outline/8.1.0/CHANGELOG.md index c0bda4a50f..a891dda1ad 100644 --- a/stable/outline/8.0.14/CHANGELOG.md +++ b/stable/outline/8.1.0/CHANGELOG.md @@ -4,6 +4,15 @@ +## [outline-8.1.0](https://github.com/truecharts/charts/compare/outline-8.0.14...outline-8.1.0) (2023-12-06) + +### Chore + +- update container image outlinewiki/outline to v0.74.0[@f630dfb](https://github.com/f630dfb) ([#15817](https://github.com/truecharts/charts/issues/15817)) + + + + ## [outline-8.0.14](https://github.com/truecharts/charts/compare/outline-8.0.13...outline-8.0.14) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ### Fix -- fetch from the correct secret - - - - -## [outline-8.0.5](https://github.com/truecharts/charts/compare/outline-8.0.4...outline-8.0.5) (2023-10-15) - -### Chore - diff --git a/stable/outline/8.0.14/Chart.yaml b/stable/outline/8.1.0/Chart.yaml similarity index 97% rename from stable/outline/8.0.14/Chart.yaml rename to stable/outline/8.1.0/Chart.yaml index 0760d7f767..49241e1f34 100644 --- a/stable/outline/8.0.14/Chart.yaml +++ b/stable/outline/8.1.0/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: outline -version: 8.0.14 -appVersion: 0.73.1 +version: 8.1.0 +appVersion: 0.74.0 description: A fast, collaborative, knowledge base for your team built using React and Node.js. @@ -10,9 +10,9 @@ home: https://truecharts.org/charts/stable/outline icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png deprecated: false sources: + - https://github.com/outline/outline - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline - - https://github.com/outline/outline maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/outline/8.0.14/LICENSE b/stable/outline/8.1.0/LICENSE similarity index 100% rename from stable/outline/8.0.14/LICENSE rename to stable/outline/8.1.0/LICENSE diff --git a/stable/outline/8.0.14/README.md b/stable/outline/8.1.0/README.md similarity index 100% rename from stable/outline/8.0.14/README.md rename to stable/outline/8.1.0/README.md diff --git a/stable/outline/8.1.0/app-changelog.md b/stable/outline/8.1.0/app-changelog.md new file mode 100644 index 0000000000..24b4aae9fa --- /dev/null +++ b/stable/outline/8.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [outline-8.1.0](https://github.com/truecharts/charts/compare/outline-8.0.14...outline-8.1.0) (2023-12-06) + +### Chore + +- update container image outlinewiki/outline to v0.74.0[@f630dfb](https://github.com/f630dfb) ([#15817](https://github.com/truecharts/charts/issues/15817)) + + \ No newline at end of file diff --git a/stable/outline/8.0.14/app-readme.md b/stable/outline/8.1.0/app-readme.md similarity index 100% rename from stable/outline/8.0.14/app-readme.md rename to stable/outline/8.1.0/app-readme.md diff --git a/stable/outline/8.0.14/charts/common-14.3.5.tgz b/stable/outline/8.1.0/charts/common-14.3.5.tgz similarity index 100% rename from stable/outline/8.0.14/charts/common-14.3.5.tgz rename to stable/outline/8.1.0/charts/common-14.3.5.tgz diff --git a/stable/outline/8.0.14/charts/redis-6.0.66.tgz b/stable/outline/8.1.0/charts/redis-6.0.66.tgz similarity index 100% rename from stable/outline/8.0.14/charts/redis-6.0.66.tgz rename to stable/outline/8.1.0/charts/redis-6.0.66.tgz diff --git a/stable/outline/8.0.14/ix_values.yaml b/stable/outline/8.1.0/ix_values.yaml similarity index 97% rename from stable/outline/8.0.14/ix_values.yaml rename to stable/outline/8.1.0/ix_values.yaml index 627057506c..8ba1665c59 100644 --- a/stable/outline/8.0.14/ix_values.yaml +++ b/stable/outline/8.1.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: outlinewiki/outline pullPolicy: IfNotPresent - tag: 0.73.1@sha256:24c03e003aa3b89655184c8ea0a375f8ca3555c97acd931c7a8b53d99704e19c + tag: 0.74.0@sha256:f630dfbf53ce61c0742052571cef6938a755f04c9001b51785621be9cb7e5581 service: main: ports: diff --git a/stable/outline/8.0.14/questions.yaml b/stable/outline/8.1.0/questions.yaml similarity index 93% rename from stable/outline/8.0.14/questions.yaml rename to stable/outline/8.1.0/questions.yaml index 4252fe2535..dfa76956a5 100644 --- a/stable/outline/8.0.14/questions.yaml +++ b/stable/outline/8.1.0/questions.yaml @@ -514,6 +514,44 @@ questions: schema: type: string required: true + + - variable: imagePullSecretList + group: "General Settings" + label: "Image Pull Secrets" + schema: + type: list + default: [] + items: + - variable: pullsecretentry + label: "Pull Secret" + schema: + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" - variable: service group: Networking and Services label: Configure Service(s) @@ -837,6 +875,82 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" + - variable: iscsi + label: iSCSI Options + schema: + show_if: [["type", "=", "iscsi"]] + type: dict + additional_attrs: true + attrs: + - variable: targetPortal + label: targetPortal + schema: + type: string + required: true + default: "" + - variable: iqn + label: iqn + schema: + type: string + required: true + default: "" + - variable: lun + label: lun + schema: + type: int + default: 0 + - variable: authSession + label: authSession + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" + - variable: authDiscovery + label: authDiscovery + schema: + type: dict + additional_attrs: true + attrs: + - variable: username + label: username + schema: + type: string + default: "" + - variable: password + label: password + schema: + type: string + default: "" + - variable: usernameInitiator + label: usernameInitiator + schema: + type: string + default: "" + - variable: passwordInitiator + label: passwordInitiator + schema: + type: string + default: "" - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -1085,6 +1199,46 @@ questions: type: string default: "" required: true + - variable: integration + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] - variable: advanced label: Show Advanced Settings description: Advanced settings are not covered by TrueCharts Support @@ -1312,6 +1466,46 @@ questions: type: string show_if: [["certificateIssuer", "=", ""]] default: "" + - variable: integration + label: Integrations + description: Connect ingress with other charts + schema: + additional_attrs: true + type: dict + attrs: + - variable: homepage + label: Homepage + description: Connect ingress with Homepage + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + - variable: name + label: Name + description: defaults to chartname + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: description + label: Description + description: defaults to chart description + schema: + type: string + default: "" + show_if: [["enabled", "=", true]] + - variable: group + label: Group + schema: + type: string + required: true + default: "default" + show_if: [["enabled", "=", true]] - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider diff --git a/stable/outline/8.0.14/templates/NOTES.txt b/stable/outline/8.1.0/templates/NOTES.txt similarity index 100% rename from stable/outline/8.0.14/templates/NOTES.txt rename to stable/outline/8.1.0/templates/NOTES.txt diff --git a/stable/outline/8.0.14/templates/_secrets.tpl b/stable/outline/8.1.0/templates/_secrets.tpl similarity index 100% rename from stable/outline/8.0.14/templates/_secrets.tpl rename to stable/outline/8.1.0/templates/_secrets.tpl diff --git a/stable/outline/8.0.14/templates/common.yaml b/stable/outline/8.1.0/templates/common.yaml similarity index 100% rename from stable/outline/8.0.14/templates/common.yaml rename to stable/outline/8.1.0/templates/common.yaml diff --git a/stable/outline/8.0.14/values.yaml b/stable/outline/8.1.0/values.yaml similarity index 100% rename from stable/outline/8.0.14/values.yaml rename to stable/outline/8.1.0/values.yaml