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
chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v2.5.0
Bump chart version, update artifacthub annotations, fix default comment
in values.yaml, and regenerate README.
Signed-off-by: Engin Diri <engin.diri@ediri.de>
| sidecar.image.registry | string |`"quay.io"`| The image registry to pull the sidecar from |
142
142
| sidecar.image.repository | string |`"kiwigrid/k8s-sidecar"`| The image repository to pull from |
143
-
| sidecar.image.tag | string |`"2.2.3"`| The image tag to pull, default: `1.28.4`|
143
+
| sidecar.image.tag | string |`"2.5.0"`| The image tag to pull, default: `2.5.0`|
144
144
| sidecar.livenessProbe | object |`{"httpGet":{"path":"/healthz","port":8080},"initialDelaySeconds":5,"periodSeconds":10}`| Liveness probe for the sidecar (k8s-sidecar v2+ exposes /healthz on port 8080) |
145
145
| sidecar.readinessProbe | object |`{"httpGet":{"path":"/healthz","port":8080},"initialDelaySeconds":5,"periodSeconds":10}`| Readiness probe for the sidecar (reports ready after initial sync completes) |
146
146
| sidecar.resources | object |`{}`| Resources for the sidecar |
0 commit comments