Update to 1.8.4 (and rename task group)

This commit is contained in:
Daniel Berteaud 2023-11-10 09:38:51 +01:00
parent 35420a1f81
commit 6bd203cfa3
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ job "[[ .democratic_csi.instance ]]-controller" {
[[- range $proto := slice "iscsi" "nfs" ]]
group "[[ $proto ]]" {
group "[[ $proto ]]-controller" {
count = [[ $.democratic_csi.controller.count ]]

View File

@ -1,4 +1,4 @@
ARG CSI_VERSION=1.8.3
ARG CSI_VERSION=1.8.4
FROM docker.io/democraticcsi/democratic-csi:v${CSI_VERSION}
MAINTAINER [[ .docker.maintainer ]]

View File

@ -7,7 +7,7 @@ job "[[ .democratic_csi.instance ]]-node" {
[[- range $proto := slice "iscsi" "nfs" ]]
group "[[ $proto ]]" {
group "[[ $proto ]]-node" {
[[- if eq $proto "iscsi" ]]
volume "host_root" {

View File

@ -2,7 +2,7 @@
democratic_csi:
# The Docker image to use
image: danielberteaud/democratic-csi:1.8.3-4
image: danielberteaud/democratic-csi:1.8.4-1
# The ID of the storage plugin (the protocol will be appended
# Eg org.democratic-csi.iscsi and org.democratic-csi.nfs