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 502d33e commit 5a54229Copy full SHA for 5a54229
charts/devtron/Chart.yaml
@@ -11,7 +11,7 @@ keywords:
11
- argocd
12
- Hyperion
13
engine: gotpl
14
-version: 0.22.65
+version: 0.22.66
15
sources:
16
- https://github.com/devtron-labs/charts
17
dependencies:
charts/devtron/templates/devtron.yaml
@@ -21,6 +21,7 @@ data:
21
APP_SYNC_IMAGE: "quay.io/devtron/chart-sync:98957687-150-19133"
22
{{- if $.Values.installer.modules }}
23
{{- if has "cicd" $.Values.installer.modules }}
24
+ USE_ARTIFACT_LISTING_API_V2: "false"
25
RUN_HELM_INSTALL_IN_ASYNC_MODE_HELM_APPS: "true"
26
ENABLE_ASYNC_INSTALL_DEVTRON_CHART: "true"
27
DEVTRON_CHART_INSTALL_REQUEST_TIMEOUT: "6"
0 commit comments