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(deps): update helm release redis to v19 - autoclosed #40

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions n8n/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.3
version: 19.1.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.0.0
digest: sha256:68cef52de872a4c2fad57953982fecb57e5303b64257a39f78addfd18a138aa7
generated: "2024-03-18T17:12:11.995513224Z"
version: 15.2.5
digest: sha256:32f1625dcc1d54075559e46e493aa62676ffde1bf661d7f993fa29bc17bf4843
generated: "2024-04-18T22:47:07.581915129Z"
4 changes: 2 additions & 2 deletions n8n/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for n8n.io

dependencies:
- name: redis
version: "18.x"
version: "19.x"
repository: "https://charts.bitnami.com/bitnami"

- name: postgresql
Expand All @@ -16,7 +16,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.8
version: 0.2.9

# 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 Down
Loading