...

Text file src/edge-infra.dev/third_party/k8s/prometheus-operator/README.md

Documentation: edge-infra.dev/third_party/k8s/prometheus-operator

     1# Updating the versions
     2
     3- In order to update the third-party resource versions you will need to change the items under the comment `Container Versions` which include `prom-operator_version`, `prom-cr_version`, `alertmanager_version`, and `prom-engine_version` in [third_party/k8s/prometheus-operator/justfile](./justfile)
     4- The `prometheus-config-reloader` uses the same version as the `prometheus-operator` version.
     5- Make sure to check the compatibility between these various third party imports. (see: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/compatibility.md)
     6
     7## Run the following command to ensure everything is updated:
     8
     9```shell
    10just third_party/k8s/prometheus-operator/update
    11```
    12
    13- The justfile automatically adds images to NCR public registry by modifying the [/hack/deps/images.bzl](../../hack/deps/images.bzl) file. These images are referenced in the [kustomization](./kustomization.yaml). The justfile will also update the repo, registry, and tag references.

View as plain text