@@ -66,7 +66,7 @@ superstreamControlPlane:
66
66
# Policy for pulling the image
67
67
pullPolicy : Always
68
68
# Overrides the image tag whose default is the chart appVersion.
69
- tag : " 1.1.214 "
69
+ tag : " 1.1.215 "
70
70
registry :
71
71
imagePullSecrets : []
72
72
initContainers :
@@ -82,7 +82,7 @@ superstreamControlPlane:
82
82
environment : production
83
83
tasksLambdaName : " "
84
84
clusterPageBiDataLambdaName : " "
85
- extraEnv : {}
85
+ extraEnv : []
86
86
# Add custom environment variables below
87
87
# - name: FEATURE_CP_FLAG
88
88
# value: "enabled"
@@ -109,7 +109,7 @@ superstreamControlPlane:
109
109
initContainers :
110
110
# Image used for readiness checks or setup tasks before the main containers start
111
111
image : curlimages/curl:8.6.0
112
- extraEnv : {}
112
+ extraEnv : []
113
113
# Add custom environment variables below
114
114
# - name: FEATURE_CP_UI_FLAG
115
115
# value: "enabled"
@@ -130,7 +130,7 @@ superstreamEngine:
130
130
# Policy for pulling the image
131
131
pullPolicy : Always
132
132
# Overrides the image tag whose default is the chart appVersion.
133
- tag : " 1.1.204 "
133
+ tag : " 1.1.207 "
134
134
registry :
135
135
imagePullSecrets : []
136
136
# Overrides for Helm's default naming conventions
@@ -184,7 +184,7 @@ superstreamEngine:
184
184
# The name of the service account to use.
185
185
# If not set and create is true, a name is generated using the fullname template
186
186
name : " "
187
- extraEnv : {}
187
+ extraEnv : []
188
188
# Add custom environment variables below
189
189
# - name: FEATURE_DP_FLAG
190
190
# value: "enabled"
@@ -253,7 +253,7 @@ autoScaler:
253
253
# readOnlyRootFilesystem: true
254
254
# runAsNonRoot: true
255
255
# runAsUser: 1000
256
- extraEnv : {}
256
+ extraEnv : []
257
257
# Add custom environment variables below
258
258
# - name: FEATURE_AS_FLAG
259
259
# value: "enabled"
@@ -290,7 +290,7 @@ syslog:
290
290
tag : " 4.7.1" # Use a specific version to ensure consistency across deployments
291
291
registry :
292
292
imagePullSecrets : []
293
- extraEnv : {}
293
+ extraEnv : []
294
294
# Add custom environment variables below
295
295
# - name: FEATURE_SYSLOG_FLAG
296
296
# value: "enabled"
0 commit comments