roundcube: bump to v1.5.3, helm chart v0.3.0

This commit is contained in:
ace 2022-08-29 03:01:50 +03:00
parent ae94c0ef74
commit 9b7fdc9851
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 3 additions and 3 deletions

View File

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

View File

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