From 435b5f667de3a401293f26558013b13019943995 Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 18 Nov 2023 20:58:05 +0300 Subject: [PATCH] roundcube: bump to v1.6.5, helm chart v0.4.0 --- 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 d2a2c25..7964fd0 100644 --- a/roundcube/Chart.yaml +++ b/roundcube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "1.5.3" +appVersion: "1.6.5" description: A Helm chart for Kubernetes name: roundcube -version: 0.3.0 +version: 0.4.0 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 cc4d138..b2f4f37 100644 --- a/roundcube/values.yaml +++ b/roundcube/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: roundcube/roundcubemail - tag: 1.5.3-apache + tag: 1.6.5-apache pullPolicy: IfNotPresent args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]