Skip to content

Commit

Permalink
fix(kubectl): cve
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 19, 2024
1 parent 2920aac commit e771e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
| runner.serviceAccount.annotations | object | `{}` | Additional service account annotations |
| runner.serviceAccount.create | bool | `true` | Create service account |
| runner.serviceAccount.name | string | `""` | Override service account name |
| runner.sidecar | object | `{"enabled":false,"env":{"RECONCILE_INTERVAL":300},"image":{"digest":"sha256:7fee86d48bbf58df147e13df148c1cf5ba43d11a5490117265783245fdaf3040","registry":"quay.io","repository":"codefresh/kubectl","tag":"1.31.2"},"resources":{}}` | Sidecar container Reconciles runtime spec from Codefresh API for drift detection |
| runner.sidecar | object | `{"enabled":false,"env":{"RECONCILE_INTERVAL":300},"image":{"digest":"sha256:a30a8810dde249d0198f67792ed9696363f15c8cecbac955ee9bd267b5454ee7","registry":"quay.io","repository":"codefresh/kubectl","tag":"1.31.2"},"resources":{}}` | Sidecar container Reconciles runtime spec from Codefresh API for drift detection |
| runner.tolerations | list | `[]` | Set tolerations |
| runner.updateStrategy | object | `{"type":"RollingUpdate"}` | Upgrade strategy |
| runtime | object | See below | Set runtime parameters |
Expand Down
4 changes: 2 additions & 2 deletions charts/cf-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runner:
registry: quay.io
repository: codefresh/kubectl
tag: 1.31.2
digest: sha256:7fee86d48bbf58df147e13df148c1cf5ba43d11a5490117265783245fdaf3040
digest: sha256:a30a8810dde249d0198f67792ed9696363f15c8cecbac955ee9bd267b5454ee7
env:
RECONCILE_INTERVAL: 300
resources: {}
Expand Down Expand Up @@ -621,7 +621,7 @@ runtime:
registry: quay.io
repository: codefresh/kubectl
tag: 1.31.2
digest: sha256:7fee86d48bbf58df147e13df148c1cf5ba43d11a5490117265783245fdaf3040
digest: sha256:a30a8810dde249d0198f67792ed9696363f15c8cecbac955ee9bd267b5454ee7
rbac:
enabled: true
annotations: {}
Expand Down

0 comments on commit e771e7e

Please sign in to comment.