Skip to content

Commit

Permalink
updated dvp image to 1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Jul 19, 2024
1 parent 8a9fdfd commit 7e6e62c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
| volumeProvisioner.dind-lv-monitor | object | See below | `dind-lv-monitor` DaemonSet parameters (local volumes cleaner) |
| volumeProvisioner.enabled | bool | `true` | Enable volume-provisioner |
| volumeProvisioner.env | object | `{}` | Add additional env vars |
| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.35.1"}` | Set image |
| volumeProvisioner.image | object | `{"registry":"quay.io","repository":"codefresh/dind-volume-provisioner","tag":"1.35.2"}` | Set image |
| volumeProvisioner.nodeSelector | object | `{}` | Set node selector |
| volumeProvisioner.podAnnotations | object | `{}` | Set pod annotations |
| volumeProvisioner.podSecurityContext | object | See below | Set security context for the pod |
Expand Down
2 changes: 1 addition & 1 deletion charts/cf-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ volumeProvisioner:
image:
registry: quay.io
repository: codefresh/dind-volume-provisioner
tag: 1.35.1
tag: 1.35.2
# -- Add additional env vars
env: {}
# E.g.
Expand Down

0 comments on commit 7e6e62c

Please sign in to comment.