فهرست منبع

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 سال پیش
والد
کامیت
cbd3ce41fd
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      library/ix-dev/charts/diskoverdata/Chart.yaml
  2. 1 1
      library/ix-dev/charts/diskoverdata/values.yaml

+ 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: