Skip to content

Commit 64f4b30

Browse files
committed
Downgraded k3s images for now.
1 parent b6c0abd commit 64f4b30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
matrix:
114114
k3s-version:
115115
# - 1.24 # EOL: 2023-09-29
116-
- 1.23 # EOL: 2023-02-28
117-
- 1.22 # EOL: 2022-10-28
118-
- 1.21 # EOL: 2022-06-28
116+
- 1.23.6 # EOL: 2023-02-28
117+
- 1.22.9 # EOL: 2022-10-28
118+
- 1.21.12 # EOL: 2022-06-28
119119
fail-fast: false
120120
env:
121121
IMAGE: contrastdotnet.azurecr.io/agent-operator/agent-operator@${{ needs.build-image.outputs.digest }}

0 commit comments

Comments
 (0)