Skip to content

Commit

Permalink
fix(ci): Cluster image version for 1.26 and 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mimnix committed Feb 27, 2024
1 parent 0e8201c commit 2dbdfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
environment:
CLUSTER_VERSION: v1.26.4
CLUSTER_VERSION: v1.26.6
CLUSTER_NAME: ${DRONE_REPO_NAME}-${DRONE_BUILD_NUMBER}-${DRONE_STAGE_NAME}
# /drone/src is the default workdir for the pipeline
# using this folder we don't need to mount another
Expand Down Expand Up @@ -212,7 +212,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
environment:
CLUSTER_VERSION: v1.27.1
CLUSTER_VERSION: v1.27.3
CLUSTER_NAME: ${DRONE_REPO_NAME}-${DRONE_BUILD_NUMBER}-${DRONE_STAGE_NAME}
# /drone/src is the default workdir for the pipeline
# using this folder we don't need to mount another
Expand Down

0 comments on commit 2dbdfbe

Please sign in to comment.