Skip to content

Commit

Permalink
Merge pull request #19 from SmartColumbusOS/helm-3-upgrade
Browse files Browse the repository at this point in the history
Helm 3 Upgrade
  • Loading branch information
LtChae authored May 13, 2021
2 parents b883cc3 + 568d5bb commit f63853c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f63853c

Please sign in to comment.