Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image xwiki to 15.10.1-postgres-tomcat@0cf6775 #16189

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 18 additions & 19 deletions charts/stable/xwiki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: xwiki
version: 8.1.7
version: 8.1.8
appVersion: 15.10.1
description:
XWiki is a free wiki software platform written in Java with a design
description: XWiki is a free wiki software platform written in Java with a design
emphasis on extensibility
home: https://truecharts.org/charts/stable/xwiki
icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png
deprecated: false
sources:
- https://github.com/xwiki/xwiki-docker
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
- https://hub.docker.com/_/xwiki
- https://hub.docker.com/_/xwiki
- https://github.com/xwiki/xwiki-docker
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- xwiki
- wiki
- xwiki
- wiki
dependencies:
- name: common
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/xwiki/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: xwiki
tag: 15.10.1-postgres-tomcat@sha256:239a6e5b2ef561d4008d24a2a3f8307f24894e07cd975d89d1b712d0b05c263b
tag: 15.10.1-postgres-tomcat@sha256:0cf6775a4a71f0be806e2c37075f349ae31d094f44faf81bdb2159b444817166
pullPolicy: IfNotPresent
service:
main:
Expand Down