Skip to content

Commit

Permalink
Merge pull request #8 from shalb/k3s-module-csi-versions
Browse files Browse the repository at this point in the history
k3s module and CSI driver versions
  • Loading branch information
romanprog authored Jun 10, 2022
2 parents a5ce973 + 547a79f commit 87f0636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ units:
-
name: k3s
type: tfmodule
source: github.com/shalb/terraform-aws-k3s?ref=v0.3.0
source: github.com/shalb/terraform-aws-k3s?ref=v0.4.0
inputs:
cluster_name: {{ .variables.cluster_name }}
extra_args:
Expand Down Expand Up @@ -140,7 +140,7 @@ units:
source:
repository: "https://kubernetes-sigs.github.io/aws-ebs-csi-driver"
chart: "aws-ebs-csi-driver"
version: "2.6.2"
version: "2.6.9"
kubeconfig: {{ output "this.kubeconfig.kubeconfig_path" }}
additional_options:
namespace: "kube-system"
Expand Down

0 comments on commit 87f0636

Please sign in to comment.