Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusehh committed May 24, 2024
2 parents eb7e1c7 + f6dacf9 commit abae171
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/influxdb3-clustered/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application

version: 0.1.1
version: 0.1.2
appVersion: "20240326-922145"
name: influxdb3-clustered
description: InfluxDB 3.0 Clustered
Expand Down
4 changes: 2 additions & 2 deletions charts/influxdb3-clustered/templates/kubit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
spec:
containers:
- env:
{{- if not .Values.kubitSingleNamespace}}
{{- if .Values.kubitSingleNamespace}}
- name: KUBIT_WATCHED_NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -118,4 +118,4 @@ spec:
type: RuntimeDefault
serviceAccountName: kubit
terminationGracePeriodSeconds: 10
{{end}}
{{end}}
4 changes: 2 additions & 2 deletions charts/telegraf-ds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: telegraf-ds
version: 1.1.28
appVersion: 1.30.2
version: 1.1.29
appVersion: 1.30.3
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
5 changes: 5 additions & 0 deletions charts/telegraf/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ spec:
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "influxdb-v2-listener"
{{- end }}
{{- if eq $key "opentelemetry" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
name: "opentelemetry"
{{- end }}
{{- if eq $key "statsd" }}
- port: {{ trimPrefix ":" $value.service_address | int64 }}
targetPort: {{ trimPrefix ":" $value.service_address | int64 }}
Expand Down

0 comments on commit abae171

Please sign in to comment.