We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd94d53 commit 13adc2eCopy full SHA for 13adc2e
helm-charts/tarantool-cartridge/templates/deployment.yaml
@@ -46,6 +46,7 @@ spec:
46
name: www
47
spec:
48
accessModes: ["ReadWriteOnce"]
49
+ storageClassName: "csi-ceph-ssd-dp1"
50
resources:
51
requests:
52
storage: {{ .DiskSize }}
index.yaml
@@ -64,7 +64,7 @@ entries:
64
name: tarantool-operator
65
type: application
66
urls:
67
- - https://tarantool.github.io/tarantool-operator/tarantool-operator-0.0.10.tgz
+ - https://tarantool.github.io/tarantool-operator/releases/download/tarantool-operator-0.0.10/tarantool-operator-0.0.10.tgz
68
version: 0.0.10
69
- apiVersion: v2
70
appVersion: 1.16.0
0 commit comments