Add versioning for mongo config image

This commit is contained in:
galal-hussein 2016-12-08 00:37:42 +02:00
parent 3aacb31d52
commit 82bb421fd4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
template: template:
spec: spec:
containers: containers:
- image: husseingalal/mongo-k8s-config - image: husseingalal/mongo-k8s-config:v0.2.0
name: mongo-config name: mongo-config
volumeMounts: volumeMounts:
- mountPath: /opt/rancher/bin - mountPath: /opt/rancher/bin

View File

@ -20,7 +20,7 @@ metadata:
spec: spec:
containers: containers:
- name: mongo-config - name: mongo-config
image: husseingalal/mongo-k8s-config image: husseingalal/mongo-k8s-config:v0.2.0
volumeMounts: volumeMounts:
- mountPath: /opt/rancher/bin - mountPath: /opt/rancher/bin
name: utility name: utility