Skip to content

Conversation

comtef
Copy link

@comtef comtef commented Oct 9, 2025

Fix airbytehq/airbyte#65539

As webapp is already merged into server starting from airbyte 1.8 the ingress must be created accordingly

}

func ingressRulesForV2() networkingv1.IngressRuleValue {
func ingressRulesForV1_8Plus() networkingv1.IngressRuleValue {
Copy link
Member

Choose a reason for hiding this comment

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

using _ in golang methods names is discouraged

}

// ChartIsV1_8Plus returns true if the chart version is v1.8.0 or higher
func ChartIsV1_8Plus(v string) bool {
Copy link
Member

Choose a reason for hiding this comment

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

using _ in golang methods names is discouraged

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.

abctl v0.30.1 installs Airbyte v1.8.1 with incorrect ingress target (webapp-svc instead of server-svc)

2 participants