Skip to content

Commit

Permalink
add redis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Jul 30, 2024
1 parent b7bd226 commit a2eacf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/csm-authorization-v2.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description: |
storage enablers for Dell EMC storage products. CSM for Authorization provides storage and Kubernetes administrators the ability
to apply RBAC for Dell CSI Drivers.
dependencies:
- name: redis-csm
version: 0.1.0
condition: required
- name: cert-manager
version: 1.11.0
repository: https://charts.jetstack.io
Expand Down
3 changes: 3 additions & 0 deletions charts/csm-authorization/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ description: |
storage enablers for Dell EMC storage products. CSM for Authorization provides storage and Kubernetes administrators the ability
to apply RBAC for Dell CSI Drivers.
dependencies:
- name: redis
version: 0.1.0
condition: required
- name: cert-manager
version: 1.10.0
repository: https://charts.jetstack.io
Expand Down

0 comments on commit a2eacf1

Please sign in to comment.