diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a8f7cd..6c7ea28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.28" + HELM_CHART_VERSION: "99.6.29" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index f336cf3..c082d4a 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: wordyne description: Helm chart for deploying pre-built website containers to kubernetes clusters type: application -version: "0.6.9" +version: "99.6.29" appVersion: "6.2.2" diff --git a/Chart/templates/job.yaml b/Chart/templates-disabled/job.yaml similarity index 100% rename from Chart/templates/job.yaml rename to Chart/templates-disabled/job.yaml