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:
Antony Aleksandrov
2023-07-12 02:32:58 +03:00
committed by GitHub
parent ba24e8266e
commit cbd3ce41fd
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -6,7 +6,7 @@ image:
elasticsearch:
image:
pullPolicy: IfNotPresent
repository: docker.elastic.co/elasticsearch/elasticsearch
repository: elasticsearch
tag: "7.5.2"
python: