Skip to content

Commit 709dba1

Browse files
onprem: 2.5.0-rc.1 (#2)
1 parent 4c8c9d3 commit 709dba1

12 files changed

+272
-112
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ index.yaml
2727
# dry-run templates from `helm template` output
2828
dry-run/**
2929
**/values-dev.yaml
30-
**/dry-run.yaml
30+
**/dry-run.yaml
31+
.debug/**
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
global:
2+
cfapiService: cfapi-internal
3+
cfapiEndpointsService: cfapi-endpoints
4+
5+
cfapi: &cf-api
6+
enabled: false
7+
rbac:
8+
namespaced: true
9+
10+
cfapi-auth:
11+
<<: *cf-api
12+
enabled: true
13+
cfapi-internal:
14+
<<: *cf-api
15+
enabled: true
16+
cfapi-ws:
17+
<<: *cf-api
18+
enabled: true
19+
cfapi-admin:
20+
<<: *cf-api
21+
enabled: true
22+
cfapi-endpoints:
23+
<<: *cf-api
24+
enabled: true
25+
cfapi-terminators:
26+
<<: *cf-api
27+
enabled: true
28+
cfapi-sso-group-synchronizer:
29+
<<: *cf-api
30+
enabled: true
31+
cfapi-buildmanager:
32+
<<: *cf-api
33+
enabled: true
34+
cfapi-cacheevictmanager:
35+
<<: *cf-api
36+
enabled: true
37+
cfapi-eventsmanagersubscriptions:
38+
<<: *cf-api
39+
enabled: true
40+
cfapi-kubernetesresourcemonitor:
41+
<<: *cf-api
42+
enabled: true
43+
cfapi-environments:
44+
<<: *cf-api
45+
enabled: true
46+
cfapi-gitops-resource-receiver:
47+
<<: *cf-api
48+
enabled: true
49+
cfapi-downloadlogmanager:
50+
<<: *cf-api
51+
enabled: true
52+
cfapi-teams:
53+
<<: *cf-api
54+
enabled: true
55+
cfapi-kubernetes-endpoints:
56+
<<: *cf-api
57+
enabled: true
58+
cfapi-test-reporting:
59+
<<: *cf-api
60+
enabled: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cfapi:
2+
rbac:
3+
namespaced: true

codefresh/Chart.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies:
44
version: 0.18.1
55
- name: internal-gateway
66
repository: oci://quay.io/codefresh/charts
7-
version: 0.7.0
7+
version: 0.9.0
88
- name: consul
99
repository: https://charts.bitnami.com/bitnami
10-
version: 11.1.9
10+
version: 11.3.13
1111
- name: mongodb
1212
repository: https://charts.bitnami.com/bitnami
1313
version: 14.4.1
@@ -19,16 +19,16 @@ dependencies:
1919
version: 12.0.4
2020
- name: redis
2121
repository: https://charts.bitnami.com/bitnami
22-
version: 18.19.2
22+
version: 20.0.3
2323
- name: redis-ha
2424
repository: https://dandydeveloper.github.io/charts
2525
version: 4.26.1
2626
- name: rabbitmq
2727
repository: https://charts.bitnami.com/bitnami
28-
version: 12.15.0
28+
version: 14.6.9
2929
- name: nats
3030
repository: https://charts.bitnami.com/bitnami
31-
version: 7.18.1
31+
version: 8.3.2
3232
- name: builder
3333
repository: oci://quay.io/codefresh/charts
3434
version: 1.3.0
@@ -40,120 +40,120 @@ dependencies:
4040
version: 4.10.0
4141
- name: cluster-providers
4242
repository: oci://quay.io/codefresh/charts
43-
version: 1.17.6
43+
version: 1.17.7
4444
- name: kube-integration
4545
repository: oci://quay.io/codefresh/charts
46-
version: 1.31.7
46+
version: 1.31.8
4747
- name: charts-manager
4848
repository: oci://quay.io/codefresh/charts
49-
version: 1.17.1
49+
version: 1.17.2
5050
- name: cfsign
5151
repository: oci://quay.io/codefresh/charts
52-
version: 1.8.1
52+
version: 1.8.2
5353
- name: tasker-kubernetes
5454
repository: oci://quay.io/codefresh/charts
55-
version: 1.26.8
55+
version: 1.26.9
5656
- name: context-manager
5757
repository: oci://quay.io/codefresh/charts
58-
version: 2.29.3
58+
version: 2.30.1
5959
- name: pipeline-manager
6060
repository: oci://quay.io/codefresh/charts
61-
version: 3.134.7
61+
version: 3.135.7
6262
- name: gitops-dashboard-manager
6363
repository: oci://quay.io/codefresh/charts
64-
version: 1.14.12
64+
version: 1.14.14
6565
- name: cfapi
6666
repository: oci://quay.io/codefresh/charts
67-
version: 21.253.42
67+
version: 21.260.27
6868
- name: cfapi
6969
repository: oci://quay.io/codefresh/charts
70-
version: 21.253.42
70+
version: 21.260.27
7171
- name: cfapi
7272
repository: oci://quay.io/codefresh/charts
73-
version: 21.253.42
73+
version: 21.260.27
7474
- name: cfapi
7575
repository: oci://quay.io/codefresh/charts
76-
version: 21.253.42
76+
version: 21.260.27
7777
- name: cfapi
7878
repository: oci://quay.io/codefresh/charts
79-
version: 21.253.42
79+
version: 21.260.27
8080
- name: cfapi
8181
repository: oci://quay.io/codefresh/charts
82-
version: 21.253.42
82+
version: 21.260.27
8383
- name: cfapi
8484
repository: oci://quay.io/codefresh/charts
85-
version: 21.253.42
85+
version: 21.260.27
8686
- name: cfapi
8787
repository: oci://quay.io/codefresh/charts
88-
version: 21.253.42
88+
version: 21.260.27
8989
- name: cfapi
9090
repository: oci://quay.io/codefresh/charts
91-
version: 21.253.42
91+
version: 21.260.27
9292
- name: cfapi
9393
repository: oci://quay.io/codefresh/charts
94-
version: 21.253.42
94+
version: 21.260.27
9595
- name: cfapi
9696
repository: oci://quay.io/codefresh/charts
97-
version: 21.253.42
97+
version: 21.260.27
9898
- name: cfapi
9999
repository: oci://quay.io/codefresh/charts
100-
version: 21.253.42
100+
version: 21.260.27
101101
- name: cfapi
102102
repository: oci://quay.io/codefresh/charts
103-
version: 21.253.42
103+
version: 21.260.27
104104
- name: cfapi
105105
repository: oci://quay.io/codefresh/charts
106-
version: 21.253.42
106+
version: 21.260.27
107107
- name: cfapi
108108
repository: oci://quay.io/codefresh/charts
109-
version: 21.253.42
109+
version: 21.260.27
110110
- name: cfapi
111111
repository: oci://quay.io/codefresh/charts
112-
version: 21.253.42
112+
version: 21.260.27
113113
- name: cfapi
114114
repository: oci://quay.io/codefresh/charts
115-
version: 21.253.42
115+
version: 21.260.27
116116
- name: cfapi
117117
repository: oci://quay.io/codefresh/charts
118-
version: 21.253.42
118+
version: 21.260.27
119119
- name: cfui
120120
repository: oci://quay.io/codefresh/charts
121-
version: 14.94.76
121+
version: 14.95.64
122122
- name: k8s-monitor
123123
repository: oci://quay.io/codefresh/charts
124-
version: 4.11.6
124+
version: 4.11.7
125125
- name: runtime-environment-manager
126126
repository: oci://quay.io/codefresh/charts
127-
version: 3.35.6
127+
version: 3.36.3
128128
- name: cf-broadcaster
129129
repository: oci://quay.io/codefresh/charts
130-
version: 1.12.13
130+
version: 1.12.14
131131
- name: helm-repo-manager
132132
repository: oci://quay.io/codefresh/charts
133-
version: 0.15.0
133+
version: 0.16.1
134134
- name: hermes
135135
repository: oci://quay.io/codefresh/charts
136-
version: 0.21.8
136+
version: 0.21.9
137137
- name: nomios
138138
repository: oci://quay.io/codefresh/charts
139-
version: 0.11.5
139+
version: 0.11.6
140140
- name: cronus
141141
repository: oci://quay.io/codefresh/charts
142-
version: 0.8.5
142+
version: 0.8.6
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.46
145+
version: 0.49.58
146146
- name: cf-platform-analytics
147147
repository: oci://quay.io/codefresh/charts
148-
version: 0.49.46
148+
version: 0.49.58
149149
- name: argo-platform
150150
repository: oci://quay.io/codefresh/charts
151-
version: 1.2902.0
151+
version: 1.3023.0
152152
- name: argo-hub-platform
153153
repository: oci://quay.io/codefresh/charts
154-
version: 0.1.12
154+
version: 0.1.13
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158-
digest: sha256:a2838c04a731b9fa53322d5e0732ce6af98dbfb54627feef569f90e481fd527a
159-
generated: "2024-06-20T21:45:49.135939035+03:00"
158+
digest: sha256:731374532d64878803d860e007cae56fc7e7edbc33b4c4fca146106c3ef9ec9e
159+
generated: "2024-09-02T10:30:10.613371548+03:00"

codefresh/Chart.yaml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.4.0-rc.1
4+
version: 2.5.0-rc.1
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
88
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
99
sources:
10-
- https://github.com/codefresh-io/cf-helm
10+
- https://github.com/codefresh-io/codefresh-onprem-helm
1111
maintainers:
1212
- name: codefresh
1313
url: https://codefresh-io.github.io/
14-
appVersion: 2.4.0
14+
appVersion: 2.5.0
1515
annotations:
1616
artifacthub.io/prerelease: "true"
1717
artifacthub.io/alternativeName: "codefresh-onprem"
18-
artifacthub.io/containsSecurityUpdates: "true"
18+
# artifacthub.io/containsSecurityUpdates: "true"
19+
# supported kinds are added, changed, deprecated, removed, fixed and security.
1920
artifacthub.io/changes: |
2021
- kind: changed
21-
description: Onprem 2.4.0-rc.1 pre-release
22-
- kind: changed
23-
description: Update MongoDB image to 6.0
22+
description: "Initial onprem 2.5.0-rc.1 release"
23+
- kind: fixed
24+
description: "Fix global.mongodbPassword updates via values.yaml"
2425
- kind: added
25-
description: Added cfapi-auth role
26+
description: "Add checksum/secret annotation for argo-platform pods"
27+
- kind: fixed
28+
description: "Make cf-codefresh-set-mongodb-compat-version job optional via .Values.mongodb.migration.enabled value"
2629
- kind: changed
27-
description: Update internal-gateway to 0.7.0 for cfapi-auth
30+
description: "Update runtime images"
2831
dependencies:
2932
- name: cf-common
3033
repository: oci://quay.io/codefresh/charts
3134
version: 0.18.1
3235
- name: internal-gateway
3336
repository: oci://quay.io/codefresh/charts
34-
version: 0.7.0
37+
version: 0.9.0
3538
condition: internal-gateway.enabled
3639
- name: consul
37-
version: 11.1.9
40+
version: 11.3.13
3841
repository: https://charts.bitnami.com/bitnami
3942
condition: consul.enabled
4043
- name: mongodb
@@ -50,19 +53,19 @@ dependencies:
5053
repository: oci://registry-1.docker.io/bitnamicharts
5154
condition: postgresql-ha.enabled
5255
- name: redis
53-
version: 18.19.2
56+
version: 20.0.3
5457
repository: https://charts.bitnami.com/bitnami
5558
condition: redis.enabled
5659
- name: redis-ha
5760
repository: https://dandydeveloper.github.io/charts
5861
version: 4.26.1
5962
condition: redis-ha.enabled
6063
- name: rabbitmq
61-
version: 12.15.0
64+
version: 14.6.9
6265
repository: https://charts.bitnami.com/bitnami
6366
condition: rabbitmq.enabled
6467
- name: nats
65-
version: 7.18.1
68+
version: 8.3.2
6669
repository: https://charts.bitnami.com/bitnami
6770
condition: nats.enabled
6871
- name: builder
@@ -86,7 +89,7 @@ dependencies:
8689
repository: oci://quay.io/codefresh/charts
8790
condition: kube-integration.enabled
8891
- name: charts-manager
89-
version: "*"
92+
version: "~1.17.0"
9093
repository: oci://quay.io/codefresh/charts
9194
condition: charts-manager.enabled
9295
- name: cfsign

0 commit comments

Comments
 (0)