Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
001c931
added simplyblock cp and operator helm resource
geoffrey1330 Jan 13, 2026
65c58cd
removed ingress controller and resources
geoffrey1330 Jan 13, 2026
3e77fe9
updated chart dependency conditions
geoffrey1330 Jan 13, 2026
d39d356
moved mongodb CR to controlplane deploy
geoffrey1330 Jan 13, 2026
e972856
removed caching node storageclass
geoffrey1330 Jan 13, 2026
534b747
removed configmap simplyblock-fdb-entrypoint-script
geoffrey1330 Jan 13, 2026
61529c8
conditionalize cp and operator resource installation
geoffrey1330 Jan 13, 2026
183ab04
add more helm value to operator cr
geoffrey1330 Jan 13, 2026
b87c504
create secretData only if they exist
geoffrey1330 Jan 13, 2026
c13b1ed
create secretData only if they else empty secret
geoffrey1330 Jan 13, 2026
d462c70
fixed nil pointer in helm
geoffrey1330 Jan 13, 2026
6b119a8
updated pool cr param
geoffrey1330 Jan 13, 2026
5837bb8
updated helm operator value stripeWdata and stripeWparity
geoffrey1330 Jan 13, 2026
06701a2
added helm chart dependencies
geoffrey1330 Jan 13, 2026
6067dbb
added support for toleration in snode CR
geoffrey1330 Jan 14, 2026
80d0316
added support for toleration in snode CR
geoffrey1330 Jan 14, 2026
b8ebcbd
updated the reloader name
geoffrey1330 Jan 14, 2026
c04c4ba
fixed duplicate port name
geoffrey1330 Jan 14, 2026
080bc06
fixed graylog and grafana external endpoint
geoffrey1330 Jan 14, 2026
b04629b
refactored helm chart
geoffrey1330 Jan 15, 2026
3cbc72e
updated helm values
geoffrey1330 Jan 16, 2026
4c72d77
Merge branch 'master' into add_sbcli_operator_helm
geoffrey1330 Mar 20, 2026
360bd86
added replicate to csi pvc creation request
geoffrey1330 Mar 20, 2026
a1916b3
connected using connection port from api
geoffrey1330 Mar 20, 2026
c20eb37
added snapshotreplication crd
geoffrey1330 Mar 20, 2026
7a59d76
avoid overwriting prometheus configmap
geoffrey1330 Mar 20, 2026
be9c711
added nodeselector to controlplane services
geoffrey1330 Apr 2, 2026
44d7200
added nodeselector to monitoring services
geoffrey1330 Apr 2, 2026
aa75a21
updated image branch
geoffrey1330 Apr 2, 2026
9e74a4d
fix: move reloader annotations to Deployment metadata in controlplane…
geoffrey1330 Apr 2, 2026
df70c1e
updated the webapi matchLabels
geoffrey1330 Apr 2, 2026
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
22 changes: 22 additions & 0 deletions charts/spdk-csi/latest/spdk-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ keywords:
- spdk-csi
- simplyblock
- controller
- mgmt
- sbcli
home: https://github.com/simplyblock-io/spdk-csi
sources:
- https://github.com/simplyblock-io/spdk-csi/tree/master/charts/spdk-csi

dependencies:
- name: mongodb-kubernetes
version: 1.4.0
repository: https://mongodb.github.io/helm-charts
alias: mongodb
condition: controlplane.observability.enabled
- name: opensearch
version: 2.9.0
repository: https://opensearch-project.github.io/helm-charts
condition: controlplane.observability.enabled
- name: prometheus
version: "25.18.0"
repository: "https://prometheus-community.github.io/helm-charts"
condition: controlplane.enabled
- name: reloader
version: 1.3.0
repository: https://stakater.github.io/stakater-charts
alias: reloader
condition: controlplane.enabled
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Loading
Loading