Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thcyron committed Jan 9, 2019
1 parent bf51531 commit cf02070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Container Storage Interface driver for Hetzner Cloud

**IMPORTANT: This project is still in development and not ready production yet!**

This is a CSI driver for Kubernetes 1.13 and greater.

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/hcloud-csi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:0.1.0
image: hetznercloud/hcloud-csi-driver:1.0.0
imagePullPolicy: Always
env:
- name: CSI_ENDPOINT
Expand Down Expand Up @@ -195,7 +195,7 @@ spec:
securityContext:
privileged: true
- name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:0.1.0
image: hetznercloud/hcloud-csi-driver:1.0.0
imagePullPolicy: Always
env:
- name: CSI_ENDPOINT
Expand Down
2 changes: 1 addition & 1 deletion src/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package driver

const (
PluginName = "csi.hetzner.cloud"
PluginVersion = "0.1.0"
PluginVersion = "1.0.0"

MaxVolumesPerNode = 16
DefaultVolumeSize = 10 // GB
Expand Down

0 comments on commit cf02070

Please sign in to comment.