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 redis docker tag to v20.6.0 #34

Merged
merged 1 commit into from
Dec 19, 2024
Merged
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
chore(deps): update redis docker tag to v20.6.0
  • Loading branch information
dslab-renovate[bot] authored Dec 17, 2024
commit 70cdc584f4e966026bf9ec0f58e2215b96a11312
4 changes: 2 additions & 2 deletions wordpress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@ apiVersion: v2
name: wordpress
description: A Helm chart for Wordpress on Kubernetes with NGINX and PHP-FPM
type: application
version: 0.1.8
version: 0.1.9
appVersion: "6.2.2"
dependencies:
- name: mariadb
version: "20.1.1"
repository: oci://registry-1.docker.io/bitnamicharts
condition: mariadb.enabled
- name: redis
version: "20.4.0"
version: "20.6.0"
repository: oci://registry-1.docker.io/bitnamicharts
condition: redis.enabled
Loading