Skip to content

Commit

Permalink
Update chart and readme to use ghcr image
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Feb 7, 2022
1 parent 96d0aa7 commit a8d36ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/promviz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8d36ed

Please sign in to comment.