diff --git a/enterprise/kubeapps/2.1.6/charts/common-18.0.3.tgz b/enterprise/kubeapps/2.1.6/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/kubeapps/2.1.6/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.1.6/charts/kubeapps-14.5.2.tgz b/enterprise/kubeapps/2.1.6/charts/kubeapps-14.5.2.tgz deleted file mode 100644 index 4bb40d5bfce..00000000000 Binary files a/enterprise/kubeapps/2.1.6/charts/kubeapps-14.5.2.tgz and /dev/null differ diff --git a/enterprise/kubeapps/2.1.6/.helmignore b/enterprise/kubeapps/2.3.0/.helmignore similarity index 100% rename from enterprise/kubeapps/2.1.6/.helmignore rename to enterprise/kubeapps/2.3.0/.helmignore diff --git a/enterprise/kubeapps/2.1.6/CHANGELOG.md b/enterprise/kubeapps/2.3.0/CHANGELOG.md similarity index 92% rename from enterprise/kubeapps/2.1.6/CHANGELOG.md rename to enterprise/kubeapps/2.3.0/CHANGELOG.md index d7bddd78ed0..05bd1712b71 100644 --- a/enterprise/kubeapps/2.1.6/CHANGELOG.md +++ b/enterprise/kubeapps/2.3.0/CHANGELOG.md @@ -43,6 +43,10 @@ title: Changelog + + + + diff --git a/enterprise/kubeapps/2.1.6/Chart.yaml b/enterprise/kubeapps/2.3.0/Chart.yaml similarity index 95% rename from enterprise/kubeapps/2.1.6/Chart.yaml rename to enterprise/kubeapps/2.3.0/Chart.yaml index 69d48bd9972..610e3ee52d0 100644 --- a/enterprise/kubeapps/2.1.6/Chart.yaml +++ b/enterprise/kubeapps/2.3.0/Chart.yaml @@ -10,14 +10,14 @@ apiVersion: v2 appVersion: 0.0.3 dependencies: - name: common - version: 18.0.3 + version: 18.1.2 repository: oci://tccr.io/truecharts condition: "" alias: "" tags: [] import-values: [] - name: kubeapps - version: 14.5.2 + version: 14.6.0 repository: oci://registry-1.docker.io/bitnamicharts condition: "" alias: ogkubeapps @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps - https://ghcr.io/xstar97/my-proxy-service type: application -version: 2.1.6 +version: 2.3.0 diff --git a/enterprise/kubeapps/2.1.6/README.md b/enterprise/kubeapps/2.3.0/README.md similarity index 100% rename from enterprise/kubeapps/2.1.6/README.md rename to enterprise/kubeapps/2.3.0/README.md diff --git a/enterprise/kubeapps/2.1.6/app-readme.md b/enterprise/kubeapps/2.3.0/app-readme.md similarity index 100% rename from enterprise/kubeapps/2.1.6/app-readme.md rename to enterprise/kubeapps/2.3.0/app-readme.md diff --git a/enterprise/kubeapps/2.3.0/charts/common-18.1.2.tgz b/enterprise/kubeapps/2.3.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/kubeapps/2.3.0/charts/common-18.1.2.tgz differ diff --git a/enterprise/kubeapps/2.3.0/charts/kubeapps-14.6.0.tgz b/enterprise/kubeapps/2.3.0/charts/kubeapps-14.6.0.tgz new file mode 100644 index 00000000000..5a3490c365c Binary files /dev/null and b/enterprise/kubeapps/2.3.0/charts/kubeapps-14.6.0.tgz differ diff --git a/enterprise/kubeapps/2.1.6/ix_values.yaml b/enterprise/kubeapps/2.3.0/ix_values.yaml similarity index 97% rename from enterprise/kubeapps/2.1.6/ix_values.yaml rename to enterprise/kubeapps/2.3.0/ix_values.yaml index 8c4f923a685..4e9d710bb90 100644 --- a/enterprise/kubeapps/2.1.6/ix_values.yaml +++ b/enterprise/kubeapps/2.3.0/ix_values.yaml @@ -58,8 +58,6 @@ service: targetPort: 3000 tckubeapps: enabled: true - expandObjectName: false - ## TODO: Move to main service primary: true labels: truecharts.org/flagged: "true" diff --git a/enterprise/kubeapps/2.1.6/questions.yaml b/enterprise/kubeapps/2.3.0/questions.yaml similarity index 95% rename from enterprise/kubeapps/2.1.6/questions.yaml rename to enterprise/kubeapps/2.3.0/questions.yaml index 8c3c07c4287..0d9ab7de65a 100755 --- a/enterprise/kubeapps/2.1.6/questions.yaml +++ b/enterprise/kubeapps/2.3.0/questions.yaml @@ -64,58 +64,6 @@ questions: type: dict attrs: - - variable: main - label: "token-bypass Service" - description: "The token-bypass service" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enable the Service - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: main - label: "token-bypass Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 8080 - required: true - variable: tckubeapps label: "KubeApps Service" description: "The Primary service on which the healthcheck runs, often the webUI" diff --git a/enterprise/kubeapps/2.1.6/templates/NOTES.txt b/enterprise/kubeapps/2.3.0/templates/NOTES.txt similarity index 100% rename from enterprise/kubeapps/2.1.6/templates/NOTES.txt rename to enterprise/kubeapps/2.3.0/templates/NOTES.txt diff --git a/enterprise/kubeapps/2.1.6/templates/common.yaml b/enterprise/kubeapps/2.3.0/templates/common.yaml similarity index 86% rename from enterprise/kubeapps/2.1.6/templates/common.yaml rename to enterprise/kubeapps/2.3.0/templates/common.yaml index ce76c355e2b..4b5e888100c 100644 --- a/enterprise/kubeapps/2.1.6/templates/common.yaml +++ b/enterprise/kubeapps/2.3.0/templates/common.yaml @@ -1,7 +1,7 @@ {{/* Make sure all variables are set properly */}} {{- include "tc.v1.common.loader.init" . }} -{{- $overrideService := dict "name" "tckubeapps" "port" 8080 "expandObjectName" false -}} +{{- $overrideService := dict "name" "tckubeapps" "port" 8080 -}} {{- $hosts := list -}} {{- range $.Values.ingress.main.hosts -}} {{- $paths := list -}} diff --git a/enterprise/kubeapps/2.1.6/values.yaml b/enterprise/kubeapps/2.3.0/values.yaml similarity index 100% rename from enterprise/kubeapps/2.1.6/values.yaml rename to enterprise/kubeapps/2.3.0/values.yaml diff --git a/stable/alist/9.2.1/charts/common-18.0.2.tgz b/stable/alist/9.2.1/charts/common-18.0.2.tgz deleted file mode 100644 index 1588b1d05a1..00000000000 Binary files a/stable/alist/9.2.1/charts/common-18.0.2.tgz and /dev/null differ diff --git a/stable/alist/9.2.1/.helmignore b/stable/alist/9.4.0/.helmignore similarity index 100% rename from stable/alist/9.2.1/.helmignore rename to stable/alist/9.4.0/.helmignore diff --git a/stable/alist/9.2.1/CHANGELOG.md b/stable/alist/9.4.0/CHANGELOG.md similarity index 94% rename from stable/alist/9.2.1/CHANGELOG.md rename to stable/alist/9.4.0/CHANGELOG.md index c3bbbff83d2..ffd71305256 100644 --- a/stable/alist/9.2.1/CHANGELOG.md +++ b/stable/alist/9.4.0/CHANGELOG.md @@ -14,6 +14,10 @@ title: Changelog + + + + ## [alist-8.3.0](https://github.com/truecharts/charts/compare/alist-8.2.6...alist-8.3.0) (2024-02-10) ### Feat @@ -93,8 +97,3 @@ title: Changelog ### Chore - -- force bump to ensure up-to-date catalogs - - -## [alist-8.1.5](https://github.com/truecharts/charts/compare/alist-8.1.4...alist-8.1.5) (2024-01-02) \ No newline at end of file diff --git a/stable/alist/9.2.1/Chart.yaml b/stable/alist/9.4.0/Chart.yaml similarity index 88% rename from stable/alist/9.2.1/Chart.yaml rename to stable/alist/9.4.0/Chart.yaml index 917ffbeb10e..e2b543ac4d0 100644 --- a/stable/alist/9.2.1/Chart.yaml +++ b/stable/alist/9.4.0/Chart.yaml @@ -4,13 +4,13 @@ annotations: truecharts.org/SCALE-support: "true" truecharts.org/category: cloud truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.12" + truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 3.31.0 +appVersion: 3.32.0 dependencies: - name: common - version: 18.0.2 + version: 18.1.2 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -27,7 +27,7 @@ keywords: - google driver - aliyun driver - baiduyun -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/alist - https://hub.docker.com/r/xhofe/alist-aria2 type: application -version: 9.2.1 +version: 9.4.0 diff --git a/stable/alist/9.2.1/README.md b/stable/alist/9.4.0/README.md similarity index 100% rename from stable/alist/9.2.1/README.md rename to stable/alist/9.4.0/README.md diff --git a/stable/alist/9.2.1/app-readme.md b/stable/alist/9.4.0/app-readme.md similarity index 100% rename from stable/alist/9.2.1/app-readme.md rename to stable/alist/9.4.0/app-readme.md diff --git a/stable/alist/9.4.0/charts/common-18.1.2.tgz b/stable/alist/9.4.0/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/stable/alist/9.4.0/charts/common-18.1.2.tgz differ diff --git a/stable/alist/9.2.1/ix_values.yaml b/stable/alist/9.4.0/ix_values.yaml similarity index 90% rename from stable/alist/9.2.1/ix_values.yaml rename to stable/alist/9.4.0/ix_values.yaml index 0bfde7db00d..af56c28846e 100644 --- a/stable/alist/9.2.1/ix_values.yaml +++ b/stable/alist/9.4.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: xhofe/alist-aria2 pullPolicy: IfNotPresent - tag: v3.31.0@sha256:df2ddfea47b7a54312b9179d98b974ad5f5ac9d0bf5c6aaa7b4bfd027fb7dec5 + tag: v3.32.0@sha256:ff2956707403d9c47db1e670e4a72e4b8900c3776eeb3458db1d7922faad6f08 securityContext: container: readOnlyRootFilesystem: false diff --git a/stable/alist/9.2.1/questions.yaml b/stable/alist/9.4.0/questions.yaml similarity index 100% rename from stable/alist/9.2.1/questions.yaml rename to stable/alist/9.4.0/questions.yaml diff --git a/stable/alist/9.2.1/templates/NOTES.txt b/stable/alist/9.4.0/templates/NOTES.txt similarity index 100% rename from stable/alist/9.2.1/templates/NOTES.txt rename to stable/alist/9.4.0/templates/NOTES.txt diff --git a/stable/alist/9.2.1/templates/common.yaml b/stable/alist/9.4.0/templates/common.yaml similarity index 100% rename from stable/alist/9.2.1/templates/common.yaml rename to stable/alist/9.4.0/templates/common.yaml diff --git a/stable/alist/9.2.1/values.yaml b/stable/alist/9.4.0/values.yaml similarity index 100% rename from stable/alist/9.2.1/values.yaml rename to stable/alist/9.4.0/values.yaml diff --git a/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz b/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz and b/stable/anonaddy/20.6.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/bookstack/12.4.0/charts/mariadb-13.2.0.tgz b/stable/bookstack/12.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/bookstack/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/bookstack/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz b/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/chevereto/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz b/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/clarkson/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz b/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz and b/stable/ctfd/4.7.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz b/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz and b/stable/fleet/12.4.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz b/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz and b/stable/friendica/13.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz b/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz and b/stable/humhub/7.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz b/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz and b/stable/matomo/13.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz b/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/monica/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz b/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz and b/stable/nginx-proxy-manager/9.4.1/charts/mariadb-13.2.0.tgz differ diff --git a/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz b/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz and b/stable/observium/6.1.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz b/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz and b/stable/photoprism/20.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz b/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz and b/stable/piwigo/12.5.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz b/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz and b/stable/projectsend/12.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz b/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz and b/stable/romm/7.6.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz b/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz and b/stable/seafile/5.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz b/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz and b/stable/servas/4.4.0/charts/mariadb-13.2.0.tgz differ diff --git a/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz b/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz index 9afb2bd12ef..cbaaa6e1873 100644 Binary files a/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz and b/stable/wordpress/7.4.1/charts/mariadb-13.2.0.tgz differ