Skip to content

Commit

Permalink
update manifest to 0.6.8 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsagi authored May 13, 2022
1 parent c442172 commit a578726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: kube-hunter
image: aquasec/kube-hunter:v0.6.7
image: aquasec/kube-hunter:0.6.8
command: ["kube-hunter"]
args: ["--pod"]
restartPolicy: Never

2 comments on commit a578726

@Ilyesbdlala
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielsagi Hi, Is there a reason why the versions 0.6.8 and 0.6.7 are no longer visible in the releases section ?

@danielsagi
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, we removed version 0.6.7 to due a critical bug. About 0.6.8, it's now on the releases page. Thanks for noticing!

Please sign in to comment.