From bd566110f491bc888325f46c88710ef6c509c134 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Wed, 11 Sep 2024 13:41:19 +0300 Subject: [PATCH] feat: Bump push proxy chart for version 6.2.0 (#475) --- charts/mattermost-push-proxy/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-push-proxy/Chart.yaml b/charts/mattermost-push-proxy/Chart.yaml index 15937e33..fbde08c6 100644 --- a/charts/mattermost-push-proxy/Chart.yaml +++ b/charts/mattermost-push-proxy/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Push Proxy server name: mattermost-push-proxy type: application -version: 0.12.8 -appVersion: 6.1.0 +version: 0.13.0 +appVersion: 6.2.0 keywords: - mattermost - communication @@ -25,5 +25,5 @@ sources: annotations: artifacthub.io/images: | - name: mattermost-push-proxy - image: mattermost/mattermost-push-proxy:6.1.0 + image: mattermost/mattermost-push-proxy:6.2.0 artifacthub.io/license: Apache-2.0