diff --git a/stable/dillinger/6.0.12/app-changelog.md b/stable/dillinger/6.0.12/app-changelog.md deleted file mode 100644 index a111b30e3e..0000000000 --- a/stable/dillinger/6.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dillinger-6.0.12](https://github.com/truecharts/charts/compare/dillinger-6.0.11...dillinger-6.0.12) (2023-11-03) - -### Chore - -- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287)) - - \ No newline at end of file diff --git a/stable/dillinger/6.0.12/CHANGELOG.md b/stable/dillinger/6.0.13/CHANGELOG.md similarity index 93% rename from stable/dillinger/6.0.12/CHANGELOG.md rename to stable/dillinger/6.0.13/CHANGELOG.md index a2f8c54d94..8b7ca3d609 100644 --- a/stable/dillinger/6.0.12/CHANGELOG.md +++ b/stable/dillinger/6.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [dillinger-6.0.13](https://github.com/truecharts/charts/compare/dillinger-6.0.12...dillinger-6.0.13) (2023-11-04) + +### Chore + +- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#14328](https://github.com/truecharts/charts/issues/14328)) + + + + ## [dillinger-6.0.12](https://github.com/truecharts/charts/compare/dillinger-6.0.11...dillinger-6.0.12) (2023-11-03) ### Chore @@ -88,12 +97,3 @@ ## [dillinger-6.0.3](https://github.com/truecharts/charts/compare/dillinger-6.0.2...dillinger-6.0.3) (2023-08-19) -### Chore - -- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#11697](https://github.com/truecharts/charts/issues/11697)) - - - - -## [dillinger-6.0.2](https://github.com/truecharts/charts/compare/dillinger-6.0.1...dillinger-6.0.2) (2023-08-12) - diff --git a/stable/dillinger/6.0.12/Chart.yaml b/stable/dillinger/6.0.13/Chart.yaml similarity index 97% rename from stable/dillinger/6.0.12/Chart.yaml rename to stable/dillinger/6.0.13/Chart.yaml index 57450ba44d..0d95d73856 100644 --- a/stable/dillinger/6.0.12/Chart.yaml +++ b/stable/dillinger/6.0.13/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: dillinger -version: 6.0.12 +version: 6.0.13 appVersion: "3.39.1" description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. type: application diff --git a/stable/dillinger/6.0.12/README.md b/stable/dillinger/6.0.13/README.md similarity index 100% rename from stable/dillinger/6.0.12/README.md rename to stable/dillinger/6.0.13/README.md diff --git a/stable/dillinger/6.0.13/app-changelog.md b/stable/dillinger/6.0.13/app-changelog.md new file mode 100644 index 0000000000..b2d4c2e996 --- /dev/null +++ b/stable/dillinger/6.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dillinger-6.0.13](https://github.com/truecharts/charts/compare/dillinger-6.0.12...dillinger-6.0.13) (2023-11-04) + +### Chore + +- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#14328](https://github.com/truecharts/charts/issues/14328)) + + \ No newline at end of file diff --git a/stable/dillinger/6.0.12/app-readme.md b/stable/dillinger/6.0.13/app-readme.md similarity index 100% rename from stable/dillinger/6.0.12/app-readme.md rename to stable/dillinger/6.0.13/app-readme.md diff --git a/stable/dillinger/6.0.12/charts/common-14.2.2.tgz b/stable/dillinger/6.0.13/charts/common-14.2.2.tgz similarity index 100% rename from stable/dillinger/6.0.12/charts/common-14.2.2.tgz rename to stable/dillinger/6.0.13/charts/common-14.2.2.tgz diff --git a/stable/dillinger/6.0.12/ix_values.yaml b/stable/dillinger/6.0.13/ix_values.yaml similarity index 88% rename from stable/dillinger/6.0.12/ix_values.yaml rename to stable/dillinger/6.0.13/ix_values.yaml index b0b44aebad..b1a0b799fb 100644 --- a/stable/dillinger/6.0.12/ix_values.yaml +++ b/stable/dillinger/6.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/dillinger pullPolicy: IfNotPresent - tag: v3.39.1@sha256:68844ea2cae9bab31f32c2f5eadc4f409d3fbb7710f7aa61ff327899047d2ffb + tag: v3.39.1@sha256:b3dce9e95c91fe625a1d9c8702f12721f513f0f414c0dd3e17b0bf02e6a2027f securityContext: container: diff --git a/stable/dillinger/6.0.12/questions.yaml b/stable/dillinger/6.0.13/questions.yaml similarity index 98% rename from stable/dillinger/6.0.12/questions.yaml rename to stable/dillinger/6.0.13/questions.yaml index 1d979ba3be..9cd8115843 100644 --- a/stable/dillinger/6.0.12/questions.yaml +++ b/stable/dillinger/6.0.13/questions.yaml @@ -827,6 +827,12 @@ questions: default: websecure show_if: [["advanced", "=", true]] required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false - variable: ingressClassName label: (Advanced/Optional) IngressClass Name schema: @@ -865,12 +871,12 @@ questions: schema: type: string default: "" - - variable: 'clusterCertificate (Advanced)' - label: Cluster Certificate + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: 'Use Custom Certificate Secret (Advanced)' @@ -914,6 +920,12 @@ questions: schema: type: string default: "" + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false - variable: hosts label: Hosts schema: @@ -971,8 +983,8 @@ questions: label: Service Port schema: type: int - - variable: clusterIssuer - label: clusterIssuer + - variable: certificateIssuer + label: certificateIssuer description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' schema: type: string @@ -1002,7 +1014,7 @@ questions: type: string default: "" required: true - - variable: clusterIssuer + - variable: certificateIssuer label: Use Cert-Manager clusterIssuer description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: @@ -1016,8 +1028,8 @@ questions: $ref: - "definitions/certificate" - variable: clusterCertificate - label: Cluster Certificate (Experimental) - description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature' + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string show_if: [["clusterIssuer", "=", ""]] diff --git a/stable/dillinger/6.0.12/templates/NOTES.txt b/stable/dillinger/6.0.13/templates/NOTES.txt similarity index 100% rename from stable/dillinger/6.0.12/templates/NOTES.txt rename to stable/dillinger/6.0.13/templates/NOTES.txt diff --git a/stable/dillinger/6.0.12/templates/common.yaml b/stable/dillinger/6.0.13/templates/common.yaml similarity index 100% rename from stable/dillinger/6.0.12/templates/common.yaml rename to stable/dillinger/6.0.13/templates/common.yaml diff --git a/stable/dillinger/6.0.12/values.yaml b/stable/dillinger/6.0.13/values.yaml similarity index 100% rename from stable/dillinger/6.0.12/values.yaml rename to stable/dillinger/6.0.13/values.yaml