We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f643e commit 44cf700Copy full SHA for 44cf700
stable/k8s-inventory/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: k8s-inventory
3
-version: 0.6.0
4
-appVersion: "1.8.0"
+version: 0.6.1
+appVersion: "1.8.1"
5
description: A Helm chart for Kubernetes Automated Inventory, which describes which images are in use in a given Kubernetes Cluster
6
keywords:
7
- analysis
stable/k8s-inventory/values.yaml
@@ -15,7 +15,7 @@ replicaCount: 1
15
image:
16
pullPolicy: "IfNotPresent"
17
repository: "anchore/k8s-inventory"
18
- tag: "v1.8.0"
+ tag: "v1.8.1"
19
20
## @param imagePullSecrets secrets where Kubernetes should get the credentials for pulling private images
21
##
0 commit comments