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 testing of upgrading of latest released chart version to CI #432

Merged
merged 10 commits into from
Jan 16, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Jan 16, 2024

Motivation

It is important that new chart version don't introduce breaking changes that prevent upgrading a cluster from an older version to the newest version.

Modifications

  • Remove "basic" test scenario and replace it with "upgrade".

  • Add 2 upgrade scenarios for upgrading the PSP and TLS configurations

  • Upgrade installs the latest released chart version & produces 2 messages to a Pulsar topic

    • It upgrades the cluster and then consumes the 2 messages
  • Adds "metallb" for k8s loadbalancer support so that --wait will work with helm upgrade. Previous waiting for a deployment to complete never succeeded since the load balancer didn't get an IP. Installing metallb to kind solves that problem.

Verifying this change

  • Make sure that the change passes the CI checks.

@lhotari
Copy link
Member Author

lhotari commented Jan 16, 2024

Merging since this is needed for testing other PRs.

@lhotari lhotari merged commit a8c7745 into apache:master Jan 16, 2024
26 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