Skip to content

Commit

Permalink
升级grafana版本
Browse files Browse the repository at this point in the history
  • Loading branch information
data-infra committed Aug 9, 2024
1 parent c42f326 commit f9e4f5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/all_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'bitnami/kube-rbac-proxy:0.14.1', # 指标
'carlosedp/addon-resizer:v1.8.4', # 指标

'grafana/grafana:9.1.5', # 监控看板
'grafana/grafana:9.5.20', # 监控看板
"ccr.ccs.tencentyun.com/cube-studio/prometheus-adapter:v0.9.1", # peometheus指标翻译为自定义指标
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:9.1.5
image: grafana/grafana:9.5.20
env:
- name: GRAFANA_PORT
value: "3000"
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/pull_image_kubeflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker pull ccr.ccs.tencentyun.com/cube-studio/spark-operator:1.3.8-3.1.1 && doc
docker pull ccr.ccs.tencentyun.com/cube-studio/argoproj-argocli:v3.4.3 && docker tag ccr.ccs.tencentyun.com/cube-studio/argoproj-argocli:v3.4.3 argoproj/argocli:v3.4.3 &
docker pull ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.11.0-ubuntu20.04 && docker tag ccr.ccs.tencentyun.com/cube-studio/nvidia-k8s-device-plugin:v0.11.0-ubuntu20.04 nvidia/k8s-device-plugin:v0.11.0-ubuntu20.04 &
docker pull ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.46.0 && docker tag ccr.ccs.tencentyun.com/cube-studio/quay.io-prometheus-operator-prometheus-config-reloader:v0.46.0 quay.io/prometheus-operator/prometheus-config-reloader:v0.46.0 &
docker pull ccr.ccs.tencentyun.com/cube-studio/grafana-grafana:9.1.5 && docker tag ccr.ccs.tencentyun.com/cube-studio/grafana-grafana:9.1.5 grafana/grafana:9.1.5 &
docker pull ccr.ccs.tencentyun.com/cube-studio/grafana-grafana:9.5.20 && docker tag ccr.ccs.tencentyun.com/cube-studio/grafana-grafana:9.5.20 grafana/grafana:9.5.20 &
docker pull ccr.ccs.tencentyun.com/cube-studio/prom-prometheus:v2.27.1 && docker tag ccr.ccs.tencentyun.com/cube-studio/prom-prometheus:v2.27.1 prom/prometheus:v2.27.1 &
docker pull ccr.ccs.tencentyun.com/cube-studio/kubernetesui-metrics-scraper:v1.0.8 && docker tag ccr.ccs.tencentyun.com/cube-studio/kubernetesui-metrics-scraper:v1.0.8 kubernetesui/metrics-scraper:v1.0.8 &
docker pull ccr.ccs.tencentyun.com/cube-studio/argoproj-argoexec:v3.4.3 && docker tag ccr.ccs.tencentyun.com/cube-studio/argoproj-argoexec:v3.4.3 argoproj/argoexec:v3.4.3 &
Expand Down

0 comments on commit f9e4f5a

Please sign in to comment.