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 memcached to v7 #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions charts/yopass/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 6.5.2
version: 7.5.3
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.11.3
digest: sha256:d343000cd82766cc14f73dce9192145c5915caa03138f4896fe4df0a2775b274
generated: "2023-06-08T13:24:59.540013-07:00"
digest: sha256:5ac6e8db7c0d7e0c8c352dd65225a173aa3a1171c4149d3492912058c8d42821
generated: "2024-11-30T03:46:49.786142289Z"
4 changes: 2 additions & 2 deletions charts/yopass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ home: https://github.com/jhaals/yopass
# 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.8.0
version: 0.9.0

# 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 @@ -28,7 +28,7 @@ version: 0.8.0
appVersion: 11.15.1
dependencies:
- name: memcached
version: "6.5.2"
version: "7.5.3"
repository: "https://charts.bitnami.com/bitnami"
condition: memcached.enabled
- name: redis
Expand Down
Loading