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
@@ -79,7 +79,7 @@ The following table lists the configurable parameters of the chart and the defau
79
79
| 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 |
80
80
| image.registry | string |`"ghcr.io"`| Registry to pull image from |
81
81
| image.repository | string |`"renovatebot/renovate"`| Image name to pull |
82
-
| image.tag | string |`"39.213.3"`| Renovate image tag to pull |
82
+
| image.tag | string |`"39.213.4"`| Renovate image tag to pull |
83
83
| image.useFull | bool |`false`| Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image|
84
84
| imagePullSecrets | object |`{}`| Secret to use to pull the image from the repository |
85
85
| nameOverride | string |`""`| Override the name of the chart |
Copy file name to clipboardexpand all lines: charts/renovate/values.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ image:
83
83
# -- Image name to pull
84
84
repository: renovatebot/renovate
85
85
# -- Renovate image tag to pull
86
-
tag: 39.213.3
86
+
tag: 39.213.4
87
87
# -- "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
88
88
pullPolicy: IfNotPresent
89
89
# -- Set `true` to use the full image. See https://docs.renovatebot.com/getting-started/running/#the-full-image
0 commit comments