From 2fea91ff99a79e2f70ea8d815d72b68f2c88eb15 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 29 Mar 2022 16:30:54 +0300 Subject: [PATCH] roundcube: bump to v1.4.13 --- roundcube/Chart.yaml | 6 +++--- roundcube/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roundcube/Chart.yaml b/roundcube/Chart.yaml index 0e3a26e..02e6e9f 100644 --- a/roundcube/Chart.yaml +++ b/roundcube/Chart.yaml @@ -1,6 +1,6 @@ -apiVersion: v1 -appVersion: "1.4.12" +apiVersion: v2 +appVersion: "1.4.13" description: A Helm chart for Kubernetes name: roundcube -version: 0.2.6 +version: 0.2.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 fbe3418..51904cc 100644 --- a/roundcube/values.yaml +++ b/roundcube/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: roundcube/roundcubemail - tag: 1.4.12-apache + tag: 1.4.13-apache pullPolicy: IfNotPresent args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]