From a8d36edd37c22576022d22fa31656cffe310c4cf Mon Sep 17 00:00:00 2001 From: nghialv Date: Mon, 7 Feb 2022 21:13:18 +0900 Subject: [PATCH] Update chart and readme to use ghcr image --- README.md | 4 ++-- helm/promviz/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0082f1f..2bb0cf0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Promviz [![CircleCI Build Status](https://circleci.com/gh/nghialv/promviz.svg?style=shield)](https://circleci.com/gh/nghialv/promviz) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com) [![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nghialv/promviz/blob/master/LICENSE) +# Promviz [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com) [![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nghialv/promviz/blob/master/LICENSE) Promviz is an application that helps you visualize the traffic of your cluster from Prometheus data. @@ -37,7 +37,7 @@ helm install --name promviz-front ./helm/promviz-front Docker images of both `promviz` and `promviz-front` are available on Docker Hub. -- [nghialv2607/promviz](https://hub.docker.com/r/nghialv2607/promviz) +- [ghcr.io/nghialv/promviz](https://github.com/nghialv/promviz/pkgs/container/promviz) - [mjhddevlion/promviz-front](https://hub.docker.com/r/mjhddevlion/promviz-front) ## Example diff --git a/helm/promviz/values.yaml b/helm/promviz/values.yaml index 4319e28..ee9b835 100644 --- a/helm/promviz/values.yaml +++ b/helm/promviz/values.yaml @@ -18,8 +18,8 @@ storage: ## Configurations for promviz container promviz: image: - repository: nghialv2607/promviz - tag: v0.1.0 + repository: ghcr.io/nghialv/promviz + tag: v0.2.0 pullPolicy: Always log: level: info