Navigation Menu

Skip to content

Commit

Permalink
test/e2e disable capd customImage patch if not no stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed May 16, 2022
1 parent 6a5c02c commit 460804a
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -158,6 +158,8 @@ spec:
valueFrom:
template: |
kindest/node:{{ .builtin.machineDeployment.version }}
# only enable this patch for normal released semver versions
enabledIf: '{{ not (contains "+" .builtin.machineDeployment.version) }}'
- selector:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: DockerMachineTemplate
Expand All @@ -169,6 +171,8 @@ spec:
valueFrom:
template: |
kindest/node:{{ .builtin.controlPlane.version }}
# only enable this patch for normal released semver versions
enabledIf: '{{ not (contains "+" .builtin.machineDeployment.version) }}'
- name: kubeadmControlPlaneMaxSurge
description: "Sets the maxSurge value used for rolloutStrategy in the KubeadmControlPlane."
definitions:
Expand Down

0 comments on commit 460804a

Please sign in to comment.