Skip to content

Commit

Permalink
feat: update k8s-inventory to v1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
  • Loading branch information
bradleyjones committed Jul 10, 2024
1 parent 88b69e4 commit a73d636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/k8s-inventory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: k8s-inventory
version: 0.4.1
appVersion: "1.6.0"
version: 0.4.2
appVersion: "1.6.2"
description: A Helm chart for Kubernetes Automated Inventory, which describes which images are in use in a given Kubernetes Cluster
keywords:
- analysis
Expand Down
2 changes: 1 addition & 1 deletion stable/k8s-inventory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replicaCount: 1
image:
pullPolicy: "IfNotPresent"
repository: "anchore/k8s-inventory"
tag: "v1.6.0"
tag: "v1.6.2"

## @param imagePullSecrets secrets where Kubernetes should get the credentials for pulling private images
##
Expand Down

0 comments on commit a73d636

Please sign in to comment.