# Copyright 2024 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Code generated by make flux-update. DO NOT EDIT. --- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: karpenter namespace: kube-system spec: chart: spec: chart: karpenter reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository name: karpenter namespace: flux-system version: 1.0.2 dependsOn: - name: karpenter-crd interval: 5m0s values: controller: resources: limits: cpu: 1 memory: 1Gi requests: cpu: 1 memory: 1Gi nodeSelector: kubernetes.io/os: linux node-group: stable settings: clusterName: prow-build-cluster interruptionQueue: karpenter-queue tolerations: - effect: NoSchedule key: node-group operator: Equal value: stable