You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The content you are editing has changed. Please copy your edits and refresh the page.
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: