Skip to content

Commit

Permalink
fix(csi,hostpath): upgrade version to 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Oct 15, 2023
1 parent 28d3b56 commit fee935a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions csi-hostpath.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "go_version" {
variable "plugin_version" {
type = string
description = "Version of Hostpath csi plugin to use"
default = "1.9.0"
default = "1.12.0"
}


Expand All @@ -17,15 +17,15 @@ job "plugin-csi-hostpath-controller" {
datacenters = ["dc1"]
type = "system"
update {
max_parallel = 1
// health_check = "checks"
// min_healthy_time = "10s"
// healthy_deadline = "5m"
// progress_deadline = "10m"
max_parallel = 2
health_check = "checks"
min_healthy_time = "120s"
healthy_deadline = "5m"
progress_deadline = "10m"
auto_revert = true
auto_promote = true
canary = 1
// stagger = "30s"
stagger = "30s"
}

group "controller" {
Expand Down Expand Up @@ -88,8 +88,8 @@ PATH=${NOMAD_ALLOC_DIR}/usr/local/go/bin:${PATH} install bin/hostpathplugin ${NO

task "plugin" {
resources {
cpu = 10 # 10 MHz
memory = 25 # 25MB
cpu = 20 # 10 MHz
memory = 50 # 25MB
}
// service {
// tags = ["csi"]
Expand Down

0 comments on commit fee935a

Please sign in to comment.