Skip to content

Commit

Permalink
Merge pull request #5 from fiverr/fix_typo_in_nodepool_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavbuc authored Apr 15, 2024
2 parents 4ae9e24 + 0ca7033 commit 468b407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter_nodes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: karpenter_nodes
version: 0.1.0
version: 0.1.1
description: A Helm chart for generating NodeClasses and NodePools for Karpenter
maintainers:
- name: nadavbuc
2 changes: 1 addition & 1 deletion charts/karpenter_nodes/templates/nodepool.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- range $k, $v := $.Values.nodeGroups }}
---
apiVersion: karpenter.k8s.aws/{{ $.Values.ApiVersion }}
apiVersion: karpenter.sh/{{ $.Values.ApiVersion }}
kind: NodePool
metadata:
name: "{{ $k }}-{{ $v.instances.architecture | default $.Values.instances.architecture }}"
Expand Down

0 comments on commit 468b407

Please sign in to comment.