Skip to content

Commit

Permalink
config: Update image registry to intelops registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb committed Jul 9, 2023
1 parent d5398c1 commit f15a312
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f15a312

Please sign in to comment.