Sfoglia il codice sorgente

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>
Antony Aleksandrov 2 anni fa
parent
commit
cbd3ce41fd

+ 1 - 1
library/ix-dev/charts/diskoverdata/Chart.yaml

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

+ 1 - 1
library/ix-dev/charts/diskoverdata/values.yaml

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