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

Decouple container image versions #1730

Merged
merged 4 commits into from
Jun 26, 2023
Merged

Conversation

yoomlam
Copy link
Contributor

@yoomlam yoomlam commented Jun 26, 2023

What was the problem?

When deploying, we can only specify a single version for all container images.

Associated tickets or Slack threads:

How does this fix it?

Enable specifying versions of individual container images for deployment.
Versions specified in scripts/image_versions.src will be used for deployment. If no version is specified the latest is used.

To be done in separate PR:

  • create GH Action workflows to pin and unpin image versions
  • present image versions as options for manual runs of Update Deployment GitHub Action workflow

How to test this PR

Run Update Deployment action and examine LHDI for expected result.

@yoomlam yoomlam changed the title separate image versions Decouple container image versions Jun 26, 2023
@github-actions
Copy link

Test Results

91 tests  ±0   91 ✔️ ±0   41s ⏱️ -1s
34 suites ±0     0 💤 ±0 
34 files   ±0     0 ±0 

Results for commit f9b32f0. ± Comparison against base commit 1651ab3.

@github-actions
Copy link

JaCoCo Test Coverage

There is no coverage information present for the Files changed

Total Project Coverage 72.98%

@yoomlam yoomlam marked this pull request as ready for review June 26, 2023 18:35
@yoomlam yoomlam merged commit 0f9ba15 into develop Jun 26, 2023
1 check passed
@yoomlam yoomlam deleted the yoom/separate-image-versions branch June 26, 2023 19:16
yoomlam added a commit that referenced this pull request Jun 26, 2023
* GH Action: replace ENABLE_POSTGRES/CONSOLE with postgres/console_VER
* add image-version.sh
* create separate dbInit.imageTag
* set default dbInit.imageTag
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.

None yet

1 participant