Skip to content

Document how to configure skipping private registries for serving enabled#204

Open
mhotan wants to merge 1 commit intomainfrom
mike/serving-private-registries
Open

Document how to configure skipping private registries for serving enabled#204
mhotan wants to merge 1 commit intomainfrom
mike/serving-private-registries

Conversation

@mhotan
Copy link
Contributor

@mhotan mhotan commented Jan 16, 2026

No description provided.

@aviator-app
Copy link
Contributor

aviator-app bot commented Jan 16, 2026

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

Comment on lines +1414 to +1421
# Ref: https://knative.dev/docs/serving/configuration/deployment/#configure-deployment-resources
deployment: {}

# -- Knative Serving attempts to resolve image tags to digests within the Knative controller.
# This requires the Knative serving controller to have permissions to access the registry and resolve the tags.
# This configuration option allows you to disable this behavior and use the image tags directly without resolving them to digests.
# Example:
# registries-skipping-tag-resolving: "ghcr.io"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we tie with this tag in the docs https://github.com/unionai/helm-charts/blob/main/charts/dataplane/values.yaml#L1403-L1405

The way you have in the test

# ----------------------------------------------------------------------------
# SECTION 8: Serving
# ----------------------------------------------------------------------------

serving:
  enabled: true

  extraConfig:
    deployment:
      registries-skipping-tag-resolving: "test.registry.com"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants