Skip to content

Commit

Permalink
Updates the grpc-service to use the correct label selector
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen O'Dwyer <[email protected]>
  • Loading branch information
gradientsearch authored and poiana committed Mar 27, 2023
1 parent 9ad53e3 commit 6fff4e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file documents all notable changes to Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v3.1.3

* Updates the grpc-service to use the correct label selector

## v3.1.2

* Bump `falcosidekick` dependency to 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: falco
version: 3.1.2
version: 3.1.3
appVersion: 0.34.1
description: Falco
keywords:
Expand Down
2 changes: 1 addition & 1 deletion falco/templates/grpc-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
clusterIP: None
selector:
app: {{ include "falco.fullname" . }}
{{- include "falco.selectorLabels" . | nindent 4 }}
ports:
- protocol: TCP
port: {{ include "grpc.port" . }}
Expand Down

0 comments on commit 6fff4e1

Please sign in to comment.