mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
Change elastic registry to default dockerhub (#1342)
* use docker hub version of elasticsearch * move to ix-dev * move to ix-dev --------- Co-authored-by: Anton Aleksandrov <afaleksandro@detmir.ru>
This commit is contained in:
committed by
GitHub
parent
ba24e8266e
commit
cbd3ce41fd
@@ -3,7 +3,7 @@ description: Diskover is used to monitor size/volumes of distributed dataset.
|
||||
annotations:
|
||||
title: Diskover Data
|
||||
type: application
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
apiVersion: v2
|
||||
appVersion: "2.0.1"
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -6,7 +6,7 @@ image:
|
||||
elasticsearch:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.elastic.co/elasticsearch/elasticsearch
|
||||
repository: elasticsearch
|
||||
tag: "7.5.2"
|
||||
|
||||
python:
|
||||
|
||||
Reference in New Issue
Block a user