Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
09890a64
Commit
09890a64
authored
Dec 19, 2019
by
Sunny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update storageos-operator to version 0.2.17
Signed-off-by:
Sunny
<
sunny.gogoi@storageos.com
>
parent
16df4221
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
8 deletions
+18
-8
Chart.yaml
proposed/storageos-operator/v0.2.17/Chart.yaml
+2
-2
README.md
proposed/storageos-operator/v0.2.17/README.md
+2
-2
questions.yml
proposed/storageos-operator/v0.2.17/questions.yml
+2
-2
rbac.yaml
proposed/storageos-operator/v0.2.17/templates/rbac.yaml
+10
-0
values.yaml
proposed/storageos-operator/v0.2.17/values.yaml
+2
-2
No files found.
proposed/storageos-operator/v0.2.17/Chart.yaml
View file @
09890a64
apiVersion
:
v1
appVersion
:
"
1.5.
1
"
appVersion
:
"
1.5.
2
"
description
:
Cloud Native storage for containers
name
:
storageos-operator
version
:
0.2.1
6
version
:
0.2.1
7
tillerVersion
:
"
>=2.10.0"
keywords
:
-
storage
...
...
proposed/storageos-operator/v0.2.17/README.md
View file @
09890a64
...
...
@@ -150,7 +150,7 @@ Operator chart and their default values.
Parameter | Description | Default
--------- | ----------- | -------
`operator.image.repository`
| StorageOS Operator container image repository |
`storageos/cluster-operator`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.5.
1
`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.5.
2
`
`operator.image.pullPolicy`
| StorageOS Operator container image pull policy |
`IfNotPresent`
`podSecurityPolicy.enabled`
| If true, create & use PodSecurityPolicy resources |
`false`
`podSecurityPolicy.annotations`
| Specify pod annotations in the pod security policy |
`{}`
...
...
@@ -172,7 +172,7 @@ Parameter | Description | Default
`cluster.toleration.value`
| Value of the pod toleration parameter |
`cluster.disableTelemetry`
| If true, no telemetry data will be collected from the cluster |
`false`
`cluster.images.node.repository`
| StorageOS Node container image repository |
`storageos/node`
`cluster.images.node.tag`
| StorageOS Node container image tag |
`1.5.
1
`
`cluster.images.node.tag`
| StorageOS Node container image tag |
`1.5.
2
`
`cluster.csi.enable`
| If true, CSI driver is enabled |
`true`
`cluster.csi.deploymentStrategy`
| Whether CSI helpers should be deployed as a
`deployment`
or
`statefulset`
|
`deployment`
...
...
proposed/storageos-operator/v0.2.17/questions.yml
View file @
09890a64
...
...
@@ -32,7 +32,7 @@ questions:
type
:
string
label
:
StorageOS Operator Image Name
-
variable
:
operator.image.tag
default
:
"
1.5.
1
"
default
:
"
1.5.
2
"
description
:
"
StorageOS
Operator
image
tag"
type
:
string
label
:
StorageOS Operator Image Tag
...
...
@@ -73,7 +73,7 @@ questions:
type
:
string
label
:
StorageOS Node Container Image Name
-
variable
:
cluster.images.node.tag
default
:
"
1.5.
1
"
default
:
"
1.5.
2
"
description
:
"
StorageOS
Node
container
image
tag"
type
:
string
label
:
StorageOS Node Container Image Tag
...
...
proposed/storageos-operator/v0.2.17/templates/rbac.yaml
View file @
09890a64
...
...
@@ -94,6 +94,7 @@ rules:
-
volumeattachments
-
csinodeinfos
-
csinodes
-
csidrivers
verbs
:
-
create
-
delete
...
...
@@ -101,6 +102,7 @@ rules:
-
list
-
get
-
update
-
patch
-
apiGroups
:
-
apiextensions.k8s.io
resources
:
...
...
@@ -160,6 +162,14 @@ rules:
-
events
verbs
:
-
create
-
apiGroups
:
-
coordination.k8s.io
resources
:
-
leases
verbs
:
-
get
-
create
-
update
---
...
...
proposed/storageos-operator/v0.2.17/values.yaml
View file @
09890a64
...
...
@@ -27,7 +27,7 @@ operator:
image
:
repository
:
storageos/cluster-operator
tag
:
1.5.
1
tag
:
1.5.
2
pullPolicy
:
IfNotPresent
# cluster-specific configuation parameters.
...
...
@@ -88,7 +88,7 @@ cluster:
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
node
:
repository
:
storageos/node
tag
:
1.5.
1
tag
:
1.5.
2
csi
:
enable
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment