Skip to content

Commit

Permalink
chore(deps): update dependency fluxcd/flux2 to v0.33.0 (#1451)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Signed-off-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-self-hosted[bot] and renovate-bot authored Sep 2, 2022
1 parent c0a3446 commit 5f35daa
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 158 deletions.
59 changes: 59 additions & 0 deletions k8s/clusters/cluster-1/flux-system/gotk-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5878,3 +5878,62 @@ spec:
name: data
- emptyDir: {}
name: tmp
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v0.33.0
name: allow-egress
namespace: flux-system
spec:
egress:
- {}
ingress:
- from:
- podSelector: {}
podSelector: {}
policyTypes:
- Ingress
- Egress
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v0.33.0
name: allow-scraping
namespace: flux-system
spec:
ingress:
- from:
- namespaceSelector: {}
ports:
- port: 8080
protocol: TCP
podSelector: {}
policyTypes:
- Ingress
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
labels:
app.kubernetes.io/instance: flux-system
app.kubernetes.io/part-of: flux
app.kubernetes.io/version: v0.33.0
name: allow-webhooks
namespace: flux-system
spec:
ingress:
- from:
- namespaceSelector: {}
podSelector:
matchLabels:
app: notification-controller
policyTypes:
- Ingress
Loading

0 comments on commit 5f35daa

Please sign in to comment.