Skip to content

Commit

Permalink
Merge pull request #466 from kubescape/bump
Browse files Browse the repository at this point in the history
prepare 1.19.2 release
  • Loading branch information
matthyx committed Jul 8, 2024
2 parents c6fc4e3 + 659389e commit 7f6b66c
Show file tree
Hide file tree
Showing 12 changed files with 162 additions and 113 deletions.
10 changes: 5 additions & 5 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.19.1
version: 1.19.2

# 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.19.1
appVersion: 1.19.2

maintainers:
- name: Ben Hirschberg
Expand All @@ -40,13 +40,13 @@ home: https://kubescape.io/
dependencies:
- name: kubescape-alert-crd
version: 0.0.2
repository: "file://./charts/clustered-crds"
repository: "file://../dependency_chart/clustered-crds"
condition: alertCRD.scopeClustered
- name: kubescape-alert-crd-ns
version: 0.0.2
repository: "file://./charts/namespaced-crds"
repository: "file://../dependency_chart/namespaced-crds"
condition: alertCRD.scopeNamespaced
- name: kubescape-service-scan-crd
version: 0.0.1
repository: "file://./charts/servicescanresult-crds"
repository: "file://../dependency_chart/servicescanresult-crds"
condition: capabilities.enableServiceScanResult
261 changes: 154 additions & 107 deletions charts/kubescape-operator/tests/__snapshot__/snapshot_test.yaml.snap

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion charts/kubescape-operator/tests/snapshot_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ tests:
set:
account: 9e6c0c2c-6bd0-4919-815b-55030de7c9a0
accessKey: f304d73b-d43c-412b-82ea-e4c859493ce6
alertCRD:
installDefault: true
capabilities:
configurationScan: enable
continuousScan: enable
Expand Down Expand Up @@ -140,4 +142,4 @@ tests:
- registry: test.example.com
username: xxx
password: yyy
insecure: true
insecure: true

0 comments on commit 7f6b66c

Please sign in to comment.