Skip to content

Commit

Permalink
Merge pull request #62 from ondat/291_ondat
Browse files Browse the repository at this point in the history
Ondat v2.9.1
  • Loading branch information
scflavell authored Nov 22, 2022
2 parents 5c6a2cc + bbdf06e commit 1678366
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/component-charts/ondat-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "v2.9.0"
appVersion: "v2.9.1"
description: Cloud Native storage for containers
name: ondat-operator
version: 0.7.2
version: 0.7.3
keywords:
- storage
- block-storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
csi:
description: CSI defines the configurations for CSI.
properties:
attacherTimeout:
type: string
deploymentStrategy:
type: string
deviceDir:
Expand All @@ -80,10 +82,18 @@ spec:
type: string
pluginDir:
type: string
provisionerTimeout:
type: string
provisionerWorkerCount:
type: integer
registrarSocketDir:
type: string
registrationDir:
type: string
resizerTimeout:
type: string
snapshotterTimeout:
type: string
version:
type: string
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ webhooks:
name: storageos-operator-webhook
namespace: {{ .Release.Namespace }}
path: /validate-storageoscluster
failurePolicy: Fail
failurePolicy: Ignore
name: cluster-validator.storageos.com
rules:
- apiGroups:
Expand Down
4 changes: 2 additions & 2 deletions charts/component-charts/ondat-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ images:
operator:
registry: docker.io/storageos
image: operator
tag: v2.9.0
tag: v2.9.1
apiManager:
registry: docker.io/storageos
image: api-manager
Expand Down Expand Up @@ -64,7 +64,7 @@ images:
node:
registry: docker.io/storageos
image: node
tag: v2.9.0
tag: v2.9.1
metricsExporter:
registry: docker.io/storageos
image: metrics-exporter
Expand Down

0 comments on commit 1678366

Please sign in to comment.