mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
pin versions of container images
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"hostNetwork": true,
|
"hostNetwork": true,
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"image": "gluster/gluster-centos:latest",
|
"image": "gluster/gluster-centos:gluster4u0_centos7",
|
||||||
"imagePullPolicy": "Always",
|
"imagePullPolicy": "Always",
|
||||||
"name": "glusterfs",
|
"name": "glusterfs",
|
||||||
"volumeMounts": [
|
"volumeMounts": [
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
"serviceAccountName": "heketi-service-account",
|
"serviceAccountName": "heketi-service-account",
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"image": "heketi/heketi:dev",
|
"image": "heketi/heketi:7",
|
||||||
"imagePullPolicy": "Always",
|
"imagePullPolicy": "Always",
|
||||||
"name": "deploy-heketi",
|
"name": "deploy-heketi",
|
||||||
"env": [
|
"env": [
|
||||||
|
|||||||
Reference in New Issue
Block a user