Skip to content

Revert the image pull secret update for delivery-metrics

What

Revert the image pull secret update for delivery-metrics from !5228.

Why

There is a permission error:

  Warning  Failed                             8m10s (x4 over 9m31s)   kubelet                  Failed to pull image "registry.ops.gitlab.net/gitlab-org/release/tools/delivery-metrics:latest": rpc error: code = Unknown desc = failed to pull and unpack image "registry.ops.gitlab.net/gitlab-org/release/tools/delivery-metrics:latest": failed to resolve reference "registry.ops.gitlab.net/gitlab-org/release/tools/delivery-metric
s:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

Also the old secret is actually a deploy token in the project that is not about to expire so we can keep using it for now.

Merge request reports