Skip to content

Commit

Permalink
- Fixed incorrectly named Chainsaw-test that was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
SnorreSelmer committed Nov 8, 2024
1 parent c27959e commit 62f7219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/application/labels-imageversion/application-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/version: "1234567890123456"
app.kubernetes.io/version: "latest"

---

apiVersion: v1
kind: Pod
metadata:
labels:
app.kubernetes.io/version: "1234567890123456"
app.kubernetes.io/version: latest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: skiperator.kartverket.no/v1alpha1
kind: Application
metadata:
name: imageversionshalabel
name: imageversionlabelsha
spec:
image: image@sha256:1234567890123456
port: 8080

0 comments on commit 62f7219

Please sign in to comment.