Skip to content

Commit

Permalink
use :latest for kubectl (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored Sep 26, 2023
1 parent f3eac0e commit 33a3eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/policy-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
type: application

name: policy-controller
version: 0.6.2
version: 0.6.3
appVersion: 0.8.2

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/policy-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The Helm chart for Policy Controller
| webhook.volumes | list | `[]` | |
| leasescleanup.image.pullPolicy | string | `"IfNotPresent"` | |
| leasescleanup.image.repository | string | `"cgr.dev/chainguard/kubectl"` | |
| leasescleanup.image.version | string | `"1.26.0"` | |
| leasescleanup.image.version | string | `"latest"` | |

### Deploy `policy-controller` Helm Chart

Expand Down
2 changes: 1 addition & 1 deletion charts/policy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ webhook:
leasescleanup:
image:
repository: cgr.dev/chainguard/kubectl
version: 1.26.0
version: latest
pullPolicy: IfNotPresent

## common node selector for all the pods
Expand Down

0 comments on commit 33a3eb2

Please sign in to comment.