Update .gitlab-ci.yml, Chart/Chart.yaml

This commit is contained in:
2023-04-26 10:41:02 +02:00
parent 38488999b9
commit 0c2bde824f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.0.1"
HELM_CHART_VERSION: "0.0.2"
stages:
- deploy

View File

@@ -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"