Skip to content

Commit

Permalink
Merge pull request #540 from kubescape/bump
Browse files Browse the repository at this point in the history
Prepare new release
  • Loading branch information
matthyx authored Nov 20, 2024
2 parents 41e2f57 + fbad65b commit b720039
Show file tree
Hide file tree
Showing 5 changed files with 871 additions and 793 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.22.7
version: 1.23.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: 1.22.7
appVersion: 1.23.0

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ rules:
- apiGroups: ["projectcalico.org"]
resources: ["networkpolicies"]
verbs: ["get", "list", "watch"]
- apiGroups: ["networking.istio.io"]
resources: ["gateways", "virtualservices"]
verbs: ["get", "list", "watch"]
- apiGroups: ["security.istio.io"]
resources: ["authorizationpolicies"]
verbs: ["get", "list", "watch"]
Expand Down
12 changes: 12 additions & 0 deletions charts/kubescape-operator/templates/synchronizer/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,18 @@ data:
"resource": "networkpolicies",
"strategy": "patch"
},
{
"group": "networking.istio.io",
"version": "v1",
"resource": "gateways",
"strategy": "patch"
},
{
"group": "networking.istio.io",
"version": "v1",
"resource": "virtualservices",
"strategy": "patch"
},
{
"group": "security.istio.io",
"version": "v1",
Expand Down
Loading

0 comments on commit b720039

Please sign in to comment.