Skip to content

Commit

Permalink
chore(deps): update helm release redis to v17.14.3 (#139)
Browse files Browse the repository at this point in the history
* chore(deps): update helm release redis to v17.14.3

* Bump Chart.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcin Jasion <[email protected]>
  • Loading branch information
renovate[bot] and mjasion authored Jul 29, 2023
1 parent 9e7e2be commit 9d518dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/studio/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 13.2.30
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.13.2
version: 17.14.3
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
digest: sha256:c2bb0c7b1d37ca3684310268b45fa070af1735c1969f256e2c94050a29c3c201
generated: "2023-07-15T10:44:28.827489145Z"
digest: sha256:17b45dd98206bc3856d787b7399053996e6039ec8b52c9e00a501e7fcd896765
generated: "2023-07-28T20:11:07.578307878Z"
4 changes: 2 additions & 2 deletions charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.17
version: 0.2.18

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -35,7 +35,7 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
- name: redis
condition: redis.enabled
version: "17.13.2"
version: "17.14.3"
repository: "https://charts.bitnami.com/bitnami"
- name: postgresql
condition: postgresql.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square)
![Version: 0.2.18](https://img.shields.io/badge/Version-0.2.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -16,7 +16,7 @@ A Helm chart for Kubernetes
|------------|------|---------|
| https://charts.bitnami.com/bitnami | nginx | 13.2.30 |
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |
| https://charts.bitnami.com/bitnami | redis | 17.13.2 |
| https://charts.bitnami.com/bitnami | redis | 17.14.3 |

## Values

Expand Down

0 comments on commit 9d518dd

Please sign in to comment.