Skip to content

Commit

Permalink
renovate: update cilium version in e2e flags
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jan 29, 2025
1 parent 27b3bf0 commit e5f9557
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"contrib/update-helm-chart.sh",
"cmd/tetragon-metrics-docs/metricsmd/metricsmd.go",
"tests/e2e/helpers/cluster.go",
"tests/e2e/flags/flags.go",
],
"postUpdateOptions": [
"gomodTidy"
Expand Down Expand Up @@ -545,5 +546,14 @@
"\\/\\/ renovate: datasource=(?<datasource>.*?)\\s+.*\"(?<depName>.*?):(?<currentValue>.*?)\""
]
},
{
"customType": "regex",
"fileMatch": [
"^tests/e2e/flags/flags.go$"
],
"matchStrings": [
"\\/\\/ renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+CiliumVersion:\\s*\"(?<currentValue>.*?)\""
]
},
]
}
3 changes: 2 additions & 1 deletion tests/e2e/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ var Opts = Flags{
},
KeepExportData: false,
InstallCilium: true,
CiliumVersion: "v1.15.1",
// renovate: datasource=go depName=github.com/cilium/cilium
CiliumVersion: "v1.15.1",
}

func init() {
Expand Down

0 comments on commit e5f9557

Please sign in to comment.