File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
charts/influxdb3-clustered Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
type : application
3
3
4
- version : 0.1.7
5
- appVersion : " 20240925-1257864"
4
+ version : 0.1.8
5
+ appVersion : " 20240925-1257864"
6
6
name : influxdb3-clustered
7
7
description : InfluxDB 3.0 Clustered
8
8
maintainers :
Original file line number Diff line number Diff line change
1
+ {{- define "app-instance.influxdb" -}}
1
2
apiVersion : kubecfg.dev/v1alpha1
2
3
kind : AppInstance
3
4
metadata :
65
66
{{- end}}
66
67
{{- if .Values.featureFlags}}
67
68
featureFlags : {{.Values.featureFlags | toYaml | nindent 6}}
68
- {{- end}}
69
+ {{- end}}
70
+ ---
71
+ {{- end }}
72
+
73
+ {{- if .Values.kubitSingleNamespace}}
74
+ apiVersion : v1
75
+ kind : ConfigMap
76
+ metadata :
77
+ name : app-instance
78
+ namespace : {{ .Values.NamspaceOverride | default .Release.Namespace }}
79
+ data :
80
+ app-instance : |
81
+ {{ include "app-instance.influxdb" . | fromYaml | toJson }}
82
+ {{- else }}
83
+ {{ include "app-instance.influxdb" . }}
84
+ {{- end }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ nameOverride: ""
9
9
namespaceOverride : " "
10
10
fullnameOverride : " "
11
11
kubitSingleNamespace : false
12
- operatorImageVersion : " v0.0.19 "
12
+ operatorImageVersion : " v0.0.20 "
13
13
operatorImageOverride : " "
14
14
15
15
# set to true if you have previously installed the kubit operator from another source
You can’t perform that action at this time.
0 commit comments