Skip to content

Commit

Permalink
feat(helm): update redis version due to critical CVE (HIGH PRIORITY) (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
justmike1 committed Apr 17, 2023
1 parent 6234888 commit 810f52b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions helm/superset/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 12.1.6
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.17
digest: sha256:3bfff146fa89077705c0bedea59bbe2c9f15715220f9ea84f493335f0413af6e
generated: "2023-01-04T12:50:49.567524-08:00"
version: 17.9.4
digest: sha256:98b6c107066652e40c242a6b0e3c573a4eedf9f64bae0d60f884f0f5cfa1c01a
generated: "2023-04-17T10:38:41.966779+03:00"
4 changes: 2 additions & 2 deletions helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ maintainers:
- name: craig-rueda
email: craig@craigrueda.com
url: https://github.com/craig-rueda
version: 0.9.1
version: 0.9.2
dependencies:
- name: postgresql
version: 12.1.6
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 17.3.17
version: 17.9.4
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
4 changes: 2 additions & 2 deletions helm/superset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs

# superset

![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square)
![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square)

Apache Superset is a modern, enterprise-ready business intelligence web application

Expand All @@ -45,7 +45,7 @@ helm install my-superset superset/superset
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.1.6 |
| https://charts.bitnami.com/bitnami | redis | 17.3.17 |
| https://charts.bitnami.com/bitnami | redis | 17.9.4 |

## Values

Expand Down

0 comments on commit 810f52b

Please sign in to comment.