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(storage/ceph-csi): update to 3.7.1 #833

Merged
merged 3 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion charts/storage-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: storage-apps
description: Argo CD app-of-apps config for storage applications
type: application
version: 0.9.1
version: 0.10.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
sources:
- https://github.com/adfinis/helm-charts
Expand Down
6 changes: 3 additions & 3 deletions charts/storage-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/storage-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cephCsiRbd:
# -- Chart
chart: "ceph-csi-rbd"
# -- [ceph-csi-rbd Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/rbd) version
targetRevision: "3.6.*"
targetRevision: "3.7.*"
# -- Helm values
# @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/rbd/ceph-csi-rbd/values.yaml)
values: {}
Expand All @@ -33,7 +33,7 @@ cephCsiCephfs:
# -- Chart
chart: "ceph-csi-cephfs"
# -- [ceph-csi-cephfs Helm chart](https://github.com/ceph/csi-charts/tree/master/docs/cephfs) version
targetRevision: "3.6.*"
targetRevision: "3.7.*"
# -- Helm values
# @default -- [upstream values](https://github.com/ceph/csi-charts/tree/master/docs/cephfs/ceph-csi-cephfs/values.yaml)
values: {}
Expand Down