Skip to content

Commit 57ecea2

Browse files
authored
Merge pull request #5981 from willie-yao/fix-dalec-spec
Add explicit kubernetes version for substitution
2 parents 81b8d76 + eb55f65 commit 57ecea2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

templates/test/ci/cluster-template-prow-dalec-custom-builds.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-dalec-custom-builds/patches/azl3-machine-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
systemctl stop kubelet
100100
101101
BASE_URL="https://kubernetesreleases.blob.core.windows.net/dalec-packages"
102-
VERSION="${KUBERNETES_VERSION}"
102+
VERSION="${DALEC_KUBERNETES_VERSION}"
103103
VERSION=$${VERSION#v}
104104
OS_VERSION="azl3"
105105
ARCH="x86_64"

templates/test/ci/prow-dalec-custom-builds/patches/control-plane-custom-builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
systemctl stop kubelet
1515
1616
BASE_URL="https://kubernetesreleases.blob.core.windows.net/dalec-packages"
17-
VERSION="${KUBERNETES_VERSION}"
17+
VERSION="${DALEC_KUBERNETES_VERSION}"
1818
VERSION=$${VERSION#v}
1919
OS_VERSION="ubuntu24.04"
2020
ARCH="amd64"

templates/test/ci/prow-dalec-custom-builds/patches/kubeadm-bootstrap-custom-builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
systemctl stop kubelet
1515
1616
BASE_URL="https://kubernetesreleases.blob.core.windows.net/dalec-packages"
17-
VERSION="${KUBERNETES_VERSION}"
17+
VERSION="${DALEC_KUBERNETES_VERSION}"
1818
VERSION=$${VERSION#v}
1919
OS_VERSION="ubuntu24.04"
2020
ARCH="amd64"

0 commit comments

Comments
 (0)