roundcube: bump to v1.6.6, helm chart v0.4.1

This commit is contained in:
ace 2024-01-26 02:08:34 +03:00
parent 1db178e7f0
commit 177522e09b
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.6.5"
appVersion: "1.6.6"
description: A Helm chart for Kubernetes
name: roundcube
version: 0.4.0
version: 0.4.1
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.6.5-apache
tag: 1.6.6-apache
pullPolicy: IfNotPresent
args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]