Skip to content

Commit

Permalink
Merge pull request #74 from estafette/cockroachdb-6.2.6
Browse files Browse the repository at this point in the history
cockroachdb 6.2.8 / 21.1.11 fixes ingress pathtype and selfSigner podUpdateTimeout
  • Loading branch information
JorritSalverda authored Nov 1, 2021
2 parents 59cd288 + abd3e25 commit a611999
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/estafette-ci/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
condition: web.enabled

- name: cockroachdb
version: 6.1.2
version: 6.2.8
repository: https://charts.cockroachdb.com/
alias: db
condition: db.enabled
Expand Down
11 changes: 11 additions & 0 deletions helm/estafette-ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ db:
annotations:
# required when tls is enabled for cluster and nginx ingress is used
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
tls:
certs:
selfSigner:
# Wait time for each cockroachdb replica to become ready once it comes in running state. Only considered when rotateCerts is set to true
readinessWait: 1m
# Wait time for each cockroachdb replica to get to running state. Only considered when rotateCerts is set to true
podUpdateTimeout: 5m
# override tag until a new chart picks up the latest correct values
selfSigner:
image:
tag: "1.3"

# https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml
metrics:
Expand Down

0 comments on commit a611999

Please sign in to comment.