diff --git a/stable/humhub/6.2.0/app-changelog.md b/stable/humhub/6.2.0/app-changelog.md deleted file mode 100644 index 654273c9524..00000000000 --- a/stable/humhub/6.2.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [humhub-6.2.0](https://github.com/truecharts/charts/compare/humhub-6.1.8...humhub-6.2.0) (2024-01-03) - -### Fix - - - -- split containers and fix bug ([#16858](https://github.com/truecharts/charts/issues/16858)) \ No newline at end of file diff --git a/stable/humhub/6.2.0/CHANGELOG.md b/stable/humhub/6.2.1/CHANGELOG.md similarity index 82% rename from stable/humhub/6.2.0/CHANGELOG.md rename to stable/humhub/6.2.1/CHANGELOG.md index f0e38dc2a6f..d512c1db348 100644 --- a/stable/humhub/6.2.0/CHANGELOG.md +++ b/stable/humhub/6.2.1/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [humhub-6.2.1](https://github.com/truecharts/charts/compare/humhub-6.2.0...humhub-6.2.1) (2024-01-05) + +### Fix + + + +- select correct pods ([#16881](https://github.com/truecharts/charts/issues/16881)) + + ## [humhub-6.2.0](https://github.com/truecharts/charts/compare/humhub-6.1.8...humhub-6.2.0) (2024-01-03) ### Fix @@ -88,12 +97,3 @@ title: Changelog -- bump all charts for OCI test push - -- move everything to consume OCI-hosted common-chart dependency - -- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732)) - -- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704)) - -- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589)) diff --git a/stable/humhub/6.2.0/Chart.yaml b/stable/humhub/6.2.1/Chart.yaml similarity index 95% rename from stable/humhub/6.2.0/Chart.yaml rename to stable/humhub/6.2.1/Chart.yaml index 511502bd39b..745763e16ea 100644 --- a/stable/humhub/6.2.0/Chart.yaml +++ b/stable/humhub/6.2.1/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: humhub -version: 6.2.0 +version: 6.2.1 appVersion: 1.15.0 description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP. home: https://truecharts.org/charts/stable/humhub @@ -9,7 +9,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png deprecated: false sources: - https://github.com/truecharts/charts/tree/master/charts/stable/humhub - - https://ghcr.io/mriedmann/humhub-allinone + - https://ghcr.io/mriedmann/humhub-nginx maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/humhub/6.2.0/README.md b/stable/humhub/6.2.1/README.md similarity index 100% rename from stable/humhub/6.2.0/README.md rename to stable/humhub/6.2.1/README.md diff --git a/stable/humhub/6.2.1/app-changelog.md b/stable/humhub/6.2.1/app-changelog.md new file mode 100644 index 00000000000..91b2e809d9c --- /dev/null +++ b/stable/humhub/6.2.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [humhub-6.2.1](https://github.com/truecharts/charts/compare/humhub-6.2.0...humhub-6.2.1) (2024-01-05) + +### Fix + + + +- select correct pods ([#16881](https://github.com/truecharts/charts/issues/16881)) \ No newline at end of file diff --git a/stable/humhub/6.2.0/app-readme.md b/stable/humhub/6.2.1/app-readme.md similarity index 100% rename from stable/humhub/6.2.0/app-readme.md rename to stable/humhub/6.2.1/app-readme.md diff --git a/stable/humhub/6.2.0/charts/common-17.2.21.tgz b/stable/humhub/6.2.1/charts/common-17.2.21.tgz similarity index 100% rename from stable/humhub/6.2.0/charts/common-17.2.21.tgz rename to stable/humhub/6.2.1/charts/common-17.2.21.tgz diff --git a/stable/humhub/6.2.0/charts/mariadb-12.1.6.tgz b/stable/humhub/6.2.1/charts/mariadb-12.1.6.tgz similarity index 100% rename from stable/humhub/6.2.0/charts/mariadb-12.1.6.tgz rename to stable/humhub/6.2.1/charts/mariadb-12.1.6.tgz diff --git a/stable/humhub/6.2.0/charts/redis-11.1.6.tgz b/stable/humhub/6.2.1/charts/redis-11.1.6.tgz similarity index 100% rename from stable/humhub/6.2.0/charts/redis-11.1.6.tgz rename to stable/humhub/6.2.1/charts/redis-11.1.6.tgz diff --git a/stable/humhub/6.2.0/ix_values.yaml b/stable/humhub/6.2.1/ix_values.yaml similarity index 98% rename from stable/humhub/6.2.0/ix_values.yaml rename to stable/humhub/6.2.1/ix_values.yaml index 4d5b14f2a00..bcd1c083189 100644 --- a/stable/humhub/6.2.0/ix_values.yaml +++ b/stable/humhub/6.2.1/ix_values.yaml @@ -16,18 +16,22 @@ securityContext: service: main: + targetSelector: nginx ports: main: protocol: http + targetSelector: nginx targetPort: 80 port: 8080 backend: enabled: true type: ClusterIP + targetSelector: main ports: backend: enabled: true targetPort: 9000 + targetSelector: main port: 9000 humhub: diff --git a/stable/humhub/6.2.0/questions.yaml b/stable/humhub/6.2.1/questions.yaml similarity index 100% rename from stable/humhub/6.2.0/questions.yaml rename to stable/humhub/6.2.1/questions.yaml diff --git a/stable/humhub/6.2.0/templates/NOTES.txt b/stable/humhub/6.2.1/templates/NOTES.txt similarity index 100% rename from stable/humhub/6.2.0/templates/NOTES.txt rename to stable/humhub/6.2.1/templates/NOTES.txt diff --git a/stable/humhub/6.2.0/templates/common.yaml b/stable/humhub/6.2.1/templates/common.yaml similarity index 100% rename from stable/humhub/6.2.0/templates/common.yaml rename to stable/humhub/6.2.1/templates/common.yaml diff --git a/stable/humhub/6.2.0/values.yaml b/stable/humhub/6.2.1/values.yaml similarity index 100% rename from stable/humhub/6.2.0/values.yaml rename to stable/humhub/6.2.1/values.yaml