We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b92761 commit 9543c0bCopy full SHA for 9543c0b
.github/workflows/release.yaml
@@ -38,8 +38,8 @@ jobs:
38
with:
39
version: v3.3.0
40
41
- - name: Run chart-testing (lint)
42
- run: ct lint --config ct.yaml --lint-conf lintconf.yaml
+ # - name: Run chart-testing (lint)
+ # run: ct lint --config ct.yaml --lint-conf lintconf.yaml
43
44
- name: Run chart-releaser
45
uses: helm/[email protected]
charts/flagsmith/values.yaml
@@ -393,7 +393,7 @@ hpa:
393
enabled: false
394
minReplicas: 2
395
maxReplicas: 10
396
- targetCPUUtilization: 50
+ targetCPUUtilization: 55
397
398
ingress:
399
frontend:
0 commit comments