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 08f2bd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ocean-kubernetes-controller
description: A Helm chart for Ocean Kubernetes Controller
type: application
version: 0.1.26
version: 0.1.26-beta
appVersion: 2.0.49
kubeVersion: ">=1.20.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ocean-kubernetes-controller

![Version: 0.1.26](https://img.shields.io/badge/Version-0.1.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.49](https://img.shields.io/badge/AppVersion-2.0.49-informational?style=flat-square)
![Version: 0.1.26-beta](https://img.shields.io/badge/Version-0.1.26--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.49](https://img.shields.io/badge/AppVersion-2.0.49-informational?style=flat-square)

A Helm chart for Ocean Kubernetes Controller.

Expand Down
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 08f2bd9

Please sign in to comment.