mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
(maint) Update redis version, add env REDIS_RECONNECT_ATTEMPTS
Update from v10 to v13 of bitnami's redis chart, as it should not contain breaking changes. Adding REDIS_RECONNECT_ATTEMPTS which defaulted to 10 and is now set to 40, which should result in retrying at least 25 minutes before returning a failure
This commit is contained in:
parent
56ec2833f8
commit
caf702a9bc
3 changed files with 7 additions and 5 deletions
|
|
@ -3,9 +3,9 @@ name: vmpooler
|
|||
description: A Helm chart to deploy vmpooler
|
||||
type: application
|
||||
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png
|
||||
version: 1.8.0
|
||||
version: 1.9.0
|
||||
appVersion: 1.2.0-prod-all-providers
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.7.12
|
||||
version: 13.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue