Skip to content

Commit

Permalink
Merge pull request #570 from kubescape/bump
Browse files Browse the repository at this point in the history
bump components for cve, add istio v1beta1 crds
  • Loading branch information
matthyx authored Dec 16, 2024
2 parents 64df43e + 7b39357 commit 418e30d
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 763 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.23.4
version: 1.23.5

# 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.23.4
appVersion: 1.23.5

maintainers:
- name: Ben Hirschberg
Expand Down
18 changes: 18 additions & 0 deletions charts/kubescape-operator/templates/synchronizer/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,24 @@ data:
"resource": "authorizationpolicies",
"strategy": "patch"
},
{
"group": "networking.istio.io",
"version": "v1beta1",
"resource": "gateways",
"strategy": "patch"
},
{
"group": "networking.istio.io",
"version": "v1beta1",
"resource": "virtualservices",
"strategy": "patch"
},
{
"group": "security.istio.io",
"version": "v1beta1",
"resource": "authorizationpolicies",
"strategy": "patch"
},
{
"group": "kubescape.io",
"version": "v1",
Expand Down
Loading

0 comments on commit 418e30d

Please sign in to comment.