Skip to content

Commit

Permalink
BGD-5298 - ocean-controller v2 migration improvements (#214) (#214)
Browse files Browse the repository at this point in the history
* [charts/bigdata-operator] update to 0.4.17, add new var to control cluster info config map invalidation frequency
* [charts/bigdata-spark-watcher] update to 0.5.1, increase frequency of cached credential invalidations
  • Loading branch information
HafdisE authored Jun 30, 2024
1 parent f65a066 commit 45111d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.19
appVersion: 0.4.16
version: 0.4.20
appVersion: 0.4.17
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/bigdata-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ spec:
name: spot-ofas-cluster-info
key: proxyUrl
optional: true
- name: CLUSTER_INFO_MAX_AGE
value: {{ .Values.clusterInfoMaxAge }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.telemetry.enabled }}
Expand Down
3 changes: 2 additions & 1 deletion charts/bigdata-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ image:
repository: public.ecr.aws/f4k1p1n4/bigdata-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.4.16-ef993245
tag: 0.4.17-a2ce3ec6

imagePullSecrets: []

spotBaseUrl: "https://api.spotinst.io"

oceanControllerNamespace: ""
clusterInfoMaxAge: "2m"

serviceAccount:
create: true
Expand Down
4 changes: 2 additions & 2 deletions charts/bigdata-spark-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-spark-watcher
description: A Helm chart for the Spot Big Data Spark Watcher
type: application
version: 0.5.16
appVersion: 0.5.0
version: 0.5.17
appVersion: 0.5.1
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/bigdata-spark-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: 066597193667.dkr.ecr.us-east-1.amazonaws.com/private/bigdata-spark-watcher
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.5.0-19090a2b
tag: 0.5.1-665b4c1e

imagePullSecrets:
- name: spot-bigdata-image-pull
Expand Down Expand Up @@ -36,7 +36,7 @@ envVars:
- name: AZURE_CREDENTIALS_FILE
value: /creds/azure
- name: CREDS_REFRESH_INTERVAL
value: 5m
value: 2m
- name: SPARK_APP_FAILED_EXECUTOR_LIMIT
value: "200"
- name: SPARK_APP_TERMINATED_CRITICAL_SIDECAR_GRACE_PERIOD
Expand Down

0 comments on commit 45111d3

Please sign in to comment.