Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/cluster-level-resources/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: An app-of-apps Helm chart that allows for flexible deployment of re

type: application

version: 0.6.31
version: 0.6.32

appVersion: "1.17.0"
2 changes: 1 addition & 1 deletion helm/cluster-level-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cluster-level-resources

![Version: 0.6.31](https://img.shields.io/badge/Version-0.6.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square)
![Version: 0.6.32](https://img.shields.io/badge/Version-0.6.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square)

An app-of-apps Helm chart that allows for flexible deployment of resources that support Gen3

Expand Down
1 change: 1 addition & 0 deletions helm/cluster-level-resources/templates/alb-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
{{- else }}
values: |
clusterName: {{ .Values.eksClusterName | default .Values.cluster }}
hostNetwork: true
serviceAccount:
create: true
annotations:
Expand Down
13 changes: 13 additions & 0 deletions helm/cluster-level-resources/templates/external-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ spec:
- repoURL: {{ .Values.configuration.configurationRepo }}
targetRevision: {{ .Values.configurationRevision }}
ref: values
{{- else }}
values: |
webhook:
readinessProbe:
port: 8087
address: "127.0.0.1"
hostNetwork: true
port: 10252
metrics:
listen:
port: 8082
service:
port: 8082
{{- end }}
destination:
server: "https://kubernetes.default.svc"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ spec:
memory.available: 10%
evictionSoftGracePeriod:
memory.available: 5m
maxPods: 2000
{{- end }}
---
{{- if semverCompare ">=1.0.8" .Values.karpenter.targetRevision }}
Expand Down
Loading