From e88653305a1bb6cdb85422550b5762bc16f61afb Mon Sep 17 00:00:00 2001 From: Timothy Regan Date: Thu, 13 May 2021 09:34:38 -0400 Subject: [PATCH 1/2] Helm 3 Upgrade --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3393d20..a523684 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,6 @@ def deployTo(params = [:]) { sh("""#!/bin/bash set -e - helm init --client-only helm upgrade --install scos-joomla ./chart \ --namespace=joomla \ --values=joomla.yaml \ From 568d5bb2d06e7bc2feedb5681a6d6ee7223500b1 Mon Sep 17 00:00:00 2001 From: Timothy Regan Date: Thu, 13 May 2021 09:48:12 -0400 Subject: [PATCH 2/2] statefulset updates --- chart/templates/statefulset.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chart/templates/statefulset.yaml b/chart/templates/statefulset.yaml index 96e1f4c..4b28d90 100644 --- a/chart/templates/statefulset.yaml +++ b/chart/templates/statefulset.yaml @@ -6,12 +6,11 @@ metadata: labels: component: {{ template "scos-joomla.fullname" . }} spec: + serviceName: {{ template "scos-joomla.fullname" . }} selector: matchLabels: component: {{ template "scos-joomla.fullname" . }} replicas: 1 - strategy: - type: RollingUpdate template: metadata: labels: