File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ maintainers:
2020 email : hung.nguyen@anchore.com
2121
2222type : application
23- version : 0.0.15
24- appVersion : " 1.4.0 "
23+ version : 0.0.16
24+ appVersion : " 1.4.1 "
2525
2626icon : https://anchore.com/wp-content/uploads/2016/08/anchore.png
Original file line number Diff line number Diff line change 88replicaCount : 1
99
1010# # @param image Image used for all Ecs Inventory deployment deployments
11- # # use docker.io/anchore/ecs-inventory:v1.4.0 -fips-amd64 if you want an image built for fips use
11+ # # use docker.io/anchore/ecs-inventory:v1.4.1 -fips-amd64 if you want an image built for fips use
1212# #
13- image : " docker.io/anchore/ecs-inventory:v1.4.0 "
13+ image : " docker.io/anchore/ecs-inventory:v1.4.1 "
1414
1515# # @param imagePullPolicy Image pull policy used by all deployments
1616# # ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : k8s-inventory
3- version : 0.6.2
4- appVersion : " 1.8.1 "
3+ version : 0.6.3
4+ appVersion : " 1.8.2 "
55description : A Helm chart for Kubernetes Automated Inventory, which describes which images are in use in a given Kubernetes Cluster
66keywords :
77 - analysis
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ replicaCount: 1
1010# # @param image.pullPolicy Image pull policy used by the K8s Inventory deployment
1111# # @param image.repository Image used for the K8s Inventory deployment
1212# # @param image.tag Image tag used for the K8s Inventory deployment
13- # # use tag v1.8.1 -fips-amd64 if you want an image built for fips use
13+ # # use tag v1.8.2 -fips-amd64 if you want an image built for fips use
1414# #
1515image :
1616 pullPolicy : " IfNotPresent"
1717 repository : " anchore/k8s-inventory"
18- tag : " v1.8.1 "
18+ tag : " v1.8.2 "
1919
2020# # @param imagePullSecrets secrets where Kubernetes should get the credentials for pulling private images
2121# #
You can’t perform that action at this time.
0 commit comments