Fixed image value version typo (#7768)
Was inconsistent with other values
This commit is contained in:
parent
fb052567cb
commit
eb22016bdd
|
@ -617,7 +617,7 @@ by `name`.
|
|||
# configuration file value
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:1.11
|
||||
image: nginx:1.10
|
||||
- name: nginx-helper-b
|
||||
image: helper:1.3
|
||||
- name: nginx-helper-c # key: nginx-helper-c; will be added in result
|
||||
|
|
Loading…
Reference in New Issue