Skip to content

Commit ea8fee7

Browse files
authored
Merge pull request #372 from dosaboy/default-to-1.34-k8s
Switch to 1.34/stable for k8s
2 parents 74635c6 + f64bcc9 commit ea8fee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/module_defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# NOTE: this should be updated each a new version is released.
10-
MOD_PARAMS[__K8S_CHANNEL__]="1.35/stable"
10+
MOD_PARAMS[__K8S_CHANNEL__]="1.34/stable"
1111
MOD_PARAMS[__K8S_CONTROLLER_CHARM__]="k8s" # default to canonical k8s
1212
MOD_PARAMS[__K8S_WORKER_CHARM__]="k8s-worker" # default to canonical k8s
1313
MOD_PARAMS[__NUM_ETCD_UNITS__]=1

0 commit comments

Comments
 (0)