Skip to content

Commit

Permalink
bump host-scanner to v1.0.68
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
  • Loading branch information
matthyx committed Sep 2, 2024
1 parent bfaf3bb commit 553bee0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ all capabilities:
annotations:
checksum/cloud-config: 79c8c87b639c9496583eb2c66b206d712653da0eaf776f7c8dc644174bf69dd2
checksum/cloud-secret: c39d26ecee499ee553fa0767c28f78da239d6a16470ba63e162a3b362fb1eded
checksum/host-scanner-configmap: 1cf9bb7b0298ae1950d7964def36b94b783eea79e875719531bc61cb95f29c1f
checksum/host-scanner-configmap: 5b6ffa129458c08d7283c19da286df229a903d725a57c63aa6908c11734f20b7
checksum/proxy-config: c367ddb7695a9b6eb5e90566e3887b7420f49c4585a76d1fa698153f7d3f9922
labels:
app: kubescape
Expand Down Expand Up @@ -1765,7 +1765,7 @@ all capabilities:
- name: foo
containers:
- name: host-sensor
image: "quay.io/kubescape/host-scanner:v1.0.66"
image: "quay.io/kubescape/host-scanner:v1.0.68"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
Expand Down Expand Up @@ -7131,7 +7131,7 @@ default capabilities:
annotations:
checksum/cloud-config: 3d7a9c54ae3d9944f5964ba5cc76956dd1f3c575dd012dea33197e1c29e2a8f0
checksum/cloud-secret: c39d26ecee499ee553fa0767c28f78da239d6a16470ba63e162a3b362fb1eded
checksum/host-scanner-configmap: ede01eda53d696871adaf58c8a13889d601c51a689010a7c4f73b778fd2cdfd7
checksum/host-scanner-configmap: d39ed653e7dc89067ecfd6278fed9565fe1c756faed1a2e324c213e7fabd349a
checksum/proxy-config: c367ddb7695a9b6eb5e90566e3887b7420f49c4585a76d1fa698153f7d3f9922
labels:
app: kubescape
Expand Down Expand Up @@ -7327,7 +7327,7 @@ default capabilities:
operator: Exists
containers:
- name: host-sensor
image: "quay.io/kubescape/host-scanner:v1.0.66"
image: "quay.io/kubescape/host-scanner:v1.0.68"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
Expand Down Expand Up @@ -11708,7 +11708,7 @@ disable otel:
annotations:
checksum/cloud-config: 08f3c6a31ec6c201d577ca1c199ffd49b36c830037185a053f4256df303c589b
checksum/cloud-secret: c39d26ecee499ee553fa0767c28f78da239d6a16470ba63e162a3b362fb1eded
checksum/host-scanner-configmap: ede01eda53d696871adaf58c8a13889d601c51a689010a7c4f73b778fd2cdfd7
checksum/host-scanner-configmap: d39ed653e7dc89067ecfd6278fed9565fe1c756faed1a2e324c213e7fabd349a
labels:
app: kubescape
app.kubernetes.io/component: kubescape
Expand Down Expand Up @@ -11897,7 +11897,7 @@ disable otel:
operator: Exists
containers:
- name: host-sensor
image: "quay.io/kubescape/host-scanner:v1.0.66"
image: "quay.io/kubescape/host-scanner:v1.0.68"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
Expand Down Expand Up @@ -15214,7 +15214,7 @@ minimal capabilities:
annotations:
checksum/cloud-config: 8fdd753c2f8400f44bca96445b3a414eef8ff68868c4b4ed9f95666adeb123a0
checksum/cloud-secret: 6c555ef5c4f236fb2752b49016bd78c9ea8c61d934271ae76e89759f7eb1a9dc
checksum/host-scanner-configmap: ede01eda53d696871adaf58c8a13889d601c51a689010a7c4f73b778fd2cdfd7
checksum/host-scanner-configmap: d39ed653e7dc89067ecfd6278fed9565fe1c756faed1a2e324c213e7fabd349a
labels:
app: kubescape
app.kubernetes.io/component: kubescape
Expand Down Expand Up @@ -15399,7 +15399,7 @@ minimal capabilities:
operator: Exists
containers:
- name: host-sensor
image: "quay.io/kubescape/host-scanner:v1.0.66"
image: "quay.io/kubescape/host-scanner:v1.0.68"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
Expand Down
2 changes: 1 addition & 1 deletion charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ hostScanner:
image:
# -- source code: https://github.com/kubescape/host-scanner (public repo)
repository: quay.io/kubescape/host-scanner
tag: v1.0.66
tag: v1.0.68
pullPolicy: IfNotPresent

# Additional volumes to be mounted on the Kubescape host scanner
Expand Down

0 comments on commit 553bee0

Please sign in to comment.