# Updating the versions - 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) - The `prometheus-config-reloader` uses the same version as the `prometheus-operator` version. - 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) ## Run the following command to ensure everything is updated: ```shell just third_party/k8s/prometheus-operator/update ``` - 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.