Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update redis helm chart to latest revision #3843

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
0.62.0
------

Internal Changes
~~~~~~~~~~~~~~~~

**Improvements**

* **Infrastructure Components**: ``redis`` has been upgraded from version ``7.0.7`` to ``7.4.1``

0.61.0
------
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
# bitnami claims that this will always contain a full set of charts - let us pray...
# this index was 19MB as of the date of this commit and contained redis 17.4.2
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
version: 17.4.2
version: 20.3.0
condition: redis.install
- name: renku-jena
version: "0.0.25"
Expand Down
Loading