From 10c0b703591a78b2466c001cebfa9d4d891811c7 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Tue, 5 Sep 2023 17:27:11 +0200 Subject: [PATCH] Deactivated WPCReg Job --- .gitlab-ci.yml | 2 +- Chart/Chart.yaml | 2 +- Chart/{templates => templates-disabled}/job.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename Chart/{templates => templates-disabled}/job.yaml (100%) 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