Skip to content
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

onprem: 2.6.3 #18

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
40 changes: 20 additions & 20 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,58 +64,58 @@ dependencies:
version: 1.14.16
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.2
version: 21.268.3
- name: cfui
repository: oci://quay.io/codefresh/charts
version: 14.96.74
Expand Down Expand Up @@ -155,5 +155,5 @@ dependencies:
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: 0.0.15
digest: sha256:22c436431490668866a5aa7c20fea347994fd186dfff484863ed2586bde765cb
generated: "2024-12-11T15:24:05.738874+03:00"
digest: sha256:e6c03a120c2493b692db832d948ecf9cd26bfefbbc9fada40a5d6061b582fc57
generated: "2024-12-12T17:08:38.756189+03:00"
25 changes: 4 additions & 21 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.2
version: 2.6.3
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -15,28 +15,11 @@ appVersion: 2.6.0
annotations:
artifacthub.io/prerelease: "true"
artifacthub.io/alternativeName: "codefresh-onprem"
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/containsSecurityUpdates: "false"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: fixed
description: "(helm-repo-manager) Fix postgres database name"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-26299
- kind: fixed
description: "(cf-api) Enable useRepoAndBranchesNextPagination feature-flag by default"
- kind: fixed
description: "(cf-ui) Fix runtime environment ABAC rules are not applied"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-25550
- kind: fixed
description: "(context-manager) Fix context decryption when decrypt=false is set in requests"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-26300
- kind: security
description: "Misc security updates"
- kind: changed
description: "(cf-api) Enable promotions feature-flags"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
9 changes: 8 additions & 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.2](https://img.shields.io/badge/Version-2.6.2-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
![Version: 2.6.3](https://img.shields.io/badge/Version-2.6.3-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 Expand Up @@ -1979,6 +1979,13 @@ cfapi:
MONGOOSE_AUTO_INDEX: "true"
```

```yaml
argo-platform:
api-graphql:
env:
MONGO_AUTOMATIC_INDEX_CREATION: "true"
```

Ref:
- [Create an Index in Atlas DB](https://www.mongodb.com/docs/atlas/atlas-ui/indexes/#create-an-index)
- [Create an Index with mongosh](https://www.mongodb.com/docs/manual/reference/method/db.collection.createIndex/)
Expand Down
7 changes: 7 additions & 0 deletions codefresh/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1987,6 +1987,13 @@ cfapi:
MONGOOSE_AUTO_INDEX: "true"
```

```yaml
argo-platform:
api-graphql:
env:
MONGO_AUTOMATIC_INDEX_CREATION: "true"
```

Ref:
- [Create an Index in Atlas DB](https://www.mongodb.com/docs/atlas/atlas-ui/indexes/#create-an-index)
- [Create an Index with mongosh](https://www.mongodb.com/docs/manual/reference/method/db.collection.createIndex/)
Expand Down
Loading