Skip to content

Commit

Permalink
chore: bump node collector-0.8.0 (#219)
Browse files Browse the repository at this point in the history
* chore: bump node collector-0.8.0

Signed-off-by: chenk <hen.keinan@gmail.com>

* chore: bump node collector-0.0.8

Signed-off-by: chenk <hen.keinan@gmail.com>

* chore: bump node collector-0.0.8

Signed-off-by: chenk <hen.keinan@gmail.com>

---------

Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan authored Sep 11, 2023
1 parent 6d08354 commit c4a40ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/jobs/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestLoadBuilder(t *testing.T) {
ReadOnlyRootFilesystem: pointer.Bool(true),
},
Name: "node-collector",
Image: "ghcr.io/aquasecurity/node-collector:0.0.7",
Image: "ghcr.io/aquasecurity/node-collector:0.0.8",
Command: []string{"node-collector"},
Args: []string{"k8s"},
VolumeMounts: []corev1.VolumeMount{
Expand Down
2 changes: 1 addition & 1 deletion pkg/jobs/template/node-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: node-collector
image: ghcr.io/aquasecurity/node-collector:0.0.7
image: ghcr.io/aquasecurity/node-collector:0.0.8
command:
- node-collector
args:
Expand Down

0 comments on commit c4a40ff

Please sign in to comment.