roundcube: bump to v1.4.13

This commit is contained in:
ace 2022-03-29 16:30:54 +03:00
parent 7779d4c01d
commit 2fea91ff99
No known key found for this signature in database
GPG Key ID: 32989872B72276A0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v2
appVersion: "1.4.12" appVersion: "1.4.13"
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
name: roundcube name: roundcube
version: 0.2.6 version: 0.2.7
icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png

View File

@ -2,7 +2,7 @@ replicaCount: 1
image: image:
repository: roundcube/roundcubemail repository: roundcube/roundcubemail
tag: 1.4.12-apache tag: 1.4.13-apache
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ] args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]