Skip to content

Commit

Permalink
Release version v1.8.5 by ./build release command
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsc committed Dec 6, 2022
1 parent a0614b1 commit 581ac38
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 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.4"
appVersion: "v1.8.5"
description: Quobyte CSI Helm chart
name: quobyte-csi-driver
version: "1.8.5"
version: "1.8.6"
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.4
- --driver_version=v1.8.5
- --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.4
image: quay.io/quobyte/csi:v1.8.5
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.4
- --driver_version=v1.8.5
- --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.4
image: quay.io/quobyte/csi:v1.8.5
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.4
- --driver_version=v1.8.5
- --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.4
image: quay.io/quobyte/csi:v1.8.5
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.4
- --driver_version=v1.8.5
- --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.4
image: quay.io/quobyte/csi:v1.8.5
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.4
- --driver_version=v1.8.5
- --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.4
image: quay.io/quobyte/csi:v1.8.5
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.4
- --driver_version=v1.8.5
- --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.4
image: quay.io/quobyte/csi:v1.8.5
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.4"
csiProvisionerVersion: "v1.8.5"
# Release container
# github.com/quobyte/quobyte-csi
csiImage: "quay.io/quobyte/csi:v1.8.4"
csiImage: "quay.io/quobyte/csi:v1.8.5"
# github.com/quobyte/pod-killer
podKillerImage: "quay.io/quobyte/pod-killer:v0.1.3"
# k8s sidecar containers (https://github.com/kubernetes-csi/)
Expand Down
13 changes: 11 additions & 2 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
apiVersion: v1
entries:
quobyte-csi-driver:
- apiVersion: v1
appVersion: v1.8.5
created: "2022-12-06T11:33:17.145854789+01:00"
description: Quobyte CSI Helm chart
digest: 686a69fbb1e95eaec2bda60c3230f8ce2710eb1c3ce0bfce02bd3ebd47d88cc3
name: quobyte-csi-driver
urls:
- quobyte-csi-driver-1.8.6.tgz
version: 1.8.6
- apiVersion: v1
appVersion: v1.8.4
created: "2022-10-19T16:40:09.461980861+02:00"
created: "2022-12-06T11:33:17.145400857+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-10-19T16:40:09.461485082+02:00"
generated: "2022-12-06T11:33:17.144718063+01:00"
Binary file added helm/quobyte-csi-driver-1.8.6.tgz
Binary file not shown.

0 comments on commit 581ac38

Please sign in to comment.