Skip to content

Commit

Permalink
Bump mysql, memcached, csi (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Feb 28, 2024
1 parent b5fa9ef commit bd88865
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/memcached.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ job "memcached" {
driver = "docker"

config {
image = "memcached:1.6.17-alpine"
image = "memcached:1.6.23-alpine"
}

resources {
Expand Down
2 changes: 1 addition & 1 deletion jobs/mysql.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ job "mysql" {
}

config {
image = "mysql/mysql-server:8.0.31"
image = "mysql/mysql-server:8.0.32"
volumes = ["local/my.cnf:/etc/mysql/my.cnf"]
}

Expand Down
2 changes: 1 addition & 1 deletion jobs/plugin-ebs-controller.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ job "plugin-ebs-controller" {
driver = "docker"

config {
image = "amazon/aws-ebs-csi-driver:v1.6.2"
image = "public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.28.0"

args = [
"controller",
Expand Down
2 changes: 1 addition & 1 deletion jobs/plugin-ebs-nodes.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ job "plugin-ebs-nodes" {
driver = "docker"

config {
image = "amazon/aws-ebs-csi-driver:v1.6.2"
image = "public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.28.0"

args = [
"node",
Expand Down

0 comments on commit bd88865

Please sign in to comment.