Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Prepare for v2.3.3 release (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes committed Feb 8, 2021
1 parent a82707f commit 4ef7477
Show file tree
Hide file tree
Showing 15 changed files with 1,445 additions and 36 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Parameter | Description | Default
`secretRefName` | Reference name of storageos secret |
`secretRefNamespace` | Namespace of storageos secret |
`namespace` | Namespace where storageos cluster resources are created | `storageos`
`images.nodeContainer` | StorageOS node container image | `storageos/node:v2.3.1`
`images.nodeContainer` | StorageOS node container image | `storageos/node:v2.3.3`
`images.initContainer` | StorageOS init container image | `storageos/init:v2.1.0`
`images.apiManagerContainer` | StorageOS API Manager container image | `storageos/api-manager:v1.0.0`
`images.apiManagerContainer` | StorageOS API Manager container image | `storageos/api-manager:v1.0.1`
`images.csiNodeDriverRegistrarContainer` | CSI Node Driver Registrar Container image | Varies depending on Kubernetes version
`images.csiClusterDriverRegistrarContainer` | CSI Cluster Driver Registrar Container image | Varies depending on Kubernetes version
`images.csiExternalProvisionerContainer` | CSI External Provisioner Container image | Varies depending on Kubernetes version
Expand Down Expand Up @@ -375,4 +375,3 @@ data:
csiControllerExpandUsername:
csiControllerExpandPassword:
```
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM ${BASE_IMAGE}
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="v2.3.1" \
version="v2.3.3" \
release="2" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
2 changes: 1 addition & 1 deletion build/rhel-build-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM storageos/base-image:0.2.3
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="v2.3.1" \
version="v2.3.3" \
release="2" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/storageosoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
capabilities: Deep Insights
categories: Storage
certified: "true"
containerImage: registry.connect.redhat.com/storageos/cluster-operator:v2.3.1
containerImage: registry.connect.redhat.com/storageos/cluster-operator:v2.3.3
createdAt: ""
description: Cloud-native, persistent storage for containers.
operators.operatorframework.io/internal-objects: |-
Expand All @@ -34,7 +34,7 @@ metadata:
]
repository: https://github.com/storageos/cluster-operator
support: StorageOS, Inc
name: storageosoperator.v2.3.1
name: storageosoperator.v2.3.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -567,4 +567,4 @@ spec:
selector:
matchLabels:
operated-by: storageosoperator
version: 2.3.1
version: 2.3.3
11 changes: 6 additions & 5 deletions deploy/olm/community-changes.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Do not edit this file manually. Use release-gen.sh script to update.
metadata.name: storageosoperator.v2.3.1
metadata.name: storageosoperator.v2.3.3
metadata.namespace: placeholder
metadata.annotations.containerImage: storageos/cluster-operator:v2.3.1
spec.version: 2.3.1
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:v2.3.1
metadata.annotations.containerImage: storageos/cluster-operator:v2.3.3
spec.version: 2.3.3
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:v2.3.3
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[0].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[1].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[2].value: ""
Expand All @@ -16,4 +16,5 @@ spec.install.spec.deployments[0].spec.template.spec.containers[0].env[8].value:
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[9].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[10].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[11].value: ""
spec.replaces: storageosoperator.v2.3.0
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[12].value: ""
spec.replaces: storageosoperator.v2.3.1
13 changes: 7 additions & 6 deletions deploy/olm/csv-rhel/storageos.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: storageosoperator.v2.3.1
name: storageosoperator.v2.3.3
namespace: placeholder
annotations:
capabilities: Deep Insights
categories: Storage
description: Cloud-native, persistent storage for containers.
containerImage: registry.connect.redhat.com/storageos/cluster-operator:v2.3.1
containerImage: registry.connect.redhat.com/storageos/cluster-operator:v2.3.3
repository: https://github.com/storageos/cluster-operator
createdAt: "2020-11-13T11:34:33Z"
createdAt: "2021-02-08T13:51:58Z"
support: StorageOS, Inc
certified: "true"
operators.operatorframework.io/internal-objects: |-
Expand Down Expand Up @@ -160,7 +160,7 @@ spec:
- storage
- persistent storage
- open source
version: 2.3.1
version: 2.3.3
minKubeVersion: 1.13.0
maturity: stable
maintainers:
Expand Down Expand Up @@ -281,6 +281,7 @@ spec:
resources:
- storageclasses
- volumeattachments
- volumeattachments/status
- csinodeinfos
- csinodes
- csidrivers
Expand Down Expand Up @@ -378,7 +379,7 @@ spec:
- name: storageos-operator
command:
- cluster-operator
image: registry.connect.redhat.com/storageos/cluster-operator:v2.3.1
image: registry.connect.redhat.com/storageos/cluster-operator:v2.3.3
env:
- name: RELATED_IMAGE_STORAGEOS_NODE
value: ""
Expand Down Expand Up @@ -721,4 +722,4 @@ spec:
with the NFS Server. If not specified, a new PVC is provisioned and used.
displayName: Persistent Volume Claim
path: persistentVolumeClaim
replaces: storageosoperator.v2.3.0
replaces: storageosoperator.v2.3.1
Loading

0 comments on commit 4ef7477

Please sign in to comment.