Skip to content

Commit

Permalink
Merge pull request #348 from anchore/ecs-bump
Browse files Browse the repository at this point in the history
feat: bump ecs-inventory version
  • Loading branch information
bradleyjones authored Feb 16, 2024
2 parents 2dd3d96 + a54f23c commit 8eeb28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/ecs-inventory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ maintainers:
email: [email protected]

type: application
version: 0.0.4
appVersion: "1.0.0"
version: 0.0.5
appVersion: "1.3.0"

icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png
4 changes: 2 additions & 2 deletions stable/ecs-inventory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
replicaCount: 1

## @param image Image used for all Ecs Inventory deployment deployments
## use docker.io/anchore/ecs-inventory:v1.1.0-fips-amd64 if you want an image built for fips use
## use docker.io/anchore/ecs-inventory:v1.3.0-fips-amd64 if you want an image built for fips use
##
image: "docker.io/anchore/ecs-inventory:v1.1.0"
image: "docker.io/anchore/ecs-inventory:v1.3.0"

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

0 comments on commit 8eeb28a

Please sign in to comment.