diff --git a/stable/dillinger/6.0.21/app-changelog.md b/stable/dillinger/6.0.21/app-changelog.md deleted file mode 100644 index b4be245a8d..0000000000 --- a/stable/dillinger/6.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dillinger-6.0.21](https://github.com/truecharts/charts/compare/dillinger-6.0.20...dillinger-6.0.21) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - \ No newline at end of file diff --git a/stable/dillinger/6.0.21/CHANGELOG.md b/stable/dillinger/6.0.22/CHANGELOG.md similarity index 89% rename from stable/dillinger/6.0.21/CHANGELOG.md rename to stable/dillinger/6.0.22/CHANGELOG.md index 790d464b9e..5f407ac299 100644 --- a/stable/dillinger/6.0.21/CHANGELOG.md +++ b/stable/dillinger/6.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [dillinger-6.0.22](https://github.com/truecharts/charts/compare/dillinger-6.0.21...dillinger-6.0.22) (2023-12-09) + +### Chore + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@8462270](https://github.com/8462270) ([#15916](https://github.com/truecharts/charts/issues/15916)) + + + + ## [dillinger-6.0.21](https://github.com/truecharts/charts/compare/dillinger-6.0.20...dillinger-6.0.21) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ## [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)) - - - - -## [dillinger-6.0.11](https://github.com/truecharts/charts/compare/dillinger-6.0.10...dillinger-6.0.11) (2023-10-29) - -### Chore diff --git a/stable/dillinger/6.0.21/Chart.yaml b/stable/dillinger/6.0.22/Chart.yaml similarity index 98% rename from stable/dillinger/6.0.21/Chart.yaml rename to stable/dillinger/6.0.22/Chart.yaml index 6f3fd2f463..ecf86f1963 100644 --- a/stable/dillinger/6.0.21/Chart.yaml +++ b/stable/dillinger/6.0.22/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: dillinger -version: 6.0.21 +version: 6.0.22 appVersion: 3.39.1 description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS diff --git a/stable/dillinger/6.0.21/README.md b/stable/dillinger/6.0.22/README.md similarity index 100% rename from stable/dillinger/6.0.21/README.md rename to stable/dillinger/6.0.22/README.md diff --git a/stable/dillinger/6.0.22/app-changelog.md b/stable/dillinger/6.0.22/app-changelog.md new file mode 100644 index 0000000000..54984be803 --- /dev/null +++ b/stable/dillinger/6.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dillinger-6.0.22](https://github.com/truecharts/charts/compare/dillinger-6.0.21...dillinger-6.0.22) (2023-12-09) + +### Chore + +- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@8462270](https://github.com/8462270) ([#15916](https://github.com/truecharts/charts/issues/15916)) + + \ No newline at end of file diff --git a/stable/dillinger/6.0.21/app-readme.md b/stable/dillinger/6.0.22/app-readme.md similarity index 100% rename from stable/dillinger/6.0.21/app-readme.md rename to stable/dillinger/6.0.22/app-readme.md diff --git a/stable/dillinger/6.0.21/charts/common-14.3.5.tgz b/stable/dillinger/6.0.22/charts/common-14.3.5.tgz similarity index 100% rename from stable/dillinger/6.0.21/charts/common-14.3.5.tgz rename to stable/dillinger/6.0.22/charts/common-14.3.5.tgz diff --git a/stable/dillinger/6.0.21/ix_values.yaml b/stable/dillinger/6.0.22/ix_values.yaml similarity index 88% rename from stable/dillinger/6.0.21/ix_values.yaml rename to stable/dillinger/6.0.22/ix_values.yaml index 5d32a5020b..87174ebd76 100644 --- a/stable/dillinger/6.0.21/ix_values.yaml +++ b/stable/dillinger/6.0.22/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/dillinger pullPolicy: IfNotPresent - tag: 3.39.1@sha256:0d8a9413656d14bc6ee0422cd9d6cb9f2df81dfa06e99de940024bbf17dc9244 + tag: 3.39.1@sha256:84622701ece8ad531a77bf8b722df3cf957008d6e5816d5e535f6f644d304186 securityContext: container: runAsNonRoot: false diff --git a/stable/dillinger/6.0.21/questions.yaml b/stable/dillinger/6.0.22/questions.yaml similarity index 90% rename from stable/dillinger/6.0.21/questions.yaml rename to stable/dillinger/6.0.22/questions.yaml index 5fe2c5b24d..5c4e178cf7 100644 --- a/stable/dillinger/6.0.21/questions.yaml +++ b/stable/dillinger/6.0.22/questions.yaml @@ -226,6 +226,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) @@ -533,6 +571,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -545,6 +585,83 @@ 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 @@ -637,7 +754,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -751,6 +868,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 @@ -999,6 +1192,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 @@ -1226,6 +1459,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/dillinger/6.0.21/templates/NOTES.txt b/stable/dillinger/6.0.22/templates/NOTES.txt similarity index 100% rename from stable/dillinger/6.0.21/templates/NOTES.txt rename to stable/dillinger/6.0.22/templates/NOTES.txt diff --git a/stable/dillinger/6.0.21/templates/common.yaml b/stable/dillinger/6.0.22/templates/common.yaml similarity index 100% rename from stable/dillinger/6.0.21/templates/common.yaml rename to stable/dillinger/6.0.22/templates/common.yaml diff --git a/stable/dillinger/6.0.21/values.yaml b/stable/dillinger/6.0.22/values.yaml similarity index 100% rename from stable/dillinger/6.0.21/values.yaml rename to stable/dillinger/6.0.22/values.yaml diff --git a/stable/mysql-workbench/6.0.26/app-changelog.md b/stable/mysql-workbench/6.0.26/app-changelog.md deleted file mode 100644 index 59066136c2..0000000000 --- a/stable/mysql-workbench/6.0.26/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mysql-workbench-6.0.26](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.25...mysql-workbench-6.0.26) (2023-12-03) - -### Chore - -- bump everything to ensure catalog has latest versions - - \ No newline at end of file diff --git a/stable/mysql-workbench/6.0.26/CHANGELOG.md b/stable/mysql-workbench/6.0.27/CHANGELOG.md similarity index 89% rename from stable/mysql-workbench/6.0.26/CHANGELOG.md rename to stable/mysql-workbench/6.0.27/CHANGELOG.md index 1b725d1173..40a5d021c8 100644 --- a/stable/mysql-workbench/6.0.26/CHANGELOG.md +++ b/stable/mysql-workbench/6.0.27/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mysql-workbench-6.0.27](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.26...mysql-workbench-6.0.27) (2023-12-09) + +### Chore + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.34[@66663d7](https://github.com/66663d7) ([#15917](https://github.com/truecharts/charts/issues/15917)) + + + + ## [mysql-workbench-6.0.26](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.25...mysql-workbench-6.0.26) (2023-12-03) ### Chore @@ -88,12 +97,3 @@ ## [mysql-workbench-6.0.17](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.16...mysql-workbench-6.0.17) (2023-11-04) ### Chore - -- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#14329](https://github.com/truecharts/charts/issues/14329)) - - - - -## [mysql-workbench-6.0.16](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.15...mysql-workbench-6.0.16) (2023-11-03) - -### Chore diff --git a/stable/mysql-workbench/6.0.26/Chart.yaml b/stable/mysql-workbench/6.0.27/Chart.yaml similarity index 98% rename from stable/mysql-workbench/6.0.26/Chart.yaml rename to stable/mysql-workbench/6.0.27/Chart.yaml index c76f17f3c0..83da642a02 100644 --- a/stable/mysql-workbench/6.0.26/Chart.yaml +++ b/stable/mysql-workbench/6.0.27/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: mysql-workbench -version: 6.0.26 +version: 6.0.27 appVersion: 8.0.34 description: MySQL Workbench is a unified visual tool for database architects, developers @@ -10,8 +10,8 @@ home: https://truecharts.org/charts/stable/mysql-workbench icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png deprecated: false sources: - - https://ghcr.io/linuxserver/mysql-workbench - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench + - https://ghcr.io/linuxserver/mysql-workbench maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/mysql-workbench/6.0.26/README.md b/stable/mysql-workbench/6.0.27/README.md similarity index 100% rename from stable/mysql-workbench/6.0.26/README.md rename to stable/mysql-workbench/6.0.27/README.md diff --git a/stable/mysql-workbench/6.0.27/app-changelog.md b/stable/mysql-workbench/6.0.27/app-changelog.md new file mode 100644 index 0000000000..ac9dbe8572 --- /dev/null +++ b/stable/mysql-workbench/6.0.27/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mysql-workbench-6.0.27](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.26...mysql-workbench-6.0.27) (2023-12-09) + +### Chore + +- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.34[@66663d7](https://github.com/66663d7) ([#15917](https://github.com/truecharts/charts/issues/15917)) + + \ No newline at end of file diff --git a/stable/mysql-workbench/6.0.26/app-readme.md b/stable/mysql-workbench/6.0.27/app-readme.md similarity index 100% rename from stable/mysql-workbench/6.0.26/app-readme.md rename to stable/mysql-workbench/6.0.27/app-readme.md diff --git a/stable/mysql-workbench/6.0.26/charts/common-14.3.5.tgz b/stable/mysql-workbench/6.0.27/charts/common-14.3.5.tgz similarity index 100% rename from stable/mysql-workbench/6.0.26/charts/common-14.3.5.tgz rename to stable/mysql-workbench/6.0.27/charts/common-14.3.5.tgz diff --git a/stable/mysql-workbench/6.0.26/ix_values.yaml b/stable/mysql-workbench/6.0.27/ix_values.yaml similarity index 85% rename from stable/mysql-workbench/6.0.26/ix_values.yaml rename to stable/mysql-workbench/6.0.27/ix_values.yaml index 0f12a4f3e6..4149bac711 100644 --- a/stable/mysql-workbench/6.0.26/ix_values.yaml +++ b/stable/mysql-workbench/6.0.27/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/mysql-workbench pullPolicy: IfNotPresent - tag: 8.0.34@sha256:10898a1dc753f829005162f0397c7b16ec0907a78ff89ebd590a89888ac96bcf + tag: 8.0.34@sha256:66663d7dd9bb7e2355eadba44e3779cabea94987d2761f48918bf61c5fe17f62 service: main: ports: diff --git a/stable/mysql-workbench/6.0.26/questions.yaml b/stable/mysql-workbench/6.0.27/questions.yaml similarity index 90% rename from stable/mysql-workbench/6.0.26/questions.yaml rename to stable/mysql-workbench/6.0.27/questions.yaml index 5fac3e93f9..8f173d95ed 100644 --- a/stable/mysql-workbench/6.0.26/questions.yaml +++ b/stable/mysql-workbench/6.0.27/questions.yaml @@ -227,6 +227,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) @@ -534,6 +572,8 @@ questions: description: emptyDir - value: nfs description: NFS Share + - value: iscsi + description: iSCSI Share - variable: server label: NFS Server schema: @@ -546,6 +586,83 @@ 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 @@ -638,7 +755,7 @@ questions: type: string default: "disabled" enum: - - value: "disabled" + - value: disabled description: disabled - value: smb description: smb @@ -752,6 +869,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 @@ -1000,6 +1193,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 @@ -1227,6 +1460,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/mysql-workbench/6.0.26/templates/NOTES.txt b/stable/mysql-workbench/6.0.27/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/6.0.26/templates/NOTES.txt rename to stable/mysql-workbench/6.0.27/templates/NOTES.txt diff --git a/stable/mysql-workbench/6.0.26/templates/common.yaml b/stable/mysql-workbench/6.0.27/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/6.0.26/templates/common.yaml rename to stable/mysql-workbench/6.0.27/templates/common.yaml diff --git a/stable/mysql-workbench/6.0.26/values.yaml b/stable/mysql-workbench/6.0.27/values.yaml similarity index 100% rename from stable/mysql-workbench/6.0.26/values.yaml rename to stable/mysql-workbench/6.0.27/values.yaml