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

feat(provider): add NginxIngressRegistry parameter for Nginx Ingress Controller registry configuration #120

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

jaxxstorm
Copy link
Member

@jaxxstorm jaxxstorm commented Aug 19, 2024

🚀 This description was created by Ellipsis for commit 3464986

Summary:

Introduced NginxIngressRegistry parameter to specify the container registry for Nginx Ingress Controller, with updates across all language SDKs and schema.

Key points:

  • Added NginxIngressRegistry to ClusterArgs in provider/pkg/provider/cluster.go.
  • Default value for NginxIngressRegistry is registry.k8s.io.
  • Updated NewCluster function to use NginxIngressRegistry for Nginx Ingress Controller image registry.
  • Reflected changes in schema.yaml with description and default value.
  • Updated .NET, Go, Node.js, and Python SDKs to include NginxIngressRegistry.

Generated with ❤️ by ellipsis.dev

@ellipsis-dev ellipsis-dev bot changed the title ... feat(provider): add NginxIngressRegistry parameter for Nginx Ingress Controller registry configuration Aug 19, 2024
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

❌ Changes requested. Reviewed everything up to 3464986 in 38 seconds

More details
  • Looked at 227 lines of code in 6 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_Y8fHqYBuBJIMZQ4T


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@@ -60,6 +60,7 @@ type ClusterArgs struct {
CertificateArn *pulumi.StringInput `pulumi:"certificateArn"`
Copy link

Choose a reason for hiding this comment

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

Consider setting a default value for NginxIngressRegistry in the NewCluster function to ensure it has a value even if not provided by the user. This is done for other parameters like ClusterEndpointPrivateAccess and ClusterEndpointPublicAccess.

@jaxxstorm jaxxstorm merged commit b606502 into main Aug 19, 2024
15 checks passed
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.

1 participant