You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/installation-options/on-premises/codefresh-on-prem.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ redirect_from:
10
10
toc: true
11
11
---
12
12
13
-
To install the on-premises version of the Codefresh platform, review the [ReadMe](https://artifacthub.io/packages/helm/codefresh-onprem/codefresh){:target="\_blank"}, available in ArtifactHub.
13
+
To install the on-premises version of the Codefresh platform, review the [ReadMe](https://github.com/codefresh-io/codefresh-onprem-helm/blob/release-2.6/codefresh/README.md){:target="\_blank"} on GitHub.
14
14
To turn on High Availability (HA), see [On-premises High-Availability configuration guidelines](#on-premises-high-availability-guidelines).
15
15
16
-
After you install Codefresh on-premises, review the platform configuration options described in ArtifactHub:
Copy file name to clipboardExpand all lines: _docs/installation/installation-options/on-premises/on-prem-feature-management.md
+19-5
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ The table describes in alphabetical order, the features you can open for Codefre
78
78
|`buildsTreeView`| When enabled (the default), shows a visualization of the parent and child builds of pipelines.<br>See [Creating build views]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#creating-build-views). | TRUE ||
79
79
|`cronTriggersInPipelineSpec`| When enabled, allows users to define Cron triggers in the pipeline YAMLs as a `spec.cronTriggers` array, instead of using a separate API.<br>See [Cron trigger specifications]({{site.baseurl}}/docs/integrations/codefresh-api/#cron-triggers). | TRUE ||
80
80
|`csdpFilterAppsByGitPermissions`| When enabled (the default), does not display the Git Sources and the Argo CD applications committed to these Git Sources for users without Git permissions or Git credentials for the same. <!--- add ref -->| TRUE ||
81
+
|`currentStateNodeExpand`| When enabled, dynamically expands the nodes in the Current State's Tree view (in the GitOps Apps dashboard) to display the complete content. | FALSE |_New in v2.6_|
81
82
|`delightedSurvey`| When enabled, displays Delighted CX surveys in the Codefresh UI. <br>If there are security concerns because of outbound requests from clients, disable this Feature Flag. | TRUE||
82
83
|`dindPodRequestsEqualLimits`| When enabled, sets both the resource requests and limits for the pod to the same values.|FALSE ||
83
84
|`disableWelcomeScreen`| When enabled, bypasses the Codefresh Welcome screen that requires the user to enter additional information on first sign-in. <br>Required mostly in on-premises environments, especially for LDAP, which has all login info already configured. | FALSE||
@@ -89,18 +90,28 @@ The table describes in alphabetical order, the features you can open for Codefre
89
90
|`gerritIntegration`| When enabled, enables Gerrit integration in Account settings. See also `supportGerrit`. <br>See [Gerrit as Git provider for pipelines]({{site.baseurl}}/docs/integrations/git-providers/#gerrit). | FALSE ||
90
91
|`gitopsArgoCdRollback`|Relevant to GitOps application deployments.<br>When enabled, allows you to rollback active GitOps applications to previously deployed versions.<br>See [Rollback GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/#rollback-gitops-applications).| FALSE ||
91
92
|`gitopsAppGroups`| When enabled, allows users to group GitOps applications by annotations, and view these applications in the Groups tab of the GitOps Apps dashboard. <br>See [Application Groups for GitOps applications]({{site.baseurl}}/docs/deployments/gitops/gitops-app-groups/). | TRUE ||
93
+
|`gitopsOnboarding`| When enabled, enhances the onboarding user-experience.| FALSE |_New in v2.6_|
94
+
|`gitopsGroupsPage`| When enabled, on selecting **GitOps Apps** from the sidebar, opens the **Groups** tab instead of the Applications tab.| TRUE |_New in v2.6_|
95
+
|`gitopsEnvironments`| When enabled (the default), displays the Environments dashboard option in the sidebar, and enables users to manage environments.| TRUE |_New in v2.6_|
92
96
|`gitopsDynamicBreadcrumbs`| When enabled (the default), supports rendering dynamic breadcrumbs for GitOps. | TRUE ||
93
97
|`gitopsImageReporting`|Relevant to ProjectOne.<br>When enabled, reports images created with Codefresh Pipelines to the Images dashboard. <br>See [Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/).| FALSE ||
94
98
|`hideCompositionsMenuItem`| When enabled, does not show Compositions within Artifacts & Insights in the sidebar of the Codefresh UI. | FALSE |
95
99
|`injectClusterListFromPipelineSettings`| When enabled, turns on the pipeline setting **Kubernetes cluster context pipeline injection** for the account. Individual users can then selectively inject clusters for pipelines from those to which they they access.<br><br> This feature requires the users to have the Update Cluster permission. If not granted, then this feature has no impact when enabled. <br>See [Enabling cluster-contexts for pipelines]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#kubernetes-cluster-contexts-for-pipelines). | FALSE||
96
100
|`logMasking`|When enabled, secrets in build logs, both online and offline logs, are masked and replaced by asterisks. <br><br>This feature is currently available only for Enterprise customers. |FALSE||
101
+
|`modulesConfigurationPage`| When enabled (the default), enables administrators to customize the modules and menu items displayed in the sidebar. | TRUE |_New in v2.6_|
102
+
|`multiSource`| When enabled, supports displaying information for multi-source applications in the **GitOps Apps > Current State** tab, and in the **Product > Releases** tab. | FALSE|_New in v2.6_|
103
+
|`newVariablesConfiguration`| When enabled, displays the new revamped form to add and configure variables in projects, pipelines, and triggers. | TRUE |_New in v2.6_|
104
+
|`newLogo`| When enabled (the default), displays the new logo in the Codefresh platform. | TRUE |_New in v2.6_|
97
105
|`parallelKubectlOperations`|When enabled, allows running parallel steps that includes `kubectl`. Especially Helm `install` and `deploy` steps that deploy to multiple clusters with `kubectl` in parallel. |FALSE||
98
106
|`pipelineCreditConsumption`| When enabled (the default), supports credit-consumption analytics for pipelines. | TRUE ||
99
107
|`pipelineScopes`| When enabled, enables Codefresh administrators to configure the API scopes for pipelines at account level. All pipelines in the account inherit these scopes. Codefresh administrators can also override these scopes for individual pipelines.<br>See [Pipeline scopes]({{site.baseurl}}/docs/pipelines/configuration/pipeline-settings/#pipeline-scopes). | TRUE ||
100
-
|`productCRD`|_New feature currently in development for GitOps._ <br>When enabled, allows creating a Custom Resource Definition (CRD) for the Product entity in GitOps. | FALSE ||
101
-
|`promotionOrchestration`|_New feature currently in development for GitOps._ <br>When enabled, allows promotion orchestration for products including product's releases API and promotion flow API. | FALSE ||
102
-
|`promotionFlow`|_New feature currently in development._<br>When enabled, allows you to drag an application in the GitOps Product dashboard from its current Environment to a different Environment and trigger a promotion flow. | FALSE ||
103
-
|`promotionWorkflows`|_New feature currently in development._<br>When enabled, allows you create and run workflows when a promotion is triggered. | FALSE ||
108
+
|`productCRD`| When enabled (the default), allows creating a Custom Resource Definition (CRD) for the Product entity in GitOps. | TRUE |_Default changed to TRUE in v2.6_|
109
+
|`promotionOrchestration`| When enabled (the default), allows promotion orchestration for products including product's releases API and promotion flow API. | TRUE |_Default changed to TRUE in v2.6_|
110
+
|`promotionFlow`| When enabled (the default), allows you to drag an application in the GitOps Product dashboard from its current Environment to a different Environment and trigger a promotion flow.<br>See [Manually trigger promotions through drag-and-drop]({{site.baseurl}}/docs/promotions/trigger-promotions/#manually-trigger-promotions-through-drag-n-drop). | TRUE |_Default changed to TRUE in v2.6_|
111
+
|`promotionFlowsManagement`| When enabled (the default), enables the administrator to add, edit, and delete Promotion Flows. <br>See [Configure Promotion Flows]({{site.baseurl}}/docs/promotions/configuration/promotion-flow/).| TRUE |_New in v2.6_|
112
+
|`promotionPolicies`| When enabled (the default), displays Promotion Policies in the sidebar. <br>See [Configure Promotion Policies]({{site.baseurl}}/docs/promotions/configuration/promotion-policy/). | TRUE |_New in v2.6_|
113
+
|`promotionWorkflows`| When enabled (the default), allows you create and run workflows when a promotion is triggered.<br>See [Configure Promotion Workflows]({{site.baseurl}}/docs/promotions/configuration/promotion-workflow/).| TRUE |_Default changed to TRUE in v2.6_|
114
+
|`promotionCommitStatuses`| When enabled, the promotion mechanism reports the statuses of Git commits to Git providers. | FALSE |_New in v2.6_|
104
115
|`reportBuildStatusPerPipelineTriggerEvent`| Currently supported for Bitbucket cloud.<br>When enabled, for builds with the same `pipelineId`, reports build statuses separately per `triggerId` and trigger event. | FALSE ||
105
116
|`restrictedGitSource`| When enabled, allows you to create a Restricted Git Source in addition to a standard Git Source. <br>See [Managing Git Sources in GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/).| FALSE ||
106
117
|`supportGerrit`| When enabled, adds the capability to connect to Gerrit as a Git provider. <br>See [Gerrit as Git provider for pipelines]({{site.baseurl}}/docs/integrations/git-providers/#gerrit). | FALSE ||
@@ -110,7 +121,10 @@ The table describes in alphabetical order, the features you can open for Codefre
110
121
|`supportOpenIdConnectInBuilds`| When enabled (the default), supports OIDC in pipeline builds, including obtaining and using ID tokens to authenticate and authorize pipeline actions on cloud providers.<br>See [OpenID Connect for pipeline integrations]({{site.baseurl}}/docs/integrations/oidc-pipelines/). |TRUE||
111
122
|`stepTimeout`| When enabled (the default), allows you to add the `timeout` flag with the `<duration>` and `<units>` to steps in pipelines. When added, the step terminates execution automatically if the step exceeds the duration of the specified timeout.<br> See [Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/) and browse the Field descriptions for any step type that is supported, [git-clone]({{site.baseurl}}/docs/pipelines/steps/git-clone/#fields) for example. | TRUE ||
112
123
|`useLogsTimestamps`|When enabled, prepends the date and time to every line in the log. <br>This flag must be enabled to share URL for build logs.<br>When enabled, and you have build automation, you may need to adjust the regex for search as the line does not start with the log text.| FALSE||
113
-
|`useRepoAndBranchesNextPagination`| When enabled, when adding Triggers to pipeline workflows, the **Repository** dropdown displays repositories and branches in paginated format, with the Next button for navigating between pages. | FALSE ||
124
+
|`systemFonts`| When enabled (the default), uses system fonts instead of custom fonts in the UI. | TRUE |_New in v2.6_|
125
+
|`useSeparatePlanner`|When enabled, uses the new version of the Planner for pipelines. | FALSE |_New in v2.6_|
126
+
|`useRepoAndBranchesNextPagination`| When enabled, when adding Triggers to pipeline workflows, the **Repository** dropdown displays repositories and branches in paginated format, with the Next button for navigating between pages. | TRUE |_Default changed to TRUE in v2.6_|
127
+
|`yamlTreeJsonPathBuilder`| When enabled, displays the YAML file in tree mode, allowing users to easily select an attribute and automatically generate a JSON path. Available in **Product > Settings > Promotion Settings**. | TRUE |_New in v2.6_|
114
128
115
129
116
130
There was a problem loading the remainder of the diff.
0 commit comments