Skip to content

Commit

Permalink
Bump trivy addon helm chart version to 0.15.1 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinkumarsingh092 authored Jul 28, 2023
1 parent fe71816 commit 665f358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ microk8s-addons:

- name: "trivy"
description: "Kubernetes-native security scanner"
version: "0.2.0"
version: "0.15.1"
check_status: "deployment.apps/trivy-operator"
supported_architectures:
- arm64
Expand Down
2 changes: 1 addition & 1 deletion addons/trivy/enable
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source $SNAP/actions/common/utils.sh

NAMESPACE_TRIVY="trivy-system"

TRIVY_HELM_VERSION="0.2.0"
TRIVY_HELM_VERSION="0.15.1"

KUBECTL="$SNAP/microk8s-kubectl.wrapper"
HELM="$SNAP/microk8s-helm3.wrapper"
Expand Down

0 comments on commit 665f358

Please sign in to comment.