Skip to content

Commit

Permalink
Guac release 0.7.1 (#52)
Browse files Browse the repository at this point in the history
* bump version to 0.3.1

Signed-off-by: Sunny Yip <sunny@kusari.dev>

* guac v0.7.0 release

Signed-off-by: Sunny Yip <sunny@kusari.dev>

* add no configmap test

Signed-off-by: Sunny Yip <sunny@kusari.dev>

* run osv certifier as collector

Signed-off-by: Sunny Yip <sunny@kusari.dev>

* bump version

Signed-off-by: Sunny Yip <sunny@kusari.dev>

* add daysSinceLastScan flag for osv certifier

Signed-off-by: Sunny Yip <sunny@kusari.dev>

---------

Signed-off-by: Sunny Yip <sunny@kusari.dev>
  • Loading branch information
sunnyyip authored Jun 6, 2024
1 parent 9d9c6ce commit 75cd323
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/guac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ maintainers:
email: guac-info@kusari.dev

type: application
version: 0.4.0
appVersion: "v0.7.0"
version: 0.4.1
appVersion: "v0.7.1"

dependencies:
- name: nats
Expand Down
4 changes: 4 additions & 0 deletions charts/guac/templates/guac-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ data:
service-poll: true
use-csub: true

# OscCertifier behavior
daysSinceLastScan: 1 # days since the last vulnerability scan was run. 0 means only run once


# certifier polling
poll: true
interval: 5m
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/tests/osv-certifier_deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
value: "-c"
- equal:
path: spec.template.spec.containers[0].command[2]
value: "/opt/guac/guacone certifier osv --poll"
value: "/opt/guac/guaccollect osv"

- it: should respect spec level parameters
values:
Expand Down
2 changes: 1 addition & 1 deletion charts/guac/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ guac:
reloader.stakater.com/auto: "true"
replicas: 1
image:
command: ['sh', '-c', '/opt/guac/guacone certifier osv --poll']
command: ['sh', '-c', '/opt/guac/guaccollect osv']
env: []
nodeSelector: {}
tolerations: []
Expand Down

0 comments on commit 75cd323

Please sign in to comment.