Skip to content

Commit

Permalink
Merge pull request #443 from kubescape/bump-nodeagent
Browse files Browse the repository at this point in the history
Bump node-agent image
  • Loading branch information
David Wertenteil authored May 28, 2024
2 parents 7033dfc + 1062e92 commit 2374926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ all capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.70
image: quay.io/kubescape/node-agent:v0.2.71
imagePullPolicy: IfNotPresent
name: node-agent
resources:
Expand Down Expand Up @@ -5526,7 +5526,7 @@ default capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.70
image: quay.io/kubescape/node-agent:v0.2.71
imagePullPolicy: IfNotPresent
name: node-agent
resources:
Expand Down Expand Up @@ -8162,7 +8162,7 @@ minimal capabilities:
fieldRef:
fieldPath: metadata.namespace
- name: NodeName
image: quay.io/kubescape/node-agent:v0.2.70
image: quay.io/kubescape/node-agent:v0.2.71
imagePullPolicy: IfNotPresent
name: node-agent
resources:
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 @@ -468,7 +468,7 @@ nodeAgent:
image:
# -- source code: https://github.com/kubescape/node-agent
repository: quay.io/kubescape/node-agent
tag: v0.2.70
tag: v0.2.71
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 2374926

Please sign in to comment.