diff --git a/charts/popeye/Chart.yaml b/charts/popeye/Chart.yaml index 023047ce..90f73981 100644 --- a/charts/popeye/Chart.yaml +++ b/charts/popeye/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: popeye description: Popeye - A Kubernetes Cluster Sanitizer type: application -version: 2.0.2 -appVersion: "v0.20.2" +version: 2.1.0 +appVersion: "v0.21.3" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png maintainers: @@ -15,7 +15,7 @@ annotations: artifacthub.io/category: security artifacthub.io/changes: | - kind: changed - description: URL and name of Helm repository + description: bumped image version to 0.21.3 artifacthub.io/screenshots: | - title: Popeye is a utility that scans live Kubernetes cluster and reports potential issues with deployed resources and configurations. url: https://popeyecli.io/assets/d_score.png diff --git a/charts/popeye/README.md b/charts/popeye/README.md index 44e6e7be..6d3e202f 100644 --- a/charts/popeye/README.md +++ b/charts/popeye/README.md @@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and | fullnameOverride | string | `""` | String to fully override `"popeye.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"derailed/popeye"` | image repository | -| image.tag | string | `"v0.20.2"` | Overrides the image tag | +| image.tag | string | `"v0.21.3"` | Overrides the image tag | | imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | nameOverride | string | `""` | Provide a name in place of `popeye` | | nodeSelector | object | `{}` | Node labels for pod assignment | diff --git a/charts/popeye/values.yaml b/charts/popeye/values.yaml index 44f97050..653d449d 100644 --- a/charts/popeye/values.yaml +++ b/charts/popeye/values.yaml @@ -9,7 +9,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "v0.20.2" + tag: "v0.21.3" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []