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
22
33scms :
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
2828sources :
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
3737targets :
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 :
Original file line number Diff line number Diff line change 11---
2- name : Update bitnami/ kubectl image reference for Helm tests
2+ name : Update sysdig/sysdig- kubectl image reference for Helm tests
33
44on :
55 schedule :
20202121
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 }}"
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sources:
3030- https://app.sysdigcloud.com/#/settings/user
3131- https://github.com/draios/sysdig
3232type : 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:
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
427427dnsPolicy : null
428428customSecurityContext : {}
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : kspm-collector
33description : Sysdig KSPM collector
4- version : 0.18.5
4+ version : 0.18.6
55appVersion : 1.39.15
66keywords :
77 - monitoring
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : node-analyzer
33description : Sysdig Node Analyzer
44# currently matching Sysdig's appVersion 1.14.34
5- version : 1.36.9
5+ version : 1.36.10
66appVersion : 12.9.2
77keywords :
88 - monitoring
Original file line number Diff line number Diff 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
521521dnsPolicy : null
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments