You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Universal dependency update tool that fits into your workflows.
6
6
@@ -71,7 +71,7 @@ The following table lists the configurable parameters of the chart and the defau
71
71
| image.pullPolicy | string |`"IfNotPresent"`| "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images |
72
72
| image.registry | string |`"ghcr.io"`| Registry to pull image from |
73
73
| image.repository | string |`"renovatebot/renovate"`| Image name to pull |
74
-
| image.tag | string |`"37.59.7"`| Renovate image tag to pull |
74
+
| image.tag | string |`"37.59.8"`| Renovate image tag to pull |
75
75
| imagePullSecrets | object |`{}`| Secret to use to pull the image from the repository |
76
76
| nameOverride | string |`""`| Override the name of the chart |
77
77
| nodeSelector | object |`{}`| Select the node using labels to specify where the cronjob pod should run on |
Copy file name to clipboardExpand all lines: charts/renovate/values.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ image:
64
64
# -- Image name to pull
65
65
repository: renovatebot/renovate
66
66
# -- Renovate image tag to pull
67
-
tag: 37.59.7
67
+
tag: 37.59.8
68
68
# -- "IfNotPresent" to pull the image if no image with the specified tag exists on the node, "Always" to always pull the image or "Never" to try and use pre-pulled images
0 commit comments