diff --git a/stable/anchore-admission-controller/Chart.yaml b/stable/anchore-admission-controller/Chart.yaml index 41c85d9f..ea1fb258 100644 --- a/stable/anchore-admission-controller/Chart.yaml +++ b/stable/anchore-admission-controller/Chart.yaml @@ -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: diff --git a/stable/anchore-admission-controller/values.yaml b/stable/anchore-admission-controller/values.yaml index b45e1e84..dd4500a8 100644 --- a/stable/anchore-admission-controller/values.yaml +++ b/stable/anchore-admission-controller/values.yaml @@ -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: [] diff --git a/stable/ecs-inventory/Chart.yaml b/stable/ecs-inventory/Chart.yaml index 04f0197b..64a6e72e 100644 --- a/stable/ecs-inventory/Chart.yaml +++ b/stable/ecs-inventory/Chart.yaml @@ -20,7 +20,7 @@ maintainers: email: hung.nguyen@anchore.com 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 diff --git a/stable/ecs-inventory/values.yaml b/stable/ecs-inventory/values.yaml index b7b4fb54..89d86451 100644 --- a/stable/ecs-inventory/values.yaml +++ b/stable/ecs-inventory/values.yaml @@ -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 diff --git a/stable/k8s-inventory/Chart.yaml b/stable/k8s-inventory/Chart.yaml index 1ec9f4b6..01411c2e 100644 --- a/stable/k8s-inventory/Chart.yaml +++ b/stable/k8s-inventory/Chart.yaml @@ -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 diff --git a/stable/k8s-inventory/values.yaml b/stable/k8s-inventory/values.yaml index 94fd23dc..73de8aad 100644 --- a/stable/k8s-inventory/values.yaml +++ b/stable/k8s-inventory/values.yaml @@ -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 ##