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
fix(ci): address code review findings for PR #1884
- Remove push: triggers from reusable workflows (config-checks,
golang-checks, image-builds, release) to prevent double-execution
when called from ci.yaml
- Eliminate ~80 lines of duplicated variable calculation logic in
image-builds.yaml and release.yaml
- Make yq a hard requirement for YAML merging instead of falling back
to cat concatenation which produces invalid YAML
- Replace echo -e with printf '%b' in env-to-values.sh for portability
- Add use_values_override input to e2e-tests workflow_dispatch
- Fix shebang consistency in get-latest-images.sh (#!/usr/bin/env bash)
- Document 8-char SHA truncation assumption in get-latest-images.sh
- Remove non-deterministic date from generated values file headers
- Remove trailing whitespace in code-scanning.yaml
0 commit comments