Skip to content

Commit

Permalink
Merge pull request anchore#391 from anchore/integrations-bump
Browse files Browse the repository at this point in the history
feat: update integrations to latest versions
  • Loading branch information
bradleyjones authored Jul 11, 2024
2 parents ac8448e + a73d636 commit f3df106
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions stable/anchore-admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: anchore-admission-controller
version: 0.6.0
appVersion: 0.6.0
version: 0.6.2
appVersion: 0.6.2
description: A kubernetes admission controller for validating and mutating webhooks that operates against Anchore Engine to make access decisions and annotations
home: https://github.com/anchore/kubernetes-admission-controller
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion stable/anchore-admission-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fullnameOverride: Null
replicaCount: 1
logVerbosity: 3

image: "anchore/kubernetes-admission-controller:v0.6.1"
image: "anchore/kubernetes-admission-controller:v0.6.2"
imagePullPolicy: IfNotPresent
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
Expand Down
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.6
appVersion: "1.3.0"
version: 0.0.7
appVersion: "1.3.1"

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.3.0-fips-amd64 if you want an image built for fips use
## use docker.io/anchore/ecs-inventory:v1.3.1-fips-amd64 if you want an image built for fips use
##
image: "docker.io/anchore/ecs-inventory:v1.3.0"
image: "docker.io/anchore/ecs-inventory:v1.3.1"

## @param imagePullPolicy Image pull policy used by all deployments
## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
Expand Down
4 changes: 2 additions & 2 deletions stable/k8s-inventory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: k8s-inventory
version: 0.4.1
appVersion: "1.6.0"
version: 0.4.2
appVersion: "1.6.2"
description: A Helm chart for Kubernetes Automated Inventory, which describes which images are in use in a given Kubernetes Cluster
keywords:
- analysis
Expand Down
2 changes: 1 addition & 1 deletion stable/k8s-inventory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replicaCount: 1
image:
pullPolicy: "IfNotPresent"
repository: "anchore/k8s-inventory"
tag: "v1.6.0"
tag: "v1.6.2"

## @param imagePullSecrets secrets where Kubernetes should get the credentials for pulling private images
##
Expand Down

0 comments on commit f3df106

Please sign in to comment.