rabbitmq / cluster-operator

RabbitMQ Cluster Kubernetes Operator
https://www.rabbitmq.com/kubernetes/operator/operator-overview.html
Mozilla Public License 2.0
884 stars 273 forks source link

WIP: Action to sync the helm chart #1673

Closed DanielePalaia closed 4 months ago

DanielePalaia commented 4 months ago

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 commented 4 months ago

This one will be replaced by an internal concourse pipeline!