Skip to content

Commit

Permalink
Release version v2.0.0 by ./build release command
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Jan 31, 2023
1 parent 2344360 commit da67d7c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 19 deletions.
4 changes: 2 additions & 2 deletions csi-driver-templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v1.8.5"
appVersion: "v2.0.0"
description: Quobyte CSI Helm chart
name: quobyte-csi-driver
version: "1.8.6"
version: "2.0.0"
24 changes: 12 additions & 12 deletions csi-driver-templates/tests/__snapshot__/csi_driver_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ should render when resource limits are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v1.8.5
- --driver_version=v2.0.0
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -389,7 +389,7 @@ should render when resource limits are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v1.8.5
image: quay.io/quobyte/csi:v2.0.0
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
resources:
Expand Down Expand Up @@ -534,7 +534,7 @@ should render when resource limits are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v1.8.5
- --driver_version=v2.0.0
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -555,7 +555,7 @@ should render when resource limits are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v1.8.5
image: quay.io/quobyte/csi:v2.0.0
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
resources:
Expand Down Expand Up @@ -915,7 +915,7 @@ should render when tolerations are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v1.8.5
- --driver_version=v2.0.0
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -937,7 +937,7 @@ should render when tolerations are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v1.8.5
image: quay.io/quobyte/csi:v2.0.0
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down Expand Up @@ -1078,7 +1078,7 @@ should render when tolerations are provided:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v1.8.5
- --driver_version=v2.0.0
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1099,7 +1099,7 @@ should render when tolerations are provided:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v1.8.5
image: quay.io/quobyte/csi:v2.0.0
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down Expand Up @@ -1455,7 +1455,7 @@ should render with default values:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v1.8.5
- --driver_version=v2.0.0
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1477,7 +1477,7 @@ should render with default values:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v1.8.5
image: quay.io/quobyte/csi:v2.0.0
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down Expand Up @@ -1614,7 +1614,7 @@ should render with default values:
- --node_name=$(KUBE_NODE_NAME)
- --api_url=$(QUOBYTE_API_URL)
- --driver_name=csi.quobyte.com
- --driver_version=v1.8.5
- --driver_version=v2.0.0
- --enable_access_key_mounts=false
- --quobyte_version=3
- --immediate_erase=false
Expand All @@ -1635,7 +1635,7 @@ should render with default values:
fieldPath: spec.nodeName
- name: QUOBYTE_API_URL
value: http://quobyte-api.default.svc.cluster.local:7860
image: quay.io/quobyte/csi:v1.8.5
image: quay.io/quobyte/csi:v2.0.0
imagePullPolicy: IfNotPresent
name: quobyte-csi-driver
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions csi-driver-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ quobyte:
# Please do NOT change the dev: configuration unless otherwise advised to change.
dev:
# CSI Release version
csiProvisionerVersion: "v1.8.5"
csiProvisionerVersion: "v2.0.0"
# Release container
# github.com/quobyte/quobyte-csi
csiImage: "quay.io/quobyte/csi:v1.8.5"
csiImage: "quay.io/quobyte/csi:v2.0.0"
# github.com/quobyte/pod-killer
podKillerImage: "quay.io/quobyte/pod-killer:v0.1.3"
# k8s sidecar containers (https://github.com/kubernetes-csi/)
Expand Down
15 changes: 12 additions & 3 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
apiVersion: v1
entries:
quobyte-csi-driver:
- apiVersion: v1
appVersion: v2.0.0
created: "2023-01-31T13:45:07.286099455+01:00"
description: Quobyte CSI Helm chart
digest: 9f53ad5aeb550220a0131be45a888ceb7210c3f19c8b5aff9fecdd09c01613df
name: quobyte-csi-driver
urls:
- quobyte-csi-driver-2.0.0.tgz
version: 2.0.0
- apiVersion: v1
appVersion: v1.8.5
created: "2022-12-06T11:33:17.145854789+01:00"
created: "2023-01-31T13:45:07.285540516+01:00"
description: Quobyte CSI Helm chart
digest: 686a69fbb1e95eaec2bda60c3230f8ce2710eb1c3ce0bfce02bd3ebd47d88cc3
name: quobyte-csi-driver
Expand All @@ -12,11 +21,11 @@ entries:
version: 1.8.6
- apiVersion: v1
appVersion: v1.8.4
created: "2022-12-06T11:33:17.145400857+01:00"
created: "2023-01-31T13:45:07.284538694+01:00"
description: Quobyte CSI Helm chart
digest: 0b343db95576a44bf6e42592b0a2d664104fc77a4d75553706ca7d7eb8f78654
name: quobyte-csi-driver
urls:
- quobyte-csi-driver-1.8.5.tgz
version: 1.8.5
generated: "2022-12-06T11:33:17.144718063+01:00"
generated: "2023-01-31T13:45:07.284065531+01:00"
Binary file added helm/quobyte-csi-driver-2.0.0.tgz
Binary file not shown.

0 comments on commit da67d7c

Please sign in to comment.