Skip to content

Commit c9444a6

Browse files
onprem: 2.6.2 (#17)
1 parent 24f2240 commit c9444a6

File tree

5 files changed

+47
-30
lines changed

5 files changed

+47
-30
lines changed

codefresh/Chart.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies:
5555
version: 1.26.13
5656
- name: context-manager
5757
repository: oci://quay.io/codefresh/charts
58-
version: 2.31.2
58+
version: 2.31.3
5959
- name: pipeline-manager
6060
repository: oci://quay.io/codefresh/charts
6161
version: 3.137.5
@@ -64,61 +64,61 @@ dependencies:
6464
version: 1.14.16
6565
- name: cfapi
6666
repository: oci://quay.io/codefresh/charts
67-
version: 21.268.1
67+
version: 21.268.2
6868
- name: cfapi
6969
repository: oci://quay.io/codefresh/charts
70-
version: 21.268.1
70+
version: 21.268.2
7171
- name: cfapi
7272
repository: oci://quay.io/codefresh/charts
73-
version: 21.268.1
73+
version: 21.268.2
7474
- name: cfapi
7575
repository: oci://quay.io/codefresh/charts
76-
version: 21.268.1
76+
version: 21.268.2
7777
- name: cfapi
7878
repository: oci://quay.io/codefresh/charts
79-
version: 21.268.1
79+
version: 21.268.2
8080
- name: cfapi
8181
repository: oci://quay.io/codefresh/charts
82-
version: 21.268.1
82+
version: 21.268.2
8383
- name: cfapi
8484
repository: oci://quay.io/codefresh/charts
85-
version: 21.268.1
85+
version: 21.268.2
8686
- name: cfapi
8787
repository: oci://quay.io/codefresh/charts
88-
version: 21.268.1
88+
version: 21.268.2
8989
- name: cfapi
9090
repository: oci://quay.io/codefresh/charts
91-
version: 21.268.1
91+
version: 21.268.2
9292
- name: cfapi
9393
repository: oci://quay.io/codefresh/charts
94-
version: 21.268.1
94+
version: 21.268.2
9595
- name: cfapi
9696
repository: oci://quay.io/codefresh/charts
97-
version: 21.268.1
97+
version: 21.268.2
9898
- name: cfapi
9999
repository: oci://quay.io/codefresh/charts
100-
version: 21.268.1
100+
version: 21.268.2
101101
- name: cfapi
102102
repository: oci://quay.io/codefresh/charts
103-
version: 21.268.1
103+
version: 21.268.2
104104
- name: cfapi
105105
repository: oci://quay.io/codefresh/charts
106-
version: 21.268.1
106+
version: 21.268.2
107107
- name: cfapi
108108
repository: oci://quay.io/codefresh/charts
109-
version: 21.268.1
109+
version: 21.268.2
110110
- name: cfapi
111111
repository: oci://quay.io/codefresh/charts
112-
version: 21.268.1
112+
version: 21.268.2
113113
- name: cfapi
114114
repository: oci://quay.io/codefresh/charts
115-
version: 21.268.1
115+
version: 21.268.2
116116
- name: cfapi
117117
repository: oci://quay.io/codefresh/charts
118-
version: 21.268.1
118+
version: 21.268.2
119119
- name: cfui
120120
repository: oci://quay.io/codefresh/charts
121-
version: 14.96.72
121+
version: 14.96.74
122122
- name: k8s-monitor
123123
repository: oci://quay.io/codefresh/charts
124124
version: 4.11.10
@@ -127,7 +127,7 @@ dependencies:
127127
version: 3.38.2
128128
- name: cf-broadcaster
129129
repository: oci://quay.io/codefresh/charts
130-
version: 1.12.17
130+
version: 1.12.18
131131
- name: helm-repo-manager
132132
repository: oci://quay.io/codefresh/charts
133133
version: 0.17.1
@@ -151,9 +151,9 @@ dependencies:
151151
version: 1.3168.0
152152
- name: argo-hub-platform
153153
repository: oci://quay.io/codefresh/charts
154-
version: 0.1.16
154+
version: 0.1.17
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158-
digest: sha256:b2c2471f1c519f8b06daf9872eb9b64d8a8d61166b0f8a728b032f7cae208a4a
159-
generated: "2024-12-04T11:41:36.404834+03:00"
158+
digest: sha256:22c436431490668866a5aa7c20fea347994fd186dfff484863ed2586bde765cb
159+
generated: "2024-12-11T15:24:05.738874+03:00"

codefresh/Chart.yaml

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.6.1
4+
version: 2.6.2
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,10 +18,25 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21+
- kind: fixed
22+
description: "(helm-repo-manager) Fix postgres database name"
23+
links:
24+
- name: JIRA Issue
25+
url: https://codefresh-io.atlassian.net/browse/CR-26299
26+
- kind: fixed
27+
description: "(cf-api) Enable useRepoAndBranchesNextPagination feature-flag by default"
28+
- kind: fixed
29+
description: "(cf-ui) Fix runtime environment ABAC rules are not applied"
30+
links:
31+
- name: JIRA Issue
32+
url: https://codefresh-io.atlassian.net/browse/CR-25550
33+
- kind: fixed
34+
description: "(context-manager) Fix context decryption when decrypt=false is set in requests"
35+
links:
36+
- name: JIRA Issue
37+
url: https://codefresh-io.atlassian.net/browse/CR-26300
2138
- kind: security
2239
description: "Misc security updates"
23-
- kind: changed
24-
description: "Upate Readme.md in images digests and auto-index creation"
2540
dependencies:
2641
- name: cf-common
2742
repository: oci://quay.io/codefresh/charts

codefresh/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.6.1](https://img.shields.io/badge/Version-2.6.1-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
3+
![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)
44

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

@@ -203,7 +203,7 @@ However, you might need to use external services like [MongoDB Atlas Database](h
203203

204204
#### External MongoDB
205205

206-
**Important:** Recommended version of Mongo is 4.4.x
206+
**Important:** Recommended version of Mongo is 6.x
207207

208208
```yaml
209209
seed:

codefresh/README.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ However, you might need to use external services like [MongoDB Atlas Database](h
204204

205205
#### External MongoDB
206206

207-
**Important:** Recommended version of Mongo is 4.4.x
207+
**Important:** Recommended version of Mongo is 6.x
208208

209209
```yaml
210210
seed:

codefresh/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@ helm-repo-manager:
919919
image:
920920
registry: us-docker.pkg.dev/codefresh-enterprise/gcr.io
921921
repository: codefresh/helm-repo-manager
922+
env:
923+
POSTGRES_DBNAME: codefresh
922924
chartmuseum:
923925
publicHelmRepo: true
924926
ingress:

0 commit comments

Comments
 (0)