Skip to content

Commit 53bfa9a

Browse files
Update Helm release redis to v22 (#2927)
1 parent 632e0a9 commit 53bfa9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/selenium-grid/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
1919
| Repository | Name | Version |
2020
|------------|------|---------|
2121
| https://charts.bitnami.com/bitnami | postgresql | ^16 |
22-
| https://charts.bitnami.com/bitnami | redis | ^21 |
22+
| https://charts.bitnami.com/bitnami | redis | ^22.0.0 |
2323
| https://jaegertracing.github.io/helm-charts | jaeger | ^3 |
2424
| https://kedacore.github.io/charts | keda | ^2.17 |
2525
| https://kubernetes.github.io/ingress-nginx | ingress-nginx | ^4 |

charts/selenium-grid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
name: postgresql
2828
condition: postgresql.enabled
2929
- repository: https://charts.bitnami.com/bitnami
30-
version: ^21
30+
version: ^22.0.0
3131
name: redis
3232
condition: redis.enabled
3333
maintainers:

0 commit comments

Comments
 (0)