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 v15.10.0-postgres-tomcat@ed0c7cd #15489

Merged
merged 1 commit into from
Nov 30, 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
4 changes: 2 additions & 2 deletions charts/stable/xwiki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "15.9.0"
appVersion: 15.10.0
dependencies:
- name: common
repository: https://library-charts.truecharts.org
Expand All @@ -19,7 +19,7 @@ name: xwiki
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xwiki
- https://github.com/xwiki/xwiki-docker
version: 8.0.24
version: 8.1.0
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"
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.9.0-postgres-tomcat@sha256:40063735fcd82321fd1818d9ec19a6b13726660c21d5cc1a6a6ebd7b954578d0
tag: 15.10.0-postgres-tomcat@sha256:ed0c7cdc4708994f90bcaf3285f7120bf13f7fc901a15e4b2ae13f6cd6cbce50
pullPolicy: IfNotPresent
service:
main:
Expand Down