Skip to content

Commit

Permalink
docs: ported terraform helm chart docs fix to preview docs (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Oct 11, 2022
1 parent 5f0b28b commit f6451a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -289,7 +289,7 @@ resource "helm_release" "karpenter" {
create_namespace = true
name = "karpenter"
repository = "https://charts.karpenter.sh"
repository = "oci://public.ecr.aws/karpenter"
chart = "karpenter"
version = "{{< param "latest_release_version" >}}"
Expand Down

0 comments on commit f6451a0

Please sign in to comment.