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

fix: update ingress template value for < 1.19-0 #276

Closed

Conversation

wjmolina
Copy link

@wjmolina wjmolina commented Sep 20, 2023

What

The original service name for semverCompare "<1.19-0", which is

{{ $fullName }}-svc

is not the correct name of the service. Instead, it should be

{{ $.Release.Name }}-airbyte-webapp-svc

This is the current value for semverCompare ">=1.19-0".

Strangely, the if part was updated in a previous PR, but the same change was not made in the else part (see the image below). This PR rectifies this discrepancy.

image

How

The serviceName (for semverCompare "<1.19-0") was changed from {{ $fullName }}-svc to {{ $.Release.Name }}-airbyte-webapp-svc.

Can this PR be safely reverted / rolled back?

  • YES 💚
  • NO ❌

🚨 User Impact 🚨

There are no breaking changes. The user (of this version) currently cannot access the UI. After this is merged, the user will be able to access the UI again.

@marcosmarxm
Copy link
Member

@cpdeethree can you chec this contribution?

Copy link

sonarcloud bot commented Dec 12, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
2.8% Duplication on New Code

See analysis details on SonarCloud

@c-p-b
Copy link
Contributor

c-p-b commented Jan 6, 2024

@marcosmarxm i think this got lost in the mix, if you want to route it back through the process

@wjmolina
Copy link
Author

@marcosmarxm i think this got lost in the mix, if you want to route it back through the process

Thanks for bumping this!

@CLAassistant
Copy link

CLAassistant commented May 7, 2024

CLA assistant check
All committers have signed the CLA.

@wjmolina wjmolina closed this by deleting the head repository Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants