Skip to content

Commit

Permalink
bump kubexns to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Jan 8, 2024
1 parent 0123bee commit 2484f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/zora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The following table lists the configurable parameters of the Zora chart and thei
| scan.plugins.popeye.image.repository | string | `"ghcr.io/undistro/popeye"` | popeye plugin image repository |
| scan.plugins.popeye.image.tag | string | `"pr252"` | popeye plugin image tag |
| kubexnsImage.repository | string | `"ghcr.io/undistro/kubexns"` | kubexns image repository |
| kubexnsImage.tag | string | `"v0.1.1"` | kubexns image tag |
| kubexnsImage.tag | string | `"v0.1.2"` | kubexns image tag |
| customChecksConfigMap | string | `"zora-custom-checks"` | Custom checks ConfigMap name |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
Expand Down
2 changes: 1 addition & 1 deletion charts/zora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ kubexnsImage:
# -- kubexns image repository
repository: ghcr.io/undistro/kubexns
# -- kubexns image tag
tag: v0.1.1
tag: v0.1.2

# -- Custom checks ConfigMap name
customChecksConfigMap: zora-custom-checks

0 comments on commit 2484f3d

Please sign in to comment.