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

Create Next-Build Workflow to Update Helm Chart Container Image Version #16863

Closed
3 tasks done
olivereri opened this issue Jan 16, 2024 · 2 comments
Closed
3 tasks done
Assignees
Labels
Accelerated Publishing Blocked Issues that are blocked on factors other than blocking issues.

Comments

@olivereri
Copy link
Contributor

olivereri commented Jan 16, 2024

Requirements

When code updates are released and a new container image is built the helm chart in the application manifest repository needs to be made aware of the change. This ticket will establish a Github Actions (GHA) workflow to modify and commit a change to the Next-Build helm chart with the update image tag.

Acceptance criteria

Preview Give feedback
  1. 5 of 5
    Accelerated Publishing rollover
    jschmidt-civicactions

Background & implementation details

Application Manifest Update:
https://github.com/department-of-veterans-affairs/vsp-infra-goldilocks/actions/runs/4266039617/workflow

This can be triggered by the successful completion of the Create Production Tag workflow: https://github.com/department-of-veterans-affairs/next-build/actions/workflows/production-tag.yml

See that workflow for an example of the Create Production Tag workflow being triggered by a successful run of Continuous Integration on the main branch.

This workflow will need to be able to identify the current leading tag. This could be exported from the Create Production Tag workflow, or it could be found by querying the repo.

@timcosgrove
Copy link
Contributor

We need to grab the latest tag of the next-build repo and build using that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accelerated Publishing Blocked Issues that are blocked on factors other than blocking issues.
Projects
None yet
Development

No branches or pull requests

3 participants