Skip to content

Commit

Permalink
Bump k8s version in do template
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann authored May 10, 2022
1 parent e1e4b6e commit 7cdc2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rancher-do-cluster-template/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: rancher-do-cluster-template
description: RKE2 Cluster template for DO
version: 0.2.0
version: 0.3.0
annotations:
catalog.cattle.io/type: cluster-template
catalog.cattle.io/namespace: fleet-default
2 changes: 1 addition & 1 deletion charts/rancher-do-cluster-template/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
{{- if .Values.cloudCredentialSecretName }}
cloudCredentialSecretName: {{ .Values.cloudCredentialSecretName }}
{{- end }}
kubernetesVersion: v1.21.9+rke2r1
kubernetesVersion: v1.21.10+rke2r1
rkeConfig:
machinePools:
- controlPlaneRole: true
Expand Down

0 comments on commit 7cdc2cb

Please sign in to comment.