Skip to content

Commit

Permalink
feat(t8s-cluster)!: migrate to new image names (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Feb 16, 2024
1 parent 89ed7eb commit 5137557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/t8s-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ sshKeyName: null
cni: cilium

imageNameTemplate:
computePlane: t8s-engine-2004-kube-{{ .builtin.machineDeployment.version }}
controlPlane: t8s-engine-2004-kube-{{ .builtin.controlPlane.version }}
computePlane: t8s-engine-{{ .builtin.machineDeployment.version }}
controlPlane: t8s-engine-{{ .builtin.controlPlane.version }}

0 comments on commit 5137557

Please sign in to comment.