Skip to content

Commit cf29518

Browse files
Abhi94NAbhilash Nair
andauthored
feat: add the ability to pause kubit operator in appinstance template (#718)
* add the ability to pause kubit operator in appinstance template * add version bump to 0.1.15 --------- Co-authored-by: Abhilash Nair <a.nair@rocketlabusa.com>
1 parent d9a0720 commit cf29518

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

charts/influxdb3-clustered/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
33

4-
version: 0.1.14
4+
version: 0.1.15
55
appVersion: "20250613-1754010"
66
name: influxdb3-clustered
77
description: InfluxDB 3.0 Clustered

charts/influxdb3-clustered/templates/app-instance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ spec:
1010
image: "{{.Values.fullnameOverride | default "us-docker.pkg.dev/influxdb2-artifacts/clustered/influxdb"}}:{{ .Values.image.tag | default .Chart.AppVersion }}"
1111
apiVersion: influxdata.com/v1alpha1
1212
spec:
13+
pause: {{.Values.pause }}
1314
{{- if .Values.hostingEnvironment}}
1415
hostingEnvironment:
1516
{{- if hasKey .Values.hostingEnvironment "aws"}}

charts/influxdb3-clustered/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ kubitSingleNamespace: false
1212
operatorImageVersion: "v0.0.20"
1313
operatorImageOverride: ""
1414

15+
# Pause kubit operator for backup and restore
16+
pause: false
17+
1518
# set to true if you have previously installed the kubit operator from another source
1619
skipOperator: false
1720

0 commit comments

Comments
 (0)