diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22f04bf..fb2b090 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.6.8" + HELM_CHART_VERSION: "0.6.9" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index 2b99ae2..f336cf3 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.8" +version: "0.6.9" appVersion: "6.2.2" diff --git a/Chart/templates/job.yaml b/Chart/templates/job.yaml index f76e87e..593bbf5 100644 --- a/Chart/templates/job.yaml +++ b/Chart/templates/job.yaml @@ -1,4 +1,5 @@ -{{- if -not .Values.site.skipWPCRegistration | default "false" }} +{{- if .Values.site.skipWPCRegistration | default "false" }} +{{- else }} apiVersion: batch/v1 kind: Job metadata: