mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
k8s example: updated elasticsearch's image tag from the default 'latest' to '7.4.0'
To fix the ImagePullBackOff error Fixes #3401
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: elasticsearch
|
||||
image: elasticsearch
|
||||
image: elasticsearch:7.4.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 9200
|
||||
|
||||
Reference in New Issue
Block a user