Skip to content

Commit

Permalink
Update Chart to 0.44.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Jul 4, 2024
1 parent ec263ab commit f792271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.43.0
version: 0.44.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.24.2
4 changes: 1 addition & 3 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ server:
port: 7233
membershipPort: 6933
httpPort: 7243

ingress:
enabled: false
# className:
Expand All @@ -201,7 +200,6 @@ server:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

metrics:
annotations:
enabled: true
Expand Down Expand Up @@ -310,7 +308,7 @@ web:
replicaCount: 1
image:
repository: temporalio/ui
tag: 2.27.3
tag: 2.28.0
pullPolicy: IfNotPresent
service:
# set type to NodePort if access to web needs access from outside the cluster
Expand Down

0 comments on commit f792271

Please sign in to comment.