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.
2 parents eede2ca + 4cc6919 commit 9147492Copy full SHA for 9147492
config/jobs/kubernetes/kops/build_jobs.py
@@ -2342,7 +2342,7 @@ def generate_presubmits_e2e():
2342
scenario='upgrade-ab',
2343
env={
2344
'KOPS_VERSION_A': "1.33",
2345
- 'K8S_VERSION_A': "v1.33.0",
+ 'K8S_VERSION_A': "v1.33.5",
2346
'KOPS_VERSION_B': "latest",
2347
'K8S_VERSION_B': "latest",
2348
'KOPS_SKIP_E2E': '1',
config/jobs/kubernetes/kops/kops-presubmits-e2e.yaml
@@ -2428,7 +2428,7 @@ presubmits:
2428
- name: KOPS_VERSION_A
2429
value: "1.33"
2430
- name: K8S_VERSION_A
2431
- value: "v1.33.0"
+ value: "v1.33.5"
2432
- name: KOPS_VERSION_B
2433
value: "latest"
2434
- name: K8S_VERSION_B
0 commit comments