Browse Source

pin versions of container images

pull/2931/head
Sascha Marcel Schmidt 6 years ago
parent
commit
74cad6b811
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
2 changed files with 2 additions and 2 deletions
  1. 2
      contrib/network-storage/heketi/roles/provision/glusterfs-daemonset.json
  2. 2
      contrib/network-storage/heketi/roles/provision/heketi-bootstrap.json

2
contrib/network-storage/heketi/roles/provision/glusterfs-daemonset.json

@ -26,7 +26,7 @@
"hostNetwork": true,
"containers": [
{
"image": "gluster/gluster-centos:latest",
"image": "gluster/gluster-centos:gluster4u0_centos7",
"imagePullPolicy": "Always",
"name": "glusterfs",
"volumeMounts": [

2
contrib/network-storage/heketi/roles/provision/heketi-bootstrap.json

@ -56,7 +56,7 @@
"serviceAccountName": "heketi-service-account",
"containers": [
{
"image": "heketi/heketi:dev",
"image": "heketi/heketi:7",
"imagePullPolicy": "Always",
"name": "deploy-heketi",
"env": [

Loading…
Cancel
Save