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

GitHub Action to create and push images to Google Artifact Registry #1310

Open
devdattakulkarni opened this issue Jun 12, 2024 · 1 comment

Comments

@devdattakulkarni
Copy link
Contributor

We should add a GitHub Action that will build the image for each component and push it to GCR (where the official images are stored). This GH Action will be manually triggered.

The workflow will be:

  1. Update versions.txt for relevant components; create PR; merge PR
  2. Trigger build_and_push_images GH Action. This GH Action will build versioned images for each component and push them to GCR
  3. Create new PR with updates to Chart.yaml and values.yaml in ./deploy/kubeplus-chart; merge PR
  4. Create new KubePlus chart; push it to operatorcharts repository.
  5. Create PR with updates to README and steps.txt in various examples to refer to the new chart tgz
@devdattakulkarni devdattakulkarni changed the title GitHub Action to create and push images to GCR GitHub Action to create and push images to Google Artifact Registry Dec 1, 2024
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

No branches or pull requests

1 participant