Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bae6679eb4
commit
5215fac523
|
@ -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))
|
|
@ -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))
|
|
@ -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
|
|
@ -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))
|
|
@ -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:
|
Loading…
Reference in New Issue