Skip to content

Commit a232be1

Browse files
committed
Update Chart to 0.40.0.
1 parent dbd455c commit a232be1

File tree

2 files changed

+1
-52
lines changed

2 files changed

+1
-52
lines changed

charts/temporal/Chart.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
apiVersion: v2
2-
32
name: temporal
4-
53
description: Temporal is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
6-
74
home: https://temporal.io/
8-
95
keywords:
106
- temporal
117
- workflow
128
- orchestration
13-
149
maintainers:
1510
- name: Temporal Technologies Inc.
1611
url: https://temporal.io/
17-
1812
sources:
1913
- https://github.com/temporalio/temporal
20-
2114
dependencies:
2215
- name: cassandra
2316
version: "0.14.3"
@@ -36,7 +29,6 @@ dependencies:
3629
repository: https://grafana.github.io/helm-charts
3730
version: 5.0.10
3831
condition: grafana.enabled
39-
4032
# A chart can be either an 'application' or a 'library' chart.
4133
#
4234
# Application charts are a collection of templates that can be packaged into versioned archives
@@ -46,11 +38,9 @@ dependencies:
4638
# a dependency of application charts to inject those utilities and functions into the rendering
4739
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
4840
type: application
49-
5041
# This is the chart version. This version number should be incremented each time you make changes
5142
# to the chart and its templates, including the app version.
52-
version: 0.39.1
53-
43+
version: 0.40.0
5444
# This is the version number of the application being deployed. This version number should be
5545
# incremented each time you make changes to the application.
5646
appVersion: 1.24.1

charts/temporal/values.yaml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,23 @@
11
nameOverride: ""
22
fullnameOverride: ""
3-
43
# Chart debug mode
54
# (eg. disable helm hook delete policy)
65
debug: false
7-
86
# Custom Service account management
97
serviceAccount:
108
# Whether to create service account or not
119
create: false
12-
1310
# Name of the service account, default: temporal.fullname
1411
name:
15-
1612
# extraAnnotations would let users add additional annotations
1713
extraAnnotations:
18-
1914
server:
2015
enabled: true
2116
sidecarContainers: {}
2217
image:
2318
repository: temporalio/server
2419
tag: 1.24.1
2520
pullPolicy: IfNotPresent
26-
2721
# Global default settings (can be overridden per service)
2822
replicaCount: 1
2923
metrics:
@@ -87,13 +81,10 @@ server:
8781
securityContext:
8882
fsGroup: 1000
8983
runAsUser: 1000
90-
9184
config:
9285
logLevel: "debug,info"
93-
9486
# IMPORTANT: This value cannot be changed, once it's set.
9587
numHistoryShards: 512
96-
9788
# Define your TLS configuration here. See https://docs.temporal.io/references/configuration#tls
9889
# for configuration options. You must also use `server.additionalVolumeMounts` and `server.additionalVolumes`
9990
# to mount certificates (from Secret or ConfigMap etc) to the path you use below.
@@ -122,14 +113,11 @@ server:
122113
# serverName: dnsSanInFrontendCertificate
123114
# rootCaFiles:
124115
# - /path/to/frontend/serverCa
125-
126116
persistence:
127117
defaultStore: default
128118
additionalStores: {}
129-
130119
default:
131120
driver: "cassandra"
132-
133121
cassandra:
134122
hosts: []
135123
# port: 9042
@@ -145,7 +133,6 @@ server:
145133
default:
146134
consistency: "local_quorum"
147135
serialConsistency: "local_serial"
148-
149136
sql:
150137
driver: "mysql"
151138
host: "mysql"
@@ -159,10 +146,8 @@ server:
159146
maxConnLifetime: "1h"
160147
# connectAttributes:
161148
# tx_isolation: 'READ-COMMITTED'
162-
163149
visibility:
164150
driver: "cassandra"
165-
166151
cassandra:
167152
hosts: []
168153
# port: 9042
@@ -178,7 +163,6 @@ server:
178163
default:
179164
consistency: "local_quorum"
180165
serialConsistency: "local_serial"
181-
182166
sql:
183167
driver: "mysql"
184168
host: "mysql"
@@ -192,7 +176,6 @@ server:
192176
maxConnLifetime: "1h"
193177
# connectAttributes:
194178
# tx_isolation: 'READ-COMMITTED'
195-
196179
frontend:
197180
service:
198181
annotations: {} # Evaluated as template
@@ -215,7 +198,6 @@ server:
215198
containerSecurityContext: {}
216199
topologySpreadConstraints: {}
217200
podDisruptionBudget: {}
218-
219201
history:
220202
service:
221203
# type: ClusterIP
@@ -237,7 +219,6 @@ server:
237219
containerSecurityContext: {}
238220
topologySpreadConstraints: {}
239221
podDisruptionBudget: {}
240-
241222
matching:
242223
service:
243224
# type: ClusterIP
@@ -259,7 +240,6 @@ server:
259240
containerSecurityContext: {}
260241
topologySpreadConstraints: {}
261242
podDisruptionBudget: {}
262-
263243
worker:
264244
service:
265245
# type: ClusterIP
@@ -281,14 +261,12 @@ server:
281261
containerSecurityContext: {}
282262
topologySpreadConstraints: {}
283263
podDisruptionBudget: {}
284-
285264
admintools:
286265
enabled: true
287266
image:
288267
repository: temporalio/admin-tools
289268
tag: 1.24.1-tctl-1.18.1-cli-0.12.0
290269
pullPolicy: IfNotPresent
291-
292270
service:
293271
type: ClusterIP
294272
port: 22
@@ -303,25 +281,20 @@ admintools:
303281
containerSecurityContext: {}
304282
securityContext: {}
305283
podDisruptionBudget: {}
306-
307284
web:
308285
enabled: true
309-
310286
replicaCount: 1
311-
312287
image:
313288
repository: temporalio/ui
314289
tag: 2.27.2
315290
pullPolicy: IfNotPresent
316-
317291
service:
318292
# set type to NodePort if access to web needs access from outside the cluster
319293
# for more info see https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
320294
type: ClusterIP
321295
port: 8080
322296
annotations: {}
323297
# loadBalancerIP:
324-
325298
ingress:
326299
enabled: false
327300
# className:
@@ -337,10 +310,8 @@ web:
337310
# - secretName: chart-example-tls
338311
# hosts:
339312
# - chart-example.local
340-
341313
podAnnotations: {}
342314
podLabels: {}
343-
344315
resources: {}
345316
# We usually recommend not to specify default resources and to leave this as a conscious
346317
# choice for the user. This also increases chances charts run on environments with little
@@ -354,22 +325,15 @@ web:
354325
# memory: 128Mi
355326

356327
nodeSelector: {}
357-
358328
tolerations: []
359-
360329
affinity: {}
361-
362330
additionalVolumes: []
363331
additionalVolumeMounts: []
364-
365332
# Adjust Web UI config with environment variables:
366333
# https://docs.temporal.io/references/web-ui-environment-variables
367334
additionalEnv: []
368-
369335
containerSecurityContext: {}
370-
371336
securityContext: {}
372-
373337
schema:
374338
setup:
375339
enabled: true
@@ -380,7 +344,6 @@ schema:
380344
resources: {}
381345
containerSecurityContext: {}
382346
securityContext: {}
383-
384347
elasticsearch:
385348
enabled: true
386349
replicas: 3
@@ -395,12 +358,10 @@ elasticsearch:
395358
username: ""
396359
password: ""
397360
visibilityIndex: "temporal_visibility_v1_dev"
398-
399361
prometheus:
400362
enabled: true
401363
nodeExporter:
402364
enabled: false
403-
404365
grafana:
405366
enabled: true
406367
replicas: 1
@@ -457,7 +418,6 @@ grafana:
457418
misc-worker-service-specific-github:
458419
url: https://raw.githubusercontent.com/temporalio/dashboards/helm/misc/worker-service-specific.json
459420
datasource: TemporalMetrics
460-
461421
cassandra:
462422
enabled: true
463423
persistence:
@@ -476,6 +436,5 @@ cassandra:
476436
seed_size: 0
477437
service:
478438
type: ClusterIP
479-
480439
mysql:
481440
enabled: false

0 commit comments

Comments
 (0)