Skip to content

Commit

Permalink
Update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartack committed Apr 23, 2024
1 parent 853bf2d commit d911bb0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ sources:
- https://github.com/delta10/fqdnnetworkpolicies/tree/main/charts
description: Stable FQDNNetworkPolicies let you create Kubernetes Network Policies based on Fully Qualified Domain Names (FQDNs)
type: application
version: 0.0.10
version: 0.0.11
appVersion: "0.4.0"
8 changes: 8 additions & 0 deletions helm/chart/templates/clusterroles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ metadata:
creationTimestamp: null
name: fqdnnetworkpolicies-manager-role
rules:
- apiGroups:
- ""
resources:
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- networking.delta10.nl
resources:
Expand Down
6 changes: 6 additions & 0 deletions helm/chart/templates/netpol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ spec:
matchLabels:
app.kubernetes.io/instance: {{ .Release.Name }}
egress:
- ports:
- port: 443
protocl: TCP
to:
- ipBlock:
cidr: 0.0.0.0/0
- ports:
- port: 53
protocol: UDP
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ containerSecurityContext:

image:
repository: "ghcr.io/delta10/fqdnnetworkpolicies/controller"
tag: "0.4"
tag: "0.4.0"

manager:
extraArgs:
Expand Down

0 comments on commit d911bb0

Please sign in to comment.