File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ actually rely on it for anything important yet!
1717Interested in what we are doing? Grab a
1818[ daily build] ( https://checkmk.com/download/archive#checkmk-dailies ) of Checkmk
1919and 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 ) .
2121Later in this ` README.md ` , you will find a list of dependencies to get the
2222development environment spun up.
2323
2424Alternatively, 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 \
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments