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(kong): support configurable kgo deployment selector labels #1118

Merged
merged 3 commits into from
Aug 24, 2024

Conversation

szesch
Copy link
Contributor

@szesch szesch commented Aug 22, 2024

What this PR does / why we need it:

We are currently deploying KGO through kustomize and are trying to migrate to helm with zero downtime. One issue I've seen is that the deployment selector labels have changed. Since that is an immutable field it causes issues with the helm deploy of the gateway operator. This PR adds the ability to override the default selector labels.

Special notes for your reviewer:

Checklist

  • PR is based off the current tip of the main branch.
  • Changes are documented under the "Unreleased" header in CHANGELOG.md
  • New or modified sections of values.yaml are documented in the README.md
  • Commits follow the Kong commit message guidelines

@szesch szesch requested a review from a team as a code owner August 22, 2024 14:45
@CLAassistant
Copy link

CLAassistant commented Aug 22, 2024

CLA assistant check
All committers have signed the CLA.

@szesch szesch force-pushed the configurable-operator-selector-labels branch from f074617 to 7ef911a Compare August 22, 2024 14:46
Copy link
Member

@pmalek pmalek left a comment

Choose a reason for hiding this comment

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

Please bump the patch version in

- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.2.0
and set the release version in changelog to 0.2.1.

This will cause a release straight away after merging.

@szesch szesch force-pushed the configurable-operator-selector-labels branch from 13acf7d to 7e4ccec Compare August 23, 2024 17:06
@pmalek pmalek merged commit 49d0e8c into main Aug 24, 2024
33 checks passed
@pmalek pmalek deleted the configurable-operator-selector-labels branch August 24, 2024 10:35
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