Skip to content

Commit

Permalink
BGD-4738 - fix bigdata-watcher (#182)
Browse files Browse the repository at this point in the history
* BGD-4738
 - bump chart version
 - rename `k8sEventLogCollectorEnabled`
 - update image tag
  • Loading branch information
alextarasov-spot authored Feb 15, 2024
1 parent 44ecf3b commit b558761
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
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.5
appVersion: 0.4.7
version: 0.5.6
appVersion: 0.4.9
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/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ spec:
containers:
- name: manager
args:
{{- if .Values.eventLogCollectorEnabled }}
- --enable-event-log-collector
{{- if .Values.k8sEventLogCollectorEnabled }}
- --enable-k8s-event-log-collector
{{- end }}
- --metrics-bind-address
- ":8080"
Expand Down
6 changes: 2 additions & 4 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.4.7-59176f1c
tag: 0.4.9-4e0c2c45

imagePullSecrets:
- name: spot-bigdata-image-pull
Expand Down Expand Up @@ -53,6 +53,7 @@ logLevel: debug

killSyncerEnabled: true
ghostSyncerEnabled: true
k8sEventLogCollectorEnabled: false

serviceAccount:
create: true
Expand Down Expand Up @@ -84,9 +85,6 @@ resources:
cpu: 2000m
memory: 2000Mi

eventLogCollectorEnabled:
false

telemetry:
enabled: false
fluentbit:
Expand Down

0 comments on commit b558761

Please sign in to comment.