Skip to content

Commit

Permalink
Merge pull request #16 from temporalio/releasetag
Browse files Browse the repository at this point in the history
updating image tags for 0.21.1 release
  • Loading branch information
Mark Markaryan authored Apr 7, 2020
2 parents 788b1d2 + aba22ca commit a7da4b3
Showing 1 changed file with 2 additions and 54 deletions.
56 changes: 2 additions & 54 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ debug: false
server:
image:
repository: temporalio/server
tag: 0.20.0
tag: 0.21.1
pullPolicy: IfNotPresent

# Global default settings (can be overridden per service)
Expand Down Expand Up @@ -155,66 +155,14 @@ admintools:
enabled: true
image:
repository: temporalio/admin-tools
tag: 0.20.0
tag: 0.21.1
pullPolicy: IfNotPresent

service:
type: ClusterIP
port: 22
annotations: {}


web:
enabled: false

replicaCount: 1

image:
repository: temporalio/server
tag: 0.20.0
pullPolicy: IfNotPresent

service:
type: ClusterIP
port: 80
annotations:
enabled: true
# loadBalancerIP:

ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: traefik
# ingress.kubernetes.io/ssl-redirect: "false"
# traefik.frontend.rule.type: PathPrefix
hosts:
- "/"
# - "domain.com/xyz"
# - "domain.com"
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local


resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

nodeSelector: {}

tolerations: []

affinity: {}

schema:
setup:
enabled: true
Expand Down

0 comments on commit a7da4b3

Please sign in to comment.