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: variables:
HELM_CHART_VERSION: "0.6.8" HELM_CHART_VERSION: "0.6.9"
stages: stages:
- deploy - deploy

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: wordyne name: wordyne
description: Helm chart for deploying pre-built website containers to kubernetes clusters description: Helm chart for deploying pre-built website containers to kubernetes clusters
type: application type: application
version: "0.6.8" version: "0.6.9"
appVersion: "6.2.2" 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 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata: