From 0c2bde824f152ad7fa50b243bdb27544b03c497f Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Wed, 26 Apr 2023 10:41:02 +0200 Subject: [PATCH] Update .gitlab-ci.yml, Chart/Chart.yaml --- .gitlab-ci.yml | 2 +- Chart/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e4092..d490534 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.0.1" + HELM_CHART_VERSION: "0.0.2" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index bc492e5..3bb48da 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cloudypress description: Helm chart to deploy Wordpress backed by PHP-CLI and Nginx Unit type: application -version: "0.0.1" +version: "0.0.2" appVersion: "6.2.0"