Skip to content

onprem: 2.6.7 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions codefresh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Helm Chart for Codefresh On-Prem
name: codefresh
version: 2.6.6
version: 2.6.7
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,8 +18,8 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: security
description: "Miscellaneous security updates"
- kind: fixed
description: "E2E tests"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down Expand Up @@ -248,3 +248,23 @@ dependencies:
repository: oci://quay.io/codefresh/charts
version: "*"
condition: cf-oidc-provider.enabled
- name: mailer
version: "*"
repository: oci://quay.io/codefresh/charts
condition: mailer.enabled
- name: payments
version: "*"
repository: oci://quay.io/codefresh/charts
condition: payments.enabled
- name: segment-reporter
version: "*"
repository: oci://quay.io/codefresh/charts
condition: segment-reporter.enabled
- name: salesforce-reporter
version: "*"
repository: oci://quay.io/codefresh/charts
condition: salesforce-reporter.enabled
- name: onboarding-status
version: "*"
repository: oci://quay.io/codefresh/charts
condition: onboarding-status.enabled
2 changes: 1 addition & 1 deletion codefresh/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh On-Premises

![Version: 2.6.6](https://img.shields.io/badge/Version-2.6.6-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
![Version: 2.6.7](https://img.shields.io/badge/Version-2.6.7-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)

Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.

Expand Down
291 changes: 258 additions & 33 deletions codefresh/files/assets/accounts.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,262 @@
{
"_id": ObjectId("59009117c102763beda7ce71"),
"badgeToken": "eyJhbGciOiJIUzI1NiJ9.NTkwMDkxMTdjMTAyNzYzYmVkYTdjZTcx.B0HOUL6HlpTRNr_e95pVucSRMRzP2cobe5kIoMtrDSc",
"createdAt": ISODate("2017-04-26T12:22:48.001+0000"),
"updatedAt": ISODate("2017-04-26T12:27:13.720+0000"),
"name": "admin-cf",
"runtimeEnvironment": "codefresh",
"canUsePrivateRepos": true,
"dedicatedInfrastructure": false,
"cfcrRepositoryPath": "admin-cf",
"build": {
"nodes": NumberInt(0),
"parallel": NumberInt(10),
"strategy": "account"
},
"integrations": {
"stash": {
"active": false
},
"registries": []
},
"notifications": [
{
"type": "pr",
"events": [
"build-success"
]
}
"_id" : ObjectId("59009117c102763beda7ce71"),
"name" : "codefresh-inc",
"suspension" : {
"isSuspended" : false
},
"activation" : {
"isActivated" : true,
"performedBy" : "System"
},
"cloudBuilds" : {
"isActivated" : true,
"isRequested" : false,
"performedBy" : "System"
},
"allowedDomains" : [

],
"repoPermission": "public",
"environment": NumberInt(1),
"admins": [
"enabledAllowedDomains" : true,
"admins" : [
ObjectId("59009221c102763beda7cf04")
],
"environment" : NumberInt(1),
"runtimeEnvironment" : "codefresh",
"integrations" : {
"stash" : {
"active" : false
},
"github" : {
"active" : false
},
"gitlab" : {
"active" : false
},
"aks" : {
"exist" : false
},
"aks_sp" : {
"exist" : false
},
"aks_mi" : {
"exist" : false
},
"gcloud" : {
"exist" : false
},
"digitalOcean" : {
"exist" : false
},
"registries" : [

]
},
"badgeToken" : "eyJhbGciOiJIUzI1NiJ9.NTkwMDkxMTdjMTAyNzYzYmVkYTdjZTcx.B0HOUL6HlpTRNr_e95pVucSRMRzP2cobe5kIoMtrDSc",
"createdAt" : ISODate("2017-04-26T12:22:48.001+0000"),
"updatedAt" : ISODate("2017-04-26T12:27:13.720+0000"),
"build" : {
"strategy" : "account",
"nodes" : NumberInt(0),
"packs" : [
{
"id" : "5cd1746617313f468d669013",
"metadata" : {
"name" : "small",
"description" : "1 GB RAM 1 CPU"
},
"workflows" : {
"concurrency" : {
"amount" : NumberInt(1),
"absorb" : NumberInt(0),
"allowUnlimited" : false
}
},
"runtime" : {
"name" : "system/linux_paying_plan",
"defaultDindResources" : {
"requests" : {
"cpu" : "900m",
"memory" : "1024Mi"
}
},
"cpu" : "1000m",
"memory" : "1024Mi",
"storage" : "8G",
"dindStorage" : "8G",
"os" : "linux",
"architecture" : "amd64"
}
},
{
"id" : "5cd1746717313f468d669014",
"metadata" : {
"name" : "medium",
"description" : "4 GB RAM 2 CPU"
},
"workflows" : {
"concurrency" : {
"amount" : NumberInt(1),
"absorb" : NumberInt(0),
"allowUnlimited" : false
}
},
"runtime" : {
"name" : "system/linux_paying_plan",
"defaultDindResources" : {
"requests" : {
"cpu" : "1200m",
"memory" : "1500Mi"
}
},
"cpu" : "2000m",
"memory" : "4096Mi",
"storage" : "16G",
"dindStorage" : "16G",
"os" : "linux",
"architecture" : "amd64"
}
},
{
"id" : "5cd1746817313f468d669015",
"metadata" : {
"name" : "large",
"description" : "8 GB RAM 4 CPU"
},
"workflows" : {
"concurrency" : {
"amount" : NumberInt(1),
"absorb" : NumberInt(0),
"allowUnlimited" : false
}
},
"runtime" : {
"name" : "system/linux_paying_plan",
"defaultDindResources" : {
"requests" : {
"cpu" : "1500m",
"memory" : "3000Mi"
}
},
"cpu" : "4000m",
"memory" : "8192Mi",
"storage" : "32G",
"dindStorage" : "32G",
"os" : "linux",
"architecture" : "amd64"
}
},
{
"id" : "5cd1746817313f468d669016",
"metadata" : {
"name" : "runner",
"description" : "Hybrid runtime-environment"
},
"workflows" : {
"concurrency" : {
"amount" : NumberInt(-1),
"absorb" : NumberInt(1),
"allowUnlimited" : true
}
}
}
],
"defaultPack" : ObjectId("5cd1746617313f468d669013")
},
"dedicatedInfrastructure" : false,
"canUsePrivateRepos" : true,
"features" : {
"launchDarklyManagement" : true
},
"supportPlan" : "PLATINUM",
"increasedAttention" : false,
"cfcrRepositoryPath" : "codefresh-inc",
"paymentPlan" : {
"id" : "PRO_1",
"trial" : {
"trialing" : true,
"trialStart" : ISODate("2025-02-07T15:33:32.532+0000"),
"trialEnd" : ISODate("2025-02-22T15:33:32.532+0000"),
"trialWillEndNotified" : false,
"trialEndedNotified" : false,
"type" : "NEW_ACCOUNT",
"previousSegment" : "BASIC"
},
"isWiredTransfer" : false,
"provider" : "codefresh"
},
"gradualExposure" : "SEGMENT",
"codefreshEnv" : "latest",
"imageViewConfig" : {
"version" : "V1"
},
"buildStepConfig" : {
"version" : "V1",
"disablePush" : false
},
"CFCRState" : {
"dates" : {
"one" : {
"startDate" : "2020-03-10",
"endDate" : "2020-07-02"
},
"two" : {
"startDate" : "2020-07-02",
"endDate" : "2020-07-16"
}
},
"enabled" : false,
"system" : "ACTIVE",
"displayGlobalNotice" : true,
"accountChoice" : "ACTIVE"
},
"noPersonalAccountForInvitedUser" : true,
"pipelineConfig" : {
"general" : {
"templates" : false,
"clone" : true,
"autoCreateProjectsForTeams" : false,
"lowMemoryWarningThreshold" : "70"
},
"yaml" : {
"inline" : true,
"git" : true,
"url" : true
},
"execution" : {
"keepPVCsForPendingApproval" : false,
"pendingApprovalConcurrencyApplied" : false,
"injectClustersFromPipelineSettings" : false,
"permitRestartFromFailedSteps" : true
},
"pendingApproval" : {
"pendingApprovalConfirmation" : "none"
}
},
"csdp" : {
"validated" : false
},
"pauseWorkflowExecution" : false,
"systemType" : "PROJECT_ONE",
"systemTypePrev" : "",
"notifications" : [
{
"type" : "pr",
"events" : [
"build-success"
]
}
],
"localUserPasswordIDPEnabled": true,
"__v": NumberInt(0)
}
"repoPermission" : "public",
"limits" : {
"collaborators" : {
"limit" : NumberInt(10),
"used" : NumberInt(1)
},
"dataRetention" : {
"weeks" : NumberInt(24)
}
},
"localUserPasswordIDPEnabled" : true,
"segment" : "ENTERPRISE",
"__v" : NumberInt(0)
}
Loading