From 8b85ba35fac86e7db14e6622f5ad90099cf95c24 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Tue, 5 Sep 2023 17:28:56 +0200 Subject: [PATCH] Disabled job template --- .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 227188c..be911e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.6.12" + HELM_CHART_VERSION: "0.6.13" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index f336cf3..98600e1 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: "0.6.13" 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