Skip to content

Commit

Permalink
fixing job
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Mar 13, 2024
1 parent 2d64409 commit 5096726
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ spec:
export HELM_CONFIG_HOME=/tmp/.helm
export HELM_DATA_HOME=/tmp/.helm
echo "Upgrading release $(RELEASE_NAME) to version $(CHART_VERSION)" && \
helm repo add spot https://charts.spot.io && \
helm get values $(RELEASE_NAME) > /tmp/values.yaml && \
helm upgrade $(RELEASE_NAME) spot/ocean-kubernetes-controller --version $(CHART_VERSION) \
--debug --atomic --timeout=$(WAIT_TIMEOUT) --values /tmp/values.yaml
--atomic --timeout=$(WAIT_TIMEOUT) --values /tmp/values.yaml
securityContext:
{{- toYaml .Values.autoUpdate.securityContext | nindent 10 }}
env:
Expand Down

0 comments on commit 5096726

Please sign in to comment.