Skip to content

Commit

Permalink
release: Disabled artifact api listing v2 (#4372)
Browse files Browse the repository at this point in the history
* disabled artifact api listing v2

* Update Chart.yaml

* disabled artifact api listing v2
  • Loading branch information
pawan-mehta-dt committed Dec 7, 2023
1 parent 502d33e commit 5a54229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.65
version: 0.22.66
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
1 change: 1 addition & 0 deletions charts/devtron/templates/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
APP_SYNC_IMAGE: "quay.io/devtron/chart-sync:98957687-150-19133"
{{- if $.Values.installer.modules }}
{{- if has "cicd" $.Values.installer.modules }}
USE_ARTIFACT_LISTING_API_V2: "false"
RUN_HELM_INSTALL_IN_ASYNC_MODE_HELM_APPS: "true"
ENABLE_ASYNC_INSTALL_DEVTRON_CHART: "true"
DEVTRON_CHART_INSTALL_REQUEST_TIMEOUT: "6"
Expand Down

0 comments on commit 5a54229

Please sign in to comment.