Skip to content

Commit

Permalink
update zora chart
Browse files Browse the repository at this point in the history
  • Loading branch information
undistrobot committed Jan 23, 2024
1 parent a515d2b commit e8a4ac0
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/zora/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: zora
description: A multi-plugin solution that reports misconfigurations and vulnerabilities by scanning your cluster at scheduled times.
icon: https://zora-docs.undistro.io/v0.7/assets/logo.svg
type: application
version: 0.7.1-rc3
appVersion: "v0.7.1-rc3"
version: 0.7.1-rc4
appVersion: "v0.7.1-rc4"
sources:
- https://github.com/undistro/zora
4 changes: 2 additions & 2 deletions charts/zora/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zora Helm Chart

+![Version: 0.7.1-rc3](https://img.shields.io/badge/Version-0.7.1--rc3-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.7.1-rc3](https://img.shields.io/badge/AppVersion-v0.7.1--rc3-informational?style=flat-square&color=3CA9DD)
+![Version: 0.7.1-rc4](https://img.shields.io/badge/Version-0.7.1--rc4-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.7.1-rc4](https://img.shields.io/badge/AppVersion-v0.7.1--rc4-informational?style=flat-square&color=3CA9DD)

A multi-plugin solution that reports misconfigurations and vulnerabilities by scanning your cluster at scheduled times.

Expand All @@ -13,7 +13,7 @@ helm repo add undistro https://charts.undistro.io --force-update
helm repo update undistro
helm upgrade --install zora undistro/zora \
-n zora-system \
--version 0.7.1-rc3 \
--version 0.7.1-rc4 \
--create-namespace \
--wait \
--set clusterName="$(kubectl config current-context)"
Expand Down
45 changes: 45 additions & 0 deletions charts/zora/crds/zora.undistro.io_clusterscans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,51 @@ spec:
type: object
description: Resource versions of processed misconfigurations
type: object
processedPluginStatus:
additionalProperties:
description: PluginStatus defines the observed state of Plugin
properties:
issueCount:
description: The number of misconfiguration issues discovered
in the last successful scan.
type: integer
lastFinishedScanTime:
description: When the last scan finished.
format: date-time
type: string
lastSuccessfulScanID:
description: The Scan ID of the last successful scan.
type: string
lastSuccessfulScanTime:
description: When the last successful scan occurred.
format: date-time
type: string
nextScheduleScanTime:
description: When the next scan will occurr.
format: date-time
type: string
scan:
description: The scan status information.
properties:
id:
description: The status of the last scan.
type: string
message:
description: The message for the last scan.
type: string
status:
description: The status of the last scan.
type: string
suspend:
description: True is the scan is currently suspended.
type: boolean
type: object
schedule:
description: The schedule of the scan.
type: string
type: object
description: Processed Status information for each plugin
type: object
processedVulnerabilities:
additionalProperties:
additionalProperties:
Expand Down

0 comments on commit e8a4ac0

Please sign in to comment.