From f15a312acb30e892d7d7a0a58fdd1d3de71be344 Mon Sep 17 00:00:00 2001 From: jebinjeb Date: Sun, 9 Jul 2023 12:45:30 +0530 Subject: [PATCH] config: Update image registry to intelops registry --- README.md | 2 +- charts/agent/Chart.yaml | 2 +- charts/agent/values.yaml | 6 +++--- charts/client/Chart.yaml | 2 +- charts/client/values.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8e0993c1..be11e38c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ kubectl create namespace kubviz #### Client Installation ```bash -helm repo add kubviz https://kube-tarian.github.io/kubviz/ +helm repo add kubviz https://intelops.github.io/kubviz/ helm repo update token=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index c2f2c217..f44f1e88 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.11 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 16fb7c0b..ddde8326 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/kube-tarian/kubviz/kubviz-agent + repository: ghcr.io/intelops/kubviz/kubviz-agent pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "latest" @@ -45,7 +45,7 @@ service: git_bridge: enabled: false image: - repository: ghcr.io/kube-tarian/git-agent + repository: ghcr.io/intelops/git-agent pullPolicy: Always tag: "latest" resources: @@ -74,7 +74,7 @@ git_bridge: container_bridge: enabled: false image: - repository: ghcr.io/kube-tarian/container-agent + repository: ghcr.io/intelops/container-agent pullPolicy: Always tag: "latest" resources: diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 6e21d0ac..75ac4767 100644 --- a/charts/client/Chart.yaml +++ b/charts/client/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.12 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/client/values.yaml b/charts/client/values.yaml index 5adc3e45..7457db1f 100644 --- a/charts/client/values.yaml +++ b/charts/client/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/kube-tarian/kubviz/client + repository: ghcr.io/intelops/kubviz/client pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "latest"