Skip to content

Commit 5a54229

Browse files
release: Disabled artifact api listing v2 (#4372)
* disabled artifact api listing v2 * Update Chart.yaml * disabled artifact api listing v2
1 parent 502d33e commit 5a54229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.65
14+
version: 0.22.66
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/templates/devtron.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ data:
2121
APP_SYNC_IMAGE: "quay.io/devtron/chart-sync:98957687-150-19133"
2222
{{- if $.Values.installer.modules }}
2323
{{- if has "cicd" $.Values.installer.modules }}
24+
USE_ARTIFACT_LISTING_API_V2: "false"
2425
RUN_HELM_INSTALL_IN_ASYNC_MODE_HELM_APPS: "true"
2526
ENABLE_ASYNC_INSTALL_DEVTRON_CHART: "true"
2627
DEVTRON_CHART_INSTALL_REQUEST_TIMEOUT: "6"

0 commit comments

Comments
 (0)