• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NVIDIA / nodewright / 28208720818
82%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2026 12:31AM UTC
Jobs 1
Files 46
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2026 12:14AM UTC coverage: 81.854% (+0.2%) from 81.693%
28208720818

push

github

web-flow
fix(api)!: reject inline tags and digests in package image (#283)

Package image must be a bare registry/repository reference. The version field is the operator's ordering key for upgrade/downgrade detection, and containerSHA pins the exact bytes the kubelet pulls, so neither a tag nor a digest may be embedded in image.

Previously an inline tag was silently absorbed (stripped on unmarshal) as a migration off the pre-semver scheme, while an inline digest was accepted but produced an unpullable reference like repo@sha256:...:1.2.2. That migration is complete and has been removed: the webhook now rejects any inline tag or digest via a single splitImageReference parse and points users at version/containerSHA.

BREAKING CHANGE: re-applying a Skyhook manifest that embeds a tag or digest in a package image is now rejected by the webhook. Drop the tag (the package version supplies it) and pin digests via the containerSHA field. Existing stored CRs are unaffected; their tags were already stripped on write.

Refs #282

Signed-off-by: Brian Lockwood <lockwobr@gmail.com>

24 of 25 new or added lines in 2 files covered. (96.0%)

32 existing lines in 2 files now uncovered.

8124 of 9925 relevant lines covered (81.85%)

9.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
90.27
0.15% operator/api/v1alpha1/skyhook_types.go

Coverage Regressions

Lines Coverage ∆ File
28
90.27
0.15% operator/api/v1alpha1/skyhook_types.go
4
83.89
-0.09% operator/internal/controller/skyhook_controller.go
Jobs
ID Job ID Ran Files Coverage
1 28208720818.1 26 Jun 2026 12:31AM UTC 46
81.85
GitHub Action Run
Source Files on build 28208720818
  • Tree
  • List 46
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28208720818
  • 44dba453 on github
  • Prev Build on main (#27446007436)
  • Next Build on main (#28209811864)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc