File tree Expand file tree Collapse file tree 10 files changed +25
-25
lines changed Expand file tree Collapse file tree 10 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
- name : update bitnami/ kubectl image tag for helm tests
1
+ name : update sysdig/sysdig- kubectl image tag for helm tests
2
2
3
3
scms :
4
4
github :
@@ -19,24 +19,24 @@ actions:
19
19
scmid : " github"
20
20
spec :
21
21
automerge : true
22
- description : ' bump bitnami/ kubectl image references'
22
+ description : ' bump sysdig/sysdig- kubectl image references'
23
23
labels :
24
24
- " automated PR"
25
25
mergemethod : squash
26
- title : ' chore(ci): bump bitnami/ kubectl image references'
26
+ title : ' chore(ci): bump sysdig/sysdig- kubectl image references'
27
27
28
28
sources :
29
- bitnamiKubectlImage :
29
+ sysdigKubectlImage :
30
30
kind : dockerimage
31
31
spec :
32
- image : bitnami/ kubectl
32
+ image : quay.io/sysdig/sysdig- kubectl
33
33
versionfilter :
34
- kind : semver
35
- strict : true
34
+ kind : regex
35
+ pattern : ' [0-9]+\.[0-9]+\.[0-9]+\-[0-9]+\.[0-9]+\.[0-9]+$ '
36
36
37
37
targets :
38
38
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"
40
40
kind : helmchart
41
41
scmid : github
42
42
spec :
@@ -45,7 +45,7 @@ targets:
45
45
versionincrement : patch
46
46
47
47
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"
49
49
kind : helmchart
50
50
scmid : github
51
51
spec :
@@ -54,7 +54,7 @@ targets:
54
54
versionincrement : patch
55
55
56
56
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"
58
58
kind : helmchart
59
59
scmid : github
60
60
spec :
@@ -63,7 +63,7 @@ targets:
63
63
versionincrement : patch
64
64
65
65
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"
67
67
kind : helmchart
68
68
scmid : github
69
69
spec :
Original file line number Diff line number Diff line change 1
1
---
2
- name : Update bitnami/ kubectl image reference for Helm tests
2
+ name : Update sysdig/sysdig- kubectl image reference for Helm tests
3
3
4
4
on :
5
5
schedule :
20
20
21
21
22
22
- 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"
24
24
env :
25
25
GITHUB_TOKEN : " ${{ secrets.TOOLS_JENKINS_ADMIN_ACCESS_GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sources:
30
30
- https://app.sysdigcloud.com/#/settings/user
31
31
- https://github.com/draios/sysdig
32
32
type : application
33
- version : 2.3.1
33
+ version : 2.3.2
Original file line number Diff line number Diff line change @@ -421,8 +421,8 @@ tests:
421
421
skip : false
422
422
timeout : 300s
423
423
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
426
426
# Allow to modify DNS policy
427
427
dnsPolicy : null
428
428
customSecurityContext : {}
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : kspm-collector
3
3
description : Sysdig KSPM collector
4
- version : 0.18.5
4
+ version : 0.18.6
5
5
appVersion : 1.39.15
6
6
keywords :
7
7
- monitoring
Original file line number Diff line number Diff line change @@ -223,5 +223,5 @@ tests:
223
223
skip : false
224
224
timeout : 300s
225
225
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : node-analyzer
3
3
description : Sysdig Node Analyzer
4
4
# currently matching Sysdig's appVersion 1.14.34
5
- version : 1.36.9
5
+ version : 1.36.10
6
6
appVersion : 12.9.2
7
7
keywords :
8
8
- monitoring
Original file line number Diff line number Diff line change @@ -514,8 +514,8 @@ tests:
514
514
skip : false
515
515
timeout : 300s
516
516
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
519
519
520
520
# Allow to modify DNS policy
521
521
dnsPolicy : null
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.9.26
16
+ version : 0.9.27
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -218,5 +218,5 @@ tests:
218
218
create : true
219
219
timeout : 300s
220
220
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
You can’t perform that action at this time.
0 commit comments