You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/temporal/Chart.yaml
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,16 @@
1
1
apiVersion: v2
2
-
3
2
name: temporal
4
-
5
3
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
-
7
4
home: https://temporal.io/
8
-
9
5
keywords:
10
6
- temporal
11
7
- workflow
12
8
- orchestration
13
-
14
9
maintainers:
15
10
- name: Temporal Technologies Inc.
16
11
url: https://temporal.io/
17
-
18
12
sources:
19
13
- https://github.com/temporalio/temporal
20
-
21
14
dependencies:
22
15
- name: cassandra
23
16
version: "0.14.3"
@@ -36,7 +29,6 @@ dependencies:
36
29
repository: https://grafana.github.io/helm-charts
37
30
version: 5.0.10
38
31
condition: grafana.enabled
39
-
40
32
# A chart can be either an 'application' or a 'library' chart.
41
33
#
42
34
# Application charts are a collection of templates that can be packaged into versioned archives
@@ -46,11 +38,9 @@ dependencies:
46
38
# a dependency of application charts to inject those utilities and functions into the rendering
47
39
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
48
40
type: application
49
-
50
41
# This is the chart version. This version number should be incremented each time you make changes
51
42
# to the chart and its templates, including the app version.
52
-
version: 0.39.1
53
-
43
+
version: 0.40.0
54
44
# This is the version number of the application being deployed. This version number should be
55
45
# incremented each time you make changes to the application.
0 commit comments