File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ sources:
2121
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
24- version : 0.2 .0
24+ version : 0.3 .0
2525
2626# This is the version number of the application being deployed.
2727# This version number should be incremented each time you make changes to the application.
28- appVersion : 0.1.3
28+ appVersion : 0.2.0
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Here the values you can override:
6767| customAnnotations | object | ` {} ` | Additional annotations which will be added to all resources created by Capsule helm chart |
6868| customLabels | object | ` {} ` | Additional labels which will be added to all resources created by Capsule helm chart |
6969| jobs.image.pullPolicy | string | ` "IfNotPresent" ` | Set the image pull policy of the helm chart job |
70- | jobs.image.repository | string | ` "quay.io/ clastix/kubectl" ` | Set the image repository of the helm chart job |
70+ | jobs.image.repository | string | ` "clastix/kubectl" ` | Set the image repository of the helm chart job |
7171| jobs.image.tag | string | ` "" ` | Set the image tag of the helm chart job |
7272| mutatingWebhooksTimeoutSeconds | int | ` 30 ` | Timeout in seconds for mutating webhooks |
7373| nodeSelector | object | ` {} ` | Set the node selector for the Capsule pod |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ podSecurityPolicy:
101101jobs :
102102 image :
103103 # -- Set the image repository of the helm chart job
104- repository : quay.io/ clastix/kubectl
104+ repository : clastix/kubectl
105105 # -- Set the image pull policy of the helm chart job
106106 pullPolicy : IfNotPresent
107107 # -- Set the image tag of the helm chart job
You can’t perform that action at this time.
0 commit comments