Fixed job error

This commit is contained in:
2023-06-19 08:56:17 +02:00
parent 5dc3b65dba
commit c75382cb33
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "0.6.8"
HELM_CHART_VERSION: "0.6.9"
stages:
- deploy

View File

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

View File

@@ -1,4 +1,5 @@
{{- if -not .Values.site.skipWPCRegistration | default "false" }}
{{- if .Values.site.skipWPCRegistration | default "false" }}
{{- else }}
apiVersion: batch/v1
kind: Job
metadata: