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(shield): defer waiter image auto-bump to follow-up PR
The waiter image now points at quay.io/sysdig/kubectl, while the rest of
.github/updatecli.d/config-update-kubectl-image.yaml still tracks
quay.io/sysdig/sysdig-kubectl. Wiring shield into the existing target would
have it consume tags from the wrong image.
Drop the bumpShieldChart target and the matching values.yaml comment; the
chart and the updatecli config will be reconciled together in a separate PR
that migrates all charts to sysdig/kubectl.
Copy file name to clipboardExpand all lines: charts/shield/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@ The following table lists the configurable parameters of the `shield` chart and
300
300
| gke_autopilot.allowlist_waiter.service_account_name | Override the name of the waiter ServiceAccount (defaults to <host fullname>-allowlist-waiter) | <code></code> |
301
301
| gke_autopilot.allowlist_waiter.image.registry | The registry where the kubectl image is stored | <code>quay.io</code> |
302
302
| gke_autopilot.allowlist_waiter.image.repository | The repository where the kubectl image is stored | <code>sysdig/kubectl</code> |
303
-
| gke_autopilot.allowlist_waiter.image.tag | The tag for the kubectl image (auto-bumped by .github/updatecli.d/config-update-kubectl-image.yaml) | <code>1.34.3-1.6.21</code> |
303
+
| gke_autopilot.allowlist_waiter.image.tag | The tag for the kubectl image | <code>1.34.3-1.6.21</code> |
304
304
| gke_autopilot.allowlist_waiter.image.pull_policy | The pull policy for the kubectl image | <code>IfNotPresent</code> |
305
305
| gke_autopilot.allowlist_waiter.image.pull_secrets | The pull secrets for the kubectl image | <code>[]</code> |
306
306
| gke_autopilot.allowlist_waiter.resources.limits.cpu | The CPU limit for the allowlist waiter Job | <code>100m</code> |
0 commit comments