Skip to content

Commit bd84e2d

Browse files
authored
chore(agent,kspm-collector,node-analyzer): remove bitnami/kubectl usage (#2385)
1 parent 3549554 commit bd84e2d

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

.github/updatecli.d/config-update-bitnami-kubectl-image.yaml renamed to .github/updatecli.d/config-update-kubectl-image.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: update bitnami/kubectl image tag for helm tests
1+
name: update sysdig/sysdig-kubectl image tag for helm tests
22

33
scms:
44
github:
@@ -19,24 +19,24 @@ actions:
1919
scmid: "github"
2020
spec:
2121
automerge: true
22-
description: 'bump bitnami/kubectl image references'
22+
description: 'bump sysdig/sysdig-kubectl image references'
2323
labels:
2424
- "automated PR"
2525
mergemethod: squash
26-
title: 'chore(ci): bump bitnami/kubectl image references'
26+
title: 'chore(ci): bump sysdig/sysdig-kubectl image references'
2727

2828
sources:
29-
bitnamiKubectlImage:
29+
sysdigKubectlImage:
3030
kind: dockerimage
3131
spec:
32-
image: bitnami/kubectl
32+
image: quay.io/sysdig/sysdig-kubectl
3333
versionfilter:
34-
kind: semver
35-
strict: true
34+
kind: regex
35+
pattern: '[0-9]+\.[0-9]+\.[0-9]+\-[0-9]+\.[0-9]+\.[0-9]+$'
3636

3737
targets:
3838
bumpAgentChart:
39-
name: "bump the bitnami/kubectl image reference in the agent chart"
39+
name: "bump the sysdig/sysdig-kubectl image reference in the agent chart"
4040
kind: helmchart
4141
scmid: github
4242
spec:
@@ -45,7 +45,7 @@ targets:
4545
versionincrement: patch
4646

4747
bumpKspmCollectorChart:
48-
name: "bump the bitnami/kubectl image reference in the kspm-collector chart"
48+
name: "bump the sysdig/sysdig-kubectl image reference in the kspm-collector chart"
4949
kind: helmchart
5050
scmid: github
5151
spec:
@@ -54,7 +54,7 @@ targets:
5454
versionincrement: patch
5555

5656
bumpNodeAnalyzerChart:
57-
name: "bump the bitnami/kubectl image reference in the node-analyzer chart"
57+
name: "bump the sysdig/sysdig-kubectl image reference in the node-analyzer chart"
5858
kind: helmchart
5959
scmid: github
6060
spec:
@@ -63,7 +63,7 @@ targets:
6363
versionincrement: patch
6464

6565
bumpRapidResponseChart:
66-
name: "bump the bitnami/kubectl image reference in the rapid-response chart"
66+
name: "bump the sysdig/sysdig-kubectl image reference in the rapid-response chart"
6767
kind: helmchart
6868
scmid: github
6969
spec:

.github/workflows/kubectl-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Update bitnami/kubectl image reference for Helm tests
2+
name: Update sysdig/sysdig-kubectl image reference for Helm tests
33

44
on:
55
schedule:
@@ -20,6 +20,6 @@ jobs:
2020
uses: updatecli/[email protected]
2121

2222
- name: Run Updatecli
23-
run: "updatecli apply --config .github/updatecli.d/config-update-bitnami-kubectl-image.yaml"
23+
run: "updatecli apply --config .github/updatecli.d/config-update-kubectl-image.yaml"
2424
env:
2525
GITHUB_TOKEN: "${{ secrets.TOOLS_JENKINS_ADMIN_ACCESS_GITHUB_TOKEN }}"

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 2.3.1
33+
version: 2.3.2

charts/agent/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ tests:
421421
skip: false
422422
timeout: 300s
423423
image:
424-
repo: bitnami/kubectl
425-
tag: 1.33.4
424+
repo: quay.io/sysdig/sysdig-kubectl
425+
tag: 1.34.1-1.5.17
426426
# Allow to modify DNS policy
427427
dnsPolicy: null
428428
customSecurityContext: {}

charts/kspm-collector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: kspm-collector
33
description: Sysdig KSPM collector
4-
version: 0.18.5
4+
version: 0.18.6
55
appVersion: 1.39.15
66
keywords:
77
- monitoring

charts/kspm-collector/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ tests:
223223
skip: false
224224
timeout: 300s
225225
image:
226-
repo: bitnami/kubectl
227-
tag: 1.33.4
226+
repo: quay.io/sysdig/sysdig-kubectl
227+
tag: 1.34.1-1.5.17

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: node-analyzer
33
description: Sysdig Node Analyzer
44
# currently matching Sysdig's appVersion 1.14.34
5-
version: 1.36.9
5+
version: 1.36.10
66
appVersion: 12.9.2
77
keywords:
88
- monitoring

charts/node-analyzer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ tests:
514514
skip: false
515515
timeout: 300s
516516
image:
517-
repo: bitnami/kubectl
518-
tag: 1.33.4
517+
repo: quay.io/sysdig/sysdig-kubectl
518+
tag: 1.34.1-1.5.17
519519

520520
# Allow to modify DNS policy
521521
dnsPolicy: null

charts/rapid-response/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.9.26
16+
version: 0.9.27
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/rapid-response/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,5 @@ tests:
218218
create: true
219219
timeout: 300s
220220
image:
221-
repo: bitnami/kubectl
222-
tag: 1.33.4
221+
repo: quay.io/sysdig/sysdig-kubectl
222+
tag: 1.34.1-1.5.17

0 commit comments

Comments
 (0)