Skip to content

Commit

Permalink
Updated nova version to 3.11 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesouza authored Oct 7, 2024
1 parent 51c2496 commit 855632e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fairwinds-insights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ options:
images:
docker:
- quay.io/fairwinds/polaris:9.4
- quay.io/fairwinds/nova:v3.10
- quay.io/fairwinds/nova:v3.11
- us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5.20
- us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.13
- quay.io/fairwinds/insights-admission-controller:1.17.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/scan-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ declare -a changed_plugins=($2)
branch_name=$(echo "${branch_name:0:26}" | sed 's/[^a-zA-Z0-9]/-/g' | sed 's/-\+$//')

# Hard-coding four external images we own. Versions taken from insights-agent. Need to find a better solution here.
images=(quay.io/fairwinds/polaris:9.4 quay.io/fairwinds/nova:v3.10 us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5.20 us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.13)
images=(quay.io/fairwinds/polaris:9.4 quay.io/fairwinds/nova:v3.11 us-docker.pkg.dev/fairwinds-ops/oss/pluto:v5.20 us-docker.pkg.dev/fairwinds-ops/oss/goldilocks:v4.13)
have_vulns=()

for d in ./plugins/*/ ; do
Expand Down

0 comments on commit 855632e

Please sign in to comment.