chore(deps): update container image ghcr.io/mriedmann/humhub-allinone to v1.15.0@a2a5719 by renovate (#16491)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/mriedmann/humhub-allinone](https://togithub.com/mriedmann/humhub-docker) | minor | `1.13.2` -> `1.15.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mriedmann/humhub-docker (ghcr.io/mriedmann/humhub-allinone)</summary> ### [`v1.14.5`](https://togithub.com/mriedmann/humhub-docker/releases/tag/1.14.5) #### What's Changed - update to php8 by [@​mriedmann](https://togithub.com/mriedmann) in [https://github.com/mriedmann/humhub-docker/pull/268](https://togithub.com/mriedmann/humhub-docker/pull/268) - Bump library/nginx from 1.23.4-alpine to 1.25.1-alpine by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/mriedmann/humhub-docker/pull/321](https://togithub.com/mriedmann/humhub-docker/pull/321) - stabilize integrity check by [@​mriedmann](https://togithub.com/mriedmann) in [https://github.com/mriedmann/humhub-docker/pull/323](https://togithub.com/mriedmann/humhub-docker/pull/323) - Bump library/nginx from 1.25.1-alpine to 1.25.3-alpine by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/mriedmann/humhub-docker/pull/330](https://togithub.com/mriedmann/humhub-docker/pull/330) - update to 1.14.5 as stable by [@​jvies](https://togithub.com/jvies) in [https://github.com/mriedmann/humhub-docker/pull/327](https://togithub.com/mriedmann/humhub-docker/pull/327) **Full Changelog**: https://github.com/mriedmann/humhub-docker/compare/1.13.2...1.14.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
6bc6852e79
commit
f91c017705
|
@ -1,50 +1,50 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: humhub
|
||||
version: 4.0.12
|
||||
appVersion: 1.13.2
|
||||
version: 4.1.0
|
||||
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
|
||||
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://github.com/truecharts/charts/tree/master/charts/stable/humhub
|
||||
- https://ghcr.io/mriedmann/humhub-allinone
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- humhub
|
||||
- Network-Web
|
||||
- humhub
|
||||
- Network-Web
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.21
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 11.0.17
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 10.0.17
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 16.2.21
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 11.0.17
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 10.0.17
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Network-Web
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Network-Web
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/mriedmann/humhub-allinone
|
||||
tag: 1.13.2@sha256:8f6af145327e5abd0d4855680146f564ad0c425819a7c2e60c26cbbc1c39ae44
|
||||
tag: 1.15.0@sha256:a2a5719d55fcc6970b3c8310450d2ad0ef3476f9e06e71e2f4081a2505c91b86
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue