Skip to content

Commit a99d49c

Browse files
committed
Update repo references
1 parent ef76095 commit a99d49c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ actually rely on it for anything important yet!
1717
Interested in what we are doing? Grab a
1818
[daily build](https://checkmk.com/download/archive#checkmk-dailies) of Checkmk
1919
and a copy of this repo and
20-
[try rustik in your cluster](https://github.com/relrod/cmk-rustik/wiki/Testing-on-an-unmodified-Checkmk).
20+
[try rustik in your cluster](https://github.com/checkmk/cmk-rustik/wiki/Testing-on-an-unmodified-Checkmk).
2121
Later in this `README.md`, you will find a list of dependencies to get the
2222
development environment spun up.
2323

2424
Alternatively, we build images on each push to `master` and have a rolling
2525
`0.0.0-master` release of our Helm chart. You can give it a try with:
2626

2727
```bash
28-
helm install rustik oci://ghcr.io/relrod/charts/cmk-rustik --version 0.0.0-master \
28+
helm install rustik oci://ghcr.io/checkmk/charts/cmk-rustik --version 0.0.0-master \
2929
--set clusterName=mycluster \
3030
--set clusterHostName=my-cmk-host \
3131
--set push.enabled=true \

charts/cmk-rustik/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metricsFetcher:
2424
# image allows you to override the metrics-fetcher container image properties.
2525
image:
2626
# repository is the registry path and image name, without the tag.
27-
repository: ghcr.io/relrod/cmk-rustik-metrics-fetcher
27+
repository: ghcr.io/checkmk/cmk-rustik-metrics-fetcher
2828
# tag is the image tag or version to use. It defaults to the app version.
2929
tag: ""
3030
# pullPolicy defines when and if Kubernetes should repull.
@@ -55,7 +55,7 @@ metricsCache:
5555
# image allows you to override the metrics-cache container image properties.
5656
image:
5757
# repository is the registry path and image name, without the tag.
58-
repository: ghcr.io/relrod/cmk-rustik-metrics-cache
58+
repository: ghcr.io/checkmk/cmk-rustik-metrics-cache
5959
# tag is the image tag or version to use. It defaults to the app version.
6060
tag: ""
6161
# pullPolicy defines when and if Kubernetes should repull.

0 commit comments

Comments
 (0)