Skip to content

Commit

Permalink
Always create telemetry ConfigMap
Browse files Browse the repository at this point in the history
Signed-off-by: ImpSy <3097030+ImpSy@users.noreply.github.com>
  • Loading branch information
ImpSy committed Nov 4, 2024
1 parent c0cf29b commit 977e003
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.4.3
version: 0.4.4
appVersion: 0.94.1
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -14,4 +13,3 @@ data:
metrics-collection.conf: |
# Configuration for collecting metrics from the notebook service
{{- end }}
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-workspace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-workspace
description: A Helm chart for the Spot Big Data Notebook Workspace
type: application
version: 0.0.15
version: 0.0.16
appVersion: 4.1.8-ofas-31799c9
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -14,4 +13,3 @@ data:
metrics-collection.conf: |
# Configuration for collecting metrics from the notebook workspace
{{- end }}
2 changes: 1 addition & 1 deletion charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.24
version: 0.4.25
appVersion: 0.4.19
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -57,4 +56,3 @@ data:
use_put_object On
total_file_size 5M
upload_timeout 5m
{{- end }}
2 changes: 0 additions & 2 deletions charts/bigdata-operator/templates/telemetry_configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -30,4 +29,3 @@ data:
tls off
tls.verify off
Workers 1
{{- end }}
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-proxy
description: A Helm chart for the Spot Big Data Proxy
type: application
version: 0.4.13
version: 0.4.14
appVersion: 0.5.5
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 0 additions & 2 deletions charts/bigdata-proxy/templates/telemetry_configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -15,4 +14,3 @@ data:
metrics-collection.conf: |
# Configuration for collecting metrics from the bigdata proxy
{{- end }}
2 changes: 1 addition & 1 deletion charts/bigdata-spark-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-spark-watcher
description: A Helm chart for the Spot Big Data Spark Watcher
type: application
version: 0.6.1
version: 0.6.2
appVersion: 0.6.1
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -30,4 +29,3 @@ data:
tls off
tls.verify off
Workers 1
{{- end }}
2 changes: 1 addition & 1 deletion charts/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Spark Operator (b/g part)
name: spark-operator
version: 0.1.33
version: 0.1.34
appVersion: v1beta2-1.3.4-3.1.1
dependencies:
- name: spark-operator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if .Values.telemetry.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -33,4 +32,3 @@ data:
tls.verify off
Workers 1
{{- end }}
{{- end }}

0 comments on commit 977e003

Please sign in to comment.