Skip to content

Commit 88ed2ef

Browse files
authored
Merge pull request #538 from anchore/k8s-inventory-1.8.1
feat: bump k8s-inventory to 1.8.1
2 parents b4f643e + 44cf700 commit 88ed2ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stable/k8s-inventory/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: k8s-inventory
3-
version: 0.6.0
4-
appVersion: "1.8.0"
3+
version: 0.6.1
4+
appVersion: "1.8.1"
55
description: A Helm chart for Kubernetes Automated Inventory, which describes which images are in use in a given Kubernetes Cluster
66
keywords:
77
- analysis

stable/k8s-inventory/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ replicaCount: 1
1515
image:
1616
pullPolicy: "IfNotPresent"
1717
repository: "anchore/k8s-inventory"
18-
tag: "v1.8.0"
18+
tag: "v1.8.1"
1919

2020
## @param imagePullSecrets secrets where Kubernetes should get the credentials for pulling private images
2121
##

0 commit comments

Comments
 (0)