Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(kubernetes): Deployment files #126

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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