Skip to content

Commit

Permalink
Merge pull request #456 from kubescape/preprelease
Browse files Browse the repository at this point in the history
prepare for 1.18.17 release
  • Loading branch information
matthyx authored Jun 19, 2024
2 parents cb35807 + d2f4a64 commit d1c59c4
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 60 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.18.16
version: 1.18.17

# 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.18.16
appVersion: 1.18.17

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: ["security.istio.io"]
resources: ["authorizationpolicies"]
verbs: ["get", "list", "watch"]
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["httproutes", "tcproutes","udproutes"]
verbs: ["get", "list", "watch"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ data:
"resource": "networkpolicies",
"strategy": "patch"
},
{
"group": "security.istio.io",
"version": "v1",
"resource": "authorizationpolicies",
"strategy": "patch"
},
{
"group": "kubescape.io",
"version": "v1",
Expand All @@ -202,4 +208,4 @@ data:
]
}
}
{{- end }}
{{- end }}
Loading

0 comments on commit d1c59c4

Please sign in to comment.