Skip to content

Commit

Permalink
updates.go: bump stable version to 1.12
Browse files Browse the repository at this point in the history
Test upgrade and downgrade from the last stable version which is 1.12

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Nov 15, 2022
1 parent 18205c9 commit dcddb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers/cons.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ const (

// CiliumStableHelmChartVersion should be the chart version that points
// to the v1.X branch
CiliumStableHelmChartVersion = "1.11"
CiliumStableHelmChartVersion = "1.12"
CiliumStableVersion = "v" + CiliumStableHelmChartVersion
CiliumLatestHelmChartVersion = "1.11.90"
CiliumLatestHelmChartVersion = "1.12.90"

MonitorLogFileName = "monitor.log"

Expand Down

0 comments on commit dcddb1b

Please sign in to comment.