feat(ardac1dmo): pin image tags to 2026.03 for gen3 services#13
feat(ardac1dmo): pin image tags to 2026.03 for gen3 services#13alan-walsh merged 4 commits intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add explicit image.tag: 2026.03 for all enabled services whose upstream chart defaults are empty or master. Services with specific version defaults (ambassador: 1.4.2, metadata: feat_es-7) and the custom portal image are left unchanged. Services updated: arborist, audit, aws-es-proxy, fence, hatchery (including fence sidecar), indexd, manifestservice, peregrine, revproxy, sheepdog, wts Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Pins explicit image.tag: "2026.03" values in Gen3 Helm values files to avoid relying on upstream chart defaults (e.g., empty tag or master) for enabled services.
Changes:
- Add
image.tag: "2026.03"for multiple enabled Gen3 services inardac1dmo/demo.ardac.org/values.yaml(including Hatchery main image and its Fence sidecar override). - Add
image.tag: "2026.03"for multiple services inardac1prd/portal.ardac.org/values.yaml(including Guppy).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
ardac1prd/portal.ardac.org/values.yaml |
Pins multiple service image tags to 2026.03 in the production values file. |
ardac1dmo/demo.ardac.org/values.yaml |
Pins multiple service image tags to 2026.03 in the demo environment values file. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| arborist: | ||
| enabled: true | ||
| image: | ||
| tag: "2026.03" | ||
| externalSecrets: |
There was a problem hiding this comment.
PR title/description indicate this change is scoped to the ardac1dmo demo environment, but this PR also pins image tags in the ardac1prd production values file. If production pinning is intended, please update the PR title/description (and the list of updated services) to reflect the broader scope; otherwise, revert the ardac1prd/portal.ardac.org changes to avoid an unintended production rollout.
| guppy: | ||
| enabled: true | ||
| image: | ||
| tag: "2026.03" | ||
| indices: |
There was a problem hiding this comment.
This adds a pinned image tag for guppy in ardac1prd, but guppy is not listed under “Services Updated” in the PR description. Please either add guppy to the documented service list/scope (and confirm its upstream default warranted pinning), or drop this change to keep the PR consistent with its stated intent.
Accidentally modified this file in previous commit. Only ardac1dmo changes were intended. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add image.repository alongside image.tag for all 11 services updated with the 2026.03 tag, making the full image reference visible and easily editable in values.yaml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Summary
Pin explicit
image.tag: 2026.03for all enabled gen3 services in theardac1dmo/demo.ardac.orgenvironment whose upstream chart defaults are""(empty) ormaster.Services Updated
""master""master""/master""""mastermastermastermasterServices Left Unchanged
1.4.2(specific version)feat_es-7(specific version)leftsweety/ardac-portal:1_11_23