diff --git a/incubator/kubeapps/0.0.2/app-changelog.md b/incubator/kubeapps/0.0.2/app-changelog.md deleted file mode 100644 index 479d3d8d0f..0000000000 --- a/incubator/kubeapps/0.0.2/app-changelog.md +++ /dev/null @@ -1,3 +0,0 @@ - - -## [kubeapps-0.0.2](https://github.com/truecharts/charts/compare/kubeapps-0.0.1...kubeapps-0.0.2) (2024-02-13) \ No newline at end of file diff --git a/incubator/kubeapps/0.0.2/CHANGELOG.md b/incubator/kubeapps/0.0.3/CHANGELOG.md similarity index 69% rename from incubator/kubeapps/0.0.2/CHANGELOG.md rename to incubator/kubeapps/0.0.3/CHANGELOG.md index e7ef7b2c1f..3f791ba442 100644 --- a/incubator/kubeapps/0.0.2/CHANGELOG.md +++ b/incubator/kubeapps/0.0.3/CHANGELOG.md @@ -7,6 +7,9 @@ title: Changelog +## [kubeapps-0.0.3](https://github.com/truecharts/charts/compare/kubeapps-0.0.2...kubeapps-0.0.3) (2024-02-13) + + ## [kubeapps-0.0.2](https://github.com/truecharts/charts/compare/kubeapps-0.0.1...kubeapps-0.0.2) (2024-02-13) diff --git a/incubator/kubeapps/0.0.2/Chart.yaml b/incubator/kubeapps/0.0.3/Chart.yaml similarity index 79% rename from incubator/kubeapps/0.0.2/Chart.yaml rename to incubator/kubeapps/0.0.3/Chart.yaml index 809d85444d..ef730844e2 100644 --- a/incubator/kubeapps/0.0.2/Chart.yaml +++ b/incubator/kubeapps/0.0.3/Chart.yaml @@ -5,7 +5,7 @@ annotations: truecharts.org/category: operators truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + truecharts.org/train: enterprise apiVersion: v2 appVersion: latest dependencies: @@ -25,7 +25,7 @@ dependencies: import-values: [] deprecated: false description: KubeApps is a Kubernetes-as-Apps solution -home: https://truecharts.org/charts/incubator/KubeApps +home: https://truecharts.org/charts/enterprise/KubeApps icon: https://truecharts.org/img/hotlink-ok/chart-icons/KubeApps.png keywords: - kubeapps @@ -39,7 +39,6 @@ name: kubeapps sources: - https://cert-manager.io/ - https://github.com/cert-manager - - https://github.com/truecharts/charts/tree/master/charts/incubator/KubeApps - - https://github.com/truecharts/containers/tree/master/apps/alpine + - https://github.com/truecharts/charts/tree/master/charts/enterprise/KubeApps type: application -version: 0.0.2 +version: 0.0.3 diff --git a/incubator/kubeapps/0.0.2/LICENSE b/incubator/kubeapps/0.0.3/LICENSE similarity index 100% rename from incubator/kubeapps/0.0.2/LICENSE rename to incubator/kubeapps/0.0.3/LICENSE diff --git a/incubator/kubeapps/0.0.2/README.md b/incubator/kubeapps/0.0.3/README.md similarity index 100% rename from incubator/kubeapps/0.0.2/README.md rename to incubator/kubeapps/0.0.3/README.md diff --git a/incubator/kubeapps/0.0.3/app-changelog.md b/incubator/kubeapps/0.0.3/app-changelog.md new file mode 100644 index 0000000000..6d5defc9f0 --- /dev/null +++ b/incubator/kubeapps/0.0.3/app-changelog.md @@ -0,0 +1,3 @@ + + +## [kubeapps-0.0.3](https://github.com/truecharts/charts/compare/kubeapps-0.0.2...kubeapps-0.0.3) (2024-02-13) \ No newline at end of file diff --git a/incubator/kubeapps/0.0.2/app-readme.md b/incubator/kubeapps/0.0.3/app-readme.md similarity index 100% rename from incubator/kubeapps/0.0.2/app-readme.md rename to incubator/kubeapps/0.0.3/app-readme.md diff --git a/incubator/kubeapps/0.0.2/charts/common-17.3.9.tgz b/incubator/kubeapps/0.0.3/charts/common-17.3.9.tgz similarity index 100% rename from incubator/kubeapps/0.0.2/charts/common-17.3.9.tgz rename to incubator/kubeapps/0.0.3/charts/common-17.3.9.tgz diff --git a/incubator/kubeapps/0.0.2/charts/kubeapps-14.3.3.tgz b/incubator/kubeapps/0.0.3/charts/kubeapps-14.3.3.tgz similarity index 100% rename from incubator/kubeapps/0.0.2/charts/kubeapps-14.3.3.tgz rename to incubator/kubeapps/0.0.3/charts/kubeapps-14.3.3.tgz diff --git a/incubator/kubeapps/0.0.2/ix_values.yaml b/incubator/kubeapps/0.0.3/ix_values.yaml similarity index 86% rename from incubator/kubeapps/0.0.2/ix_values.yaml rename to incubator/kubeapps/0.0.3/ix_values.yaml index 74b69cd47e..47908bef46 100644 --- a/incubator/kubeapps/0.0.2/ix_values.yaml +++ b/incubator/kubeapps/0.0.3/ix_values.yaml @@ -15,13 +15,23 @@ workload: service: main: + enabled: false + ports: + main: + enabled: false + kubeapps: enabled: true + primary: true + expandObjectName: false + labels: + truecharts.org/flagged: "true" selectorLabels: app.kubernetes.io/component: frontend truecharts.org/kahack: frontend ports: - main: + kubeapps: enabled: true + primary: true port: 8080 targetPort: 8080 diff --git a/incubator/kubeapps/0.0.2/questions.yaml b/incubator/kubeapps/0.0.3/questions.yaml similarity index 99% rename from incubator/kubeapps/0.0.2/questions.yaml rename to incubator/kubeapps/0.0.3/questions.yaml index 93a117a266..54d7bb76d8 100644 --- a/incubator/kubeapps/0.0.2/questions.yaml +++ b/incubator/kubeapps/0.0.3/questions.yaml @@ -60,7 +60,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: main + - variable: kubeapps label: "Main Service" description: "The Primary service on which the healthcheck runs, often the webUI" schema: @@ -97,7 +97,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: main + - variable: kubeapps label: "Main Service Port Configuration" schema: additional_attrs: true diff --git a/incubator/kubeapps/0.0.2/templates/NOTES.txt b/incubator/kubeapps/0.0.3/templates/NOTES.txt similarity index 100% rename from incubator/kubeapps/0.0.2/templates/NOTES.txt rename to incubator/kubeapps/0.0.3/templates/NOTES.txt diff --git a/incubator/kubeapps/0.0.2/templates/common.yaml b/incubator/kubeapps/0.0.3/templates/common.yaml similarity index 100% rename from incubator/kubeapps/0.0.2/templates/common.yaml rename to incubator/kubeapps/0.0.3/templates/common.yaml diff --git a/incubator/kubeapps/0.0.2/values.yaml b/incubator/kubeapps/0.0.3/values.yaml similarity index 100% rename from incubator/kubeapps/0.0.2/values.yaml rename to incubator/kubeapps/0.0.3/values.yaml