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

WIP: Action to sync the helm chart #1673

Closed
wants to merge 2 commits into from

Conversation

DanielePalaia
Copy link
Contributor

Summary Of Changes

This action triggered on a new operator release will submit a PR to our helm-chart commercial repo in order to keep the image versions, crds and clusterrole updated.

It is using some internal python scripts in order to manage the update.

Additional Context

Local Testing

Please ensure you run the unit, integration and system tests before approving the PR.

To run the unit and integration tests:

$ make unit-tests integration-tests

You will need to target a k8s cluster and have the operator deployed for running the system tests.

For example, for a Kubernetes context named dev-bunny:

$ kubectx dev-bunny
$ make destroy deploy-dev
# wait for operator to be deployed
$ make system-tests

@DanielePalaia DanielePalaia marked this pull request as draft July 1, 2024 15:32
@DanielePalaia DanielePalaia force-pushed the action_to_sync_helm_chart branch 6 times, most recently from ca22bf0 to 6d646f0 Compare July 2, 2024 12:55
@DanielePalaia DanielePalaia force-pushed the action_to_sync_helm_chart branch from 6d646f0 to 6098008 Compare July 2, 2024 12:58
@DanielePalaia
Copy link
Contributor Author

This one will be replaced by an internal concourse pipeline!

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