Skip to content

Commit

Permalink
updates kube-bench tag fixing timestamp issue (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Mritunjay Sharma <[email protected]>
  • Loading branch information
mritunjaysharma394 authored Jun 1, 2022
1 parent f55bd6e commit d5cee00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kube-bench-adapter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kube-bench-adapter
description: The kube-bench adapter periodically runs a CIS benchmark check using cron-job with a tool called kube-bench and produces a cluster-wide policy report based on the Policy Report Custom Resource Definition
type: application
version: v1.1.5
version: v1.1.6
appVersion: "1.0.0"
maintainers:
- name: Nirmata
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-bench-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kubectl get clusterpolicyreports
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"ghcr.io/nirmata/kube-bench-adapter"` | image repository of kube-bench-adapter |
| image.tag | string | `"v0.1.4"` | tag of image repository of kube-bench-adapter |
| image.tag | string | `"v0.1.5"` | tag of image repository of kube-bench-adapter |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-bench-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
# --tag of image repository of kube-bench-adapter
tag: "v0.1.4"
tag: "v0.1.5"
pullSecrets:
registry:
# Leave blank, if no ImagePullSecret is needed.
Expand Down

0 comments on commit d5cee00

Please sign in to comment.