From 88b72b144db7229775489cc48ab4401caf59576b Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Sat, 20 May 2023 11:32:46 +0200 Subject: [PATCH] Update version --- charts/symfony-app/Chart.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/symfony-app/Chart.yaml b/charts/symfony-app/Chart.yaml index 59e1dbe..8366bf1 100644 --- a/charts/symfony-app/Chart.yaml +++ b/charts/symfony-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: symfony-app description: A simple chart to deploy basic Symfony/PHP applications type: application -version: 0.2.2 +version: 0.3.0 appVersion: 'main' keywords: - php @@ -16,7 +16,5 @@ maintainers: annotations: # Supported kind: added, changed, deprecated, removed, fixed and security artifacthub.io/changes: | - - kind: fixed - description: "Correctly add pod annotations with values override if none are supplied" - kind: added - description: "An option to not run the composer install init container" + description: "Support for postgres operator"