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 Oct 22, 2023
1 parent a78fff7 commit 46142a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/falco-exporter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/instance: falco-exporter
app.kubernetes.io/version: "0.8.3"
app.kubernetes.io/managed-by: Helm
helm.sh/chart: falco-exporter-0.9.6
helm.sh/chart: falco-exporter-0.9.7
namespace: default
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/falco-exporter/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: falco-exporter
app.kubernetes.io/version: "0.8.3"
app.kubernetes.io/managed-by: Helm
helm.sh/chart: falco-exporter-0.9.6
helm.sh/chart: falco-exporter-0.9.7
namespace: default
spec:
clusterIP: None
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/falco-exporter/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ metadata:
app.kubernetes.io/instance: falco-exporter
app.kubernetes.io/version: "0.8.3"
app.kubernetes.io/managed-by: Helm
helm.sh/chart: falco-exporter-0.9.6
helm.sh/chart: falco-exporter-0.9.7
namespace: default
---

0 comments on commit 46142a7

Please sign in to comment.