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

[charts/csm-authorization] Add redis as a chart dependency #480

Merged
merged 2 commits into from
Aug 6, 2024
Merged
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
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
atye marked this conversation as resolved.
Show resolved Hide resolved
version: 0.1.0
condition: required
- name: cert-manager
version: 1.10.0
repository: https://charts.jetstack.io
Expand Down