Skip to content

Commit 9d9abbf

Browse files
committed
feat: bump k8s-inventory and ecs-inventory versions
Signed-off-by: Shari Vietry <shari.vietry@gmail.com>
1 parent 2e32acd commit 9d9abbf

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

stable/ecs-inventory/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintainers:
2020
email: hung.nguyen@anchore.com
2121

2222
type: application
23-
version: 0.0.15
24-
appVersion: "1.4.0"
23+
version: 0.0.16
24+
appVersion: "1.4.1"
2525

2626
icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png

stable/ecs-inventory/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
replicaCount: 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

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.2
4-
appVersion: "1.8.1"
3+
version: 0.6.3
4+
appVersion: "1.8.2"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
##
1515
image:
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
##

0 commit comments

Comments
 (0)