Skip to content

Commit e4b66d5

Browse files
authored
Merge pull request #424 from anchore/bmelander/ENTERPRISE-4846
feat: bump ecs-inventory to 1.3.3
2 parents 69c82bc + a413a6e commit e4b66d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stable/ecs-inventory/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintainers:
2020
2121

2222
type: application
23-
version: 0.0.9
24-
appVersion: "1.3.2"
23+
version: 0.0.10
24+
appVersion: "1.3.3"
2525

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

stable/ecs-inventory/values.yaml

+2-2
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.3.2-fips-amd64 if you want an image built for fips use
11+
## use docker.io/anchore/ecs-inventory:v1.3.3-fips-amd64 if you want an image built for fips use
1212
##
13-
image: "docker.io/anchore/ecs-inventory:v1.3.2"
13+
image: "docker.io/anchore/ecs-inventory:v1.3.3"
1414

1515
## @param imagePullPolicy Image pull policy used by all deployments
1616
## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy

0 commit comments

Comments
 (0)