diff --git a/roundcube/Chart.yaml b/roundcube/Chart.yaml index 9fe197e..f5ffdcc 100644 --- a/roundcube/Chart.yaml +++ b/roundcube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "1.6.11" +appVersion: "1.6.12" description: A Helm chart for Kubernetes name: roundcube -version: 0.4.6 +version: 0.4.7 icon: https://github.com/roundcube/roundcubemail/blob/master/skins/classic/images/roundcube_logo.png diff --git a/roundcube/values.yaml b/roundcube/values.yaml index 565acbc..a429323 100644 --- a/roundcube/values.yaml +++ b/roundcube/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: roundcube/roundcubemail - tag: 1.6.11-apache + tag: 1.6.12-apache pullPolicy: IfNotPresent args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]