Update COSI driver v0.1.1 (#5845)

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil 2024-08-01 18:47:41 +02:00 committed by GitHub
parent 3b0130b070
commit a7e00d9074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -42,9 +42,12 @@ rules:
- "events" - "events"
verbs: verbs:
- "get" - "get"
- "delete" - "list"
- "watch"
- "update" - "update"
- "create" - "create"
- "delete"
- "patch"
--- ---
kind: ClusterRoleBinding kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1

View File

@ -145,6 +145,11 @@ spec:
imagePullPolicy: {{ default "IfNotPresent" .Values.global.imagePullPolicy }} imagePullPolicy: {{ default "IfNotPresent" .Values.global.imagePullPolicy }}
args: args:
- {{ printf "--v=%s" (default "5" .Values.cosi.sidecar.logLevel) }} - {{ printf "--v=%s" (default "5" .Values.cosi.sidecar.logLevel) }}
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
volumeMounts: volumeMounts:
- mountPath: /var/lib/cosi - mountPath: /var/lib/cosi
name: socket name: socket

View File

@ -872,7 +872,7 @@ s3:
# For more information, visit: https://container-object-storage-interface.github.io/docs/deployment-guide # For more information, visit: https://container-object-storage-interface.github.io/docs/deployment-guide
cosi: cosi:
enabled: false enabled: false
image: "ghcr.io/seaweedfs/seaweedfs-cosi-driver:v0.1.0" image: "ghcr.io/seaweedfs/seaweedfs-cosi-driver:v0.1.1"
driverName: "seaweedfs.objectstorage.k8s.io" driverName: "seaweedfs.objectstorage.k8s.io"
endpoint: "" endpoint: ""
region: "" region: ""