Skip to content

Commit

Permalink
feat: add annotations and helm chart refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-ibra committed May 22, 2024
1 parent 20444e1 commit fe44b75
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packs/validator-0.0.40/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v2
name: validator
description: Monitor results created by validator plugins and upload them to a configurable sink
type: application
version: 0.0.40
appVersion: 0.0.40
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"addonType":"system app",
"annotations": {
"source": "community",
"contributor" : "spectrocloud"
"contributor" : "spectrocloud",
"upload_helm_charts": "true"
},
"charts": [
"charts/validator-0.0.40.tgz"
Expand All @@ -13,5 +14,5 @@
"displayName": "Validator",
"layer":"addon",
"name": "validator-chart",
"version": "0.0.1"
"version": "0.0.40"
}
18 changes: 18 additions & 0 deletions packs/validator/values.yaml → packs/validator-0.0.40/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ pack:
- repo: https://validator-labs.github.io/validator
name: validator
version: v0.0.40
- repo: https://validator-labs.github.io/validator-plugin-aws
name: validator-plugin-aws
version: v0.0.26
- repo: https://validator-labs.github.io/validator-plugin-azure
name: validator-plugin-azure
version: v0.0.11
- repo: https://validator-labs.github.io/validator-plugin-kubescape
name: validator-plugin-kubescape
version: v0.0.3
- repo: https://validator-labs.github.io/validator-plugin-network
name: validator-plugin-network
version: v0.0.16
- repo: https://validator-labs.github.io/validator-plugin-oci
name: validator-plugin-oci
version: v0.0.10
- repo: https://validator-labs.github.io/validator-plugin-vsphere
name: validator-plugin-vsphere
version: v0.0.20
namespace: "validator"

charts:
Expand Down
6 changes: 0 additions & 6 deletions packs/validator/Chart.yaml

This file was deleted.

0 comments on commit fe44b75

Please sign in to comment.