From c6c0bc64f4f72827db83ebd53ff7c5864b47c45c Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 25 May 2024 18:11:34 +0300 Subject: [PATCH] roundcube: bump to v1.6.7, helm chart v0.4.2 --- 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 571d1b5..381abce 100644 --- a/roundcube/Chart.yaml +++ b/roundcube/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: "1.6.6" +appVersion: "1.6.7" description: A Helm chart for Kubernetes name: roundcube -version: 0.4.1 +version: 0.4.2 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 4101a23..6eefe74 100644 --- a/roundcube/values.yaml +++ b/roundcube/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: roundcube/roundcubemail - tag: 1.6.6-apache + tag: 1.6.7-apache pullPolicy: IfNotPresent args: [ sh, -c, 'update-ca-certificates && /docker-entrypoint.sh apache2-foreground' ]