Skip to content

Commit d217306

Browse files
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.
1 parent ba67cf9 commit d217306

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/updatecli.d/config-update-kubectl-image.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,3 @@ targets:
7070
name: "charts/rapid-response"
7171
key: "$.tests.image.tag"
7272
versionincrement: patch
73-
74-
bumpShieldChart:
75-
name: "bump the sysdig/sysdig-kubectl image reference in the shield chart"
76-
kind: helmchart
77-
scmid: github
78-
spec:
79-
name: "charts/shield"
80-
key: "$.gke_autopilot.allowlist_waiter.image.tag"
81-
versionincrement: patch

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The following table lists the configurable parameters of the `shield` chart and
300300
| gke_autopilot.allowlist_waiter.service_account_name | Override the name of the waiter ServiceAccount (defaults to <host fullname>-allowlist-waiter) | <code></code> |
301301
| gke_autopilot.allowlist_waiter.image.registry | The registry where the kubectl image is stored | <code>quay.io</code> |
302302
| 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> |
304304
| gke_autopilot.allowlist_waiter.image.pull_policy | The pull policy for the kubectl image | <code>IfNotPresent</code> |
305305
| gke_autopilot.allowlist_waiter.image.pull_secrets | The pull secrets for the kubectl image | <code>[]</code> |
306306
| gke_autopilot.allowlist_waiter.resources.limits.cpu | The CPU limit for the allowlist waiter Job | <code>100m</code> |

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ gke_autopilot:
667667
registry: quay.io
668668
# The repository where the kubectl image is stored
669669
repository: sysdig/kubectl
670-
# The tag for the kubectl image (auto-bumped by .github/updatecli.d/config-update-kubectl-image.yaml)
670+
# The tag for the kubectl image
671671
tag: 1.34.3-1.6.21
672672
# The pull policy for the kubectl image
673673
pull_policy: IfNotPresent

0 commit comments

Comments
 (0)