Skip to content

Commit

Permalink
fix(imageTag): Fix default type in values for imageTag (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blamas authored May 29, 2024
1 parent 916e0b6 commit 65333d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server:
sidecarContainers: {}
image:
repository: temporalio/server
tag: {}
tag: ""
pullPolicy: IfNotPresent

# Global default settings (can be overridden per service)
Expand Down Expand Up @@ -286,7 +286,7 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: {}
tag: ""
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 65333d0

Please sign in to comment.