File tree Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ helm repo add kvaps https://kvaps.github.io/charts
63
63
64
64
``` bash
65
65
# download example values
66
- curl -LO https://github.com/kvaps/kube-linstor/raw/v1.13.0-1 /examples/linstor-db.yaml
66
+ curl -LO https://github.com/kvaps/kube-linstor/raw/v1.14.0 /examples/linstor-db.yaml
67
67
68
68
# install release
69
69
helm install linstor-db kvaps/stolon \
@@ -118,10 +118,10 @@ helm repo add kvaps https://kvaps.github.io/charts
118
118
119
119
``` bash
120
120
# download example values
121
- curl -LO https://github.com/kvaps/kube-linstor/raw/v1.13.0-1 /examples/linstor.yaml
121
+ curl -LO https://github.com/kvaps/kube-linstor/raw/v1.14.0 /examples/linstor.yaml
122
122
123
123
# install release
124
- helm install linstor kvaps/linstor --version 1.13.0-1 \
124
+ helm install linstor kvaps/linstor --version 1.14.0 \
125
125
--namespace linstor \
126
126
-f linstor.yaml
127
127
```
Original file line number Diff line number Diff line change 1
1
FROM debian:buster as builder
2
2
3
- ARG VERSION=1.13 .0
3
+ ARG VERSION=1.14 .0
4
4
5
5
ENV DEBIAN_FRONTEND noninteractive
6
6
RUN apt-get update \
@@ -23,8 +23,8 @@ RUN dpkg-buildpackage -us -uc
23
23
24
24
FROM debian:buster as client-builder
25
25
26
- ARG API_VERSION=1.8 .0
27
- ARG CLIENT_VERSION=1.8 .0
26
+ ARG API_VERSION=1.9 .0
27
+ ARG CLIENT_VERSION=1.9 .0
28
28
29
29
ENV DEBIAN_FRONTEND noninteractive
30
30
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.15 as builder
2
2
3
3
RUN git clone https://github.com/linbit/linstor-csi/ /usr/local/go/linstor-csi/ \
4
4
&& cd /usr/local/go/linstor-csi \
5
- && git reset --hard v0.13.0 \
5
+ && git reset --hard v0.13.1 \
6
6
&& make -f container.mk staticrelease \
7
7
&& mv ./linstor-csi-linux-amd64 /
8
8
Original file line number Diff line number Diff line change 1
1
FROM debian:buster as builder
2
2
3
- ARG VERSION=1.13 .0
3
+ ARG VERSION=1.14 .0
4
4
5
5
ENV DEBIAN_FRONTEND noninteractive
6
6
RUN apt-get update \
@@ -23,7 +23,7 @@ RUN dpkg-buildpackage -us -uc
23
23
24
24
FROM debian:buster as utils-builder
25
25
26
- ARG UTILS_VERSION=9.18.0
26
+ ARG UTILS_VERSION=9.18.2
27
27
28
28
ENV DEBIAN_FRONTEND noninteractive
29
29
RUN apt-get update \
@@ -61,7 +61,7 @@ RUN dpkg-buildpackage -us -uc
61
61
62
62
FROM debian:buster as reactor-builder
63
63
64
- ARG REACTOR_VERSION=0.4.0
64
+ ARG REACTOR_VERSION=0.4.3
65
65
66
66
ENV DEBIAN_FRONTEND noninteractive
67
67
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ RUN apt-get update \
7
7
8
8
RUN git clone https://github.com/libopenstorage/stork /go/src/github.com/libopenstorage/stork \
9
9
&& cd /go/src/github.com/libopenstorage/stork \
10
- && git reset --hard v2.6.3
10
+ && git reset --hard v2.6.4
11
11
12
- RUN GO111MODULE=on go get -u -d github.com/libopenstorage/stork@v2.6.3
12
+ RUN GO111MODULE=on go get -u -d github.com/libopenstorage/stork@v2.6.4
13
13
WORKDIR /go/src/github.com/libopenstorage/stork
14
14
15
15
RUN make vendor
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Anyway you can perform upgrade by simple replacing resources in your Kubernetes
47
47
*** Helm way:***
48
48
49
49
``` bash
50
- helm upgrade linstor kvaps/linstor --version 1.13.0-1 --namespace linstor -f linstor.yaml
50
+ helm upgrade linstor kvaps/linstor --version 1.14.0 --namespace linstor -f linstor.yaml
51
51
```
52
52
53
53
*** Templated manifests:***
Original file line number Diff line number Diff line change 1
1
name : linstor
2
2
description : Containerized LINSTOR SDS for Kubernetes, ready for production use.
3
- version : 1.13.0-1
4
- appVersion : 1.13 .0
3
+ version : 1.14.0
4
+ appVersion : 1.14 .0
5
5
icon : https://hsto.org/getpro/habr/post_images/e47/594/c07/e47594c0721332fb46493d20339bb1be.png
6
6
keywords :
7
7
- linstor
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ controller:
7
7
enabled : true
8
8
image :
9
9
repository : ghcr.io/kvaps/linstor-controller
10
- tag : v1.13.0-1
10
+ tag : v1.14.0
11
11
pullPolicy : IfNotPresent
12
12
pullSecrets :
13
13
- name : regsecret
@@ -81,7 +81,7 @@ satellite:
81
81
enabled : true
82
82
image :
83
83
repository : ghcr.io/kvaps/linstor-satellite
84
- tag : v1.13.0-1
84
+ tag : v1.14.0
85
85
pullPolicy : IfNotPresent
86
86
pullSecrets :
87
87
- name : regsecret
192
192
- name : regsecret
193
193
linstorCsiPlugin :
194
194
repository : ghcr.io/kvaps/linstor-csi
195
- tag : v1.13.0-1
195
+ tag : v1.14.0
196
196
pullPolicy : IfNotPresent
197
197
csiProvisioner :
198
198
repository : k8s.gcr.io/sig-storage/csi-provisioner
@@ -246,7 +246,7 @@ haController:
246
246
enabled : true
247
247
image :
248
248
repository : ghcr.io/kvaps/linstor-ha-controller
249
- tag : v1.13.0-1
249
+ tag : v1.14.0
250
250
pullPolicy : IfNotPresent
251
251
pullSecrets :
252
252
- name : regsecret
@@ -271,7 +271,7 @@ stork:
271
271
enabled : true
272
272
image :
273
273
repository : ghcr.io/kvaps/linstor-stork
274
- tag : v1.13.0-1
274
+ tag : v1.14.0
275
275
pullPolicy : IfNotPresent
276
276
pullSecrets :
277
277
- name : regsecret
You can’t perform that action at this time.
0 commit comments