Skip to content

Commit

Permalink
update(kubernetes): Deployment files
Browse files Browse the repository at this point in the history
Signed-off-by: poiana <51138685+poiana@users.noreply.github.com>
  • Loading branch information
poiana committed May 25, 2024
1 parent 360e8f4 commit de60355
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes/falco/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: falco
namespace: default
labels:
helm.sh/chart: falco-4.3.0
helm.sh/chart: falco-4.3.1
app.kubernetes.io/name: falco
app.kubernetes.io/instance: falco
app.kubernetes.io/version: "0.37.1"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/falco/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: falco
namespace: default
labels:
helm.sh/chart: falco-4.3.0
helm.sh/chart: falco-4.3.1
app.kubernetes.io/name: falco
app.kubernetes.io/instance: falco
app.kubernetes.io/version: "0.37.1"
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/name: falco
app.kubernetes.io/instance: falco
annotations:
checksum/config: 10525f922d38b4b2e56252a526f394388e8f55a6dbcb05dcf1728f97afb35c95
checksum/config: fe19f3674697c3bd5e875baa01cb13d9df9c7a1ec680259c96e75bfb682df6e5
checksum/rules: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
checksum/certs: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
spec:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/falco/templates/falcoctl-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: falco-falcoctl
namespace: default
labels:
helm.sh/chart: falco-4.3.0
helm.sh/chart: falco-4.3.1
app.kubernetes.io/name: falco
app.kubernetes.io/instance: falco
app.kubernetes.io/version: "0.37.1"
Expand Down

0 comments on commit de60355

Please sign in to comment.