From 8274f646475fbfadbd680bf13e96f9159398df70 Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 10 Feb 2021 02:28:40 +0300 Subject: [PATCH] update roundcube to 1.4.11 --- roundcube/Chart.yaml | 4 ++-- roundcube/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roundcube/Chart.yaml b/roundcube/Chart.yaml index 4a96c57..f6f01e5 100644 --- a/roundcube/Chart.yaml +++ b/roundcube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.4.10" +appVersion: "1.4.11" description: A Helm chart for Kubernetes name: roundcube -version: 0.2.4 +version: 0.2.5 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 799f770..217cc74 100644 --- a/roundcube/values.yaml +++ b/roundcube/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: roundcube/roundcubemail - tag: 1.4.10-apache + tag: 1.4.11-apache pullPolicy: IfNotPresent args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]