diff --git a/incubator/shlink/0.0.1/CHANGELOG.md b/incubator/shlink/0.0.1/CHANGELOG.md deleted file mode 100644 index 8fd7cf8de5..0000000000 --- a/incubator/shlink/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### shlink-0.0.1 (2021-12-27) - -#### Feat - -* Add shlink ([#1616](https://github.com/truecharts/apps/issues/1616)) - diff --git a/incubator/shlink/0.0.2/CHANGELOG.md b/incubator/shlink/0.0.2/CHANGELOG.md new file mode 100644 index 0000000000..72f1cf77f8 --- /dev/null +++ b/incubator/shlink/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [shlink-0.0.2](https://github.com/truecharts/apps/compare/shlink-0.0.1...shlink-0.0.2) (2021-12-28) + +#### Fix + +* protocol is `HTTP` ([#1619](https://github.com/truecharts/apps/issues/1619)) + + + + +### shlink-0.0.1 (2021-12-27) + +#### Feat + +* Add shlink ([#1616](https://github.com/truecharts/apps/issues/1616)) diff --git a/incubator/shlink/0.0.1/CONFIG.md b/incubator/shlink/0.0.2/CONFIG.md similarity index 100% rename from incubator/shlink/0.0.1/CONFIG.md rename to incubator/shlink/0.0.2/CONFIG.md diff --git a/incubator/shlink/0.0.1/Chart.lock b/incubator/shlink/0.0.2/Chart.lock similarity index 87% rename from incubator/shlink/0.0.1/Chart.lock rename to incubator/shlink/0.0.2/Chart.lock index 25a0b2d2dc..caa65b1579 100644 --- a/incubator/shlink/0.0.1/Chart.lock +++ b/incubator/shlink/0.0.2/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://truecharts.org/ version: 1.0.42 digest: sha256:eddc56f74d3cb825cd9946db6c5badf2cc1e72628b22a4e22a65738f0bc50907 -generated: "2021-12-27T12:42:00.033954298Z" +generated: "2021-12-28T11:52:14.697848618Z" diff --git a/incubator/shlink/0.0.1/Chart.yaml b/incubator/shlink/0.0.2/Chart.yaml similarity index 98% rename from incubator/shlink/0.0.1/Chart.yaml rename to incubator/shlink/0.0.2/Chart.yaml index 7fcc2d3fba..7b72f69efe 100644 --- a/incubator/shlink/0.0.1/Chart.yaml +++ b/incubator/shlink/0.0.2/Chart.yaml @@ -28,7 +28,7 @@ name: shlink sources: - https://github.com/shlinkio/shlink type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/incubator/shlink/0.0.1/README.md b/incubator/shlink/0.0.2/README.md similarity index 100% rename from incubator/shlink/0.0.1/README.md rename to incubator/shlink/0.0.2/README.md diff --git a/incubator/shlink/0.0.1/app-readme.md b/incubator/shlink/0.0.2/app-readme.md similarity index 100% rename from incubator/shlink/0.0.1/app-readme.md rename to incubator/shlink/0.0.2/app-readme.md diff --git a/incubator/shlink/0.0.1/charts/common-8.9.25.tgz b/incubator/shlink/0.0.2/charts/common-8.9.25.tgz similarity index 100% rename from incubator/shlink/0.0.1/charts/common-8.9.25.tgz rename to incubator/shlink/0.0.2/charts/common-8.9.25.tgz diff --git a/incubator/shlink/0.0.1/charts/postgresql-6.0.37.tgz b/incubator/shlink/0.0.2/charts/postgresql-6.0.37.tgz similarity index 100% rename from incubator/shlink/0.0.1/charts/postgresql-6.0.37.tgz rename to incubator/shlink/0.0.2/charts/postgresql-6.0.37.tgz diff --git a/incubator/shlink/0.0.1/charts/redis-1.0.42.tgz b/incubator/shlink/0.0.2/charts/redis-1.0.42.tgz similarity index 100% rename from incubator/shlink/0.0.1/charts/redis-1.0.42.tgz rename to incubator/shlink/0.0.2/charts/redis-1.0.42.tgz diff --git a/incubator/shlink/0.0.1/helm-values.md b/incubator/shlink/0.0.2/helm-values.md similarity index 98% rename from incubator/shlink/0.0.1/helm-values.md rename to incubator/shlink/0.0.2/helm-values.md index ffc5b8038e..e8a1080241 100644 --- a/incubator/shlink/0.0.1/helm-values.md +++ b/incubator/shlink/0.0.2/helm-values.md @@ -40,6 +40,5 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.runAsNonRoot | bool | `false` | | | service.main.ports.main.port | int | `10153` | | | service.main.ports.main.targetPort | int | `10153` | | -| service.main.protocol | string | `"HTTPS"` | | All Rights Reserved - The TrueCharts Project diff --git a/incubator/shlink/0.0.1/ix_values.yaml b/incubator/shlink/0.0.2/ix_values.yaml similarity index 98% rename from incubator/shlink/0.0.1/ix_values.yaml rename to incubator/shlink/0.0.2/ix_values.yaml index 245a307f7b..5d69825cdc 100644 --- a/incubator/shlink/0.0.1/ix_values.yaml +++ b/incubator/shlink/0.0.2/ix_values.yaml @@ -13,7 +13,6 @@ podSecurityContext: service: main: - protocol: HTTPS ports: main: targetPort: 10153 diff --git a/incubator/shlink/0.0.1/questions.yaml b/incubator/shlink/0.0.2/questions.yaml similarity index 99% rename from incubator/shlink/0.0.1/questions.yaml rename to incubator/shlink/0.0.2/questions.yaml index 63819da846..f0e5527647 100644 --- a/incubator/shlink/0.0.1/questions.yaml +++ b/incubator/shlink/0.0.2/questions.yaml @@ -25,30 +25,10 @@ groups: description: "Addon Configuration" - name: "Advanced" description: "Advanced Configuration" -portals: - web_portal: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" +portals: {} + questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: true + - variable: global label: "global settings" group: "Controller" @@ -207,6 +187,12 @@ questions: schema: type: string default: "" + - variable: IS_HTTPS_ENABLED + label: "Served over HTTPS" + description: "Tells if Shlink is served with https or not" + schema: + type: boolean + default: true - variable: envList label: "Image environment" group: "Container Configuration" @@ -350,6 +336,13 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10153 + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -366,7 +359,7 @@ questions: label: "Port Type" schema: type: string - default: "HTTPS" + default: "HTTP" enum: - value: HTTP description: "HTTP" @@ -389,13 +382,6 @@ questions: schema: type: int default: 10153 - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10153 - required: true - variable: serviceexpert group: "Networking and Services" diff --git a/incubator/shlink/0.0.1/security.md b/incubator/shlink/0.0.2/security.md similarity index 100% rename from incubator/shlink/0.0.1/security.md rename to incubator/shlink/0.0.2/security.md diff --git a/incubator/shlink/0.0.1/templates/common.yaml b/incubator/shlink/0.0.2/templates/common.yaml similarity index 100% rename from incubator/shlink/0.0.1/templates/common.yaml rename to incubator/shlink/0.0.2/templates/common.yaml diff --git a/incubator/shlink/0.0.1/values.yaml b/incubator/shlink/0.0.2/values.yaml similarity index 100% rename from incubator/shlink/0.0.1/values.yaml rename to incubator/shlink/0.0.2/values.yaml