Skip to content

Commit

Permalink
[charts/csm-authorization] Add redis as a chart dependency (#480)
Browse files Browse the repository at this point in the history
* add redis as a chart dependency

* update depdencies
  • Loading branch information
shaynafinocchiaro committed Oct 29, 2024
1 parent fa20feb commit 42f3ea0
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/helm-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
echo "modified=true" >> "$GITHUB_OUTPUT"
fi
# disabling step temporarily to have more time to look into "chart metadata is missing these dependencies" error
# - name: Run chart-testing linter
# if: steps.modified-charts.outputs.modified == 'true'
# run: ct lint --config ct.yaml
- name: Run chart-testing linter
if: steps.modified-charts.outputs.modified == 'true'
run: ct lint --config ct.yaml
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.10.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 42f3ea0

Please sign in to comment.