We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709fabf commit cf4dcb1Copy full SHA for cf4dcb1
.circleci/config.yml
@@ -63,9 +63,9 @@ workflows:
63
parameters:
64
# https://kubernetes.io/releases
65
kubernetes-version:
66
- - "v1.26.0"
67
- "v1.25.5"
68
- "v1.24.9"
+ - "v1.23.15"
69
# Run periodic nightly Helm tests to ensure there are no regressions
70
e2e-nightly:
71
jobs:
@@ -74,9 +74,9 @@ workflows:
74
75
76
77
78
79
80
triggers:
81
- schedule:
82
cron: "0 1 * * *"
0 commit comments