Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for docker registry secret #197

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

smbecker
Copy link
Contributor

This allows OCI registries to inherit configuration from the configured docker-registry secret

Linked Issues

Copy link
Member

@brandond brandond left a comment

Choose a reason for hiding this comment

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

One nit about formatting, looks good otherwise.

@@ -37,6 +37,7 @@ type HelmChartSpec struct {
AuthSecret *corev1.LocalObjectReference `json:"authSecret,omitempty"`

AuthPassCredentials bool `json:"authPassCredentials,omitempty"`
DockerRegistrySecret *corev1.LocalObjectReference `json:"dockerRegistrySecret,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

please make sure that all the files are formatted using go fmt. Most editors do this for you but the indentation here appears to be off.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should be fixed now

@brandond
Copy link
Member

LGTM, but please sign-off your commits for DCO.

This allows OCI registries to inherit configuration from the configured docker-registry secret

Signed-off-by: Shaun Becker <[email protected]>
@smbecker
Copy link
Contributor Author

LGTM, but please sign-off your commits for DCO.

I had to look up what that even meant 😆. It should be good now.

@brandond brandond merged commit 9f2eeec into k3s-io:master Jun 28, 2023
@smbecker smbecker deleted the sb-docker-registry branch June 28, 2023 19:07
@smbecker
Copy link
Contributor Author

@brandond, do you have any estimate when this will make it into a release?

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.

2 participants