diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 1de240d4a..8a5dcb8eb 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -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 @@ -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" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 1f0a0e97d..9ed111bd0 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -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/ @@ -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 diff --git a/codefresh/README.md b/codefresh/README.md index 7e2fd77ae..bf6423292 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -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. @@ -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/) diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index 441c7cdab..e0b6a6f5a 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -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/)