Skip to content

Commit f421fc7

Browse files
onprem: 2.7.4 (#35)
1 parent e1f0d1a commit f421fc7

File tree

6 files changed

+53
-35
lines changed

6 files changed

+53
-35
lines changed

codefresh/.ci/values/defaults-hpa.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ seed-e2e:
33

44
global:
55
appUrl: "" # placeholder
6+
imagePullSecrets:
7+
- codefresh-registry
8+
- dockerhub-creds
69

710
cfapi:
811
rbac:

codefresh/.ci/values/external-secrets.yaml

+12-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ secrets:
33
ext-mongo:
44
enabled: true
55
stringData:
6-
mongodb-host: cf-mongodb:27017
6+
mongodb-host: my-mongodb:27017
77
mongodb-password: mTiXcU2wafr9
88
mongodb-user: cfuser
99
mongodb-root-user: root
1010
mongodb-root-password: XT9nmM8dZD
1111
ext-postgres:
1212
enabled: true
1313
stringData:
14-
postgres-hostname: cf-postgresql
14+
postgres-hostname: my-postgresql
1515
postgres-password: eC9arYka4ZbH
1616
postgres-user: postgres
1717
ext-redis:
1818
enabled: true
1919
stringData:
20-
redis-url: cf-redis-master
20+
redis-url: my-redis-master
2121
redis-password: hoC9szf7NtrU
2222
ext-rabbitmq:
2323
enabled: true
@@ -101,3 +101,12 @@ rabbitmq:
101101
fullnameOverride: my-rabbitmq
102102
auth:
103103
username: myuser
104+
105+
redis:
106+
fullnameOverride: my-redis
107+
108+
postgresql:
109+
fullnameOverride: my-postgresql
110+
111+
mongodb:
112+
fullnameOverride: my-mongodb

codefresh/Chart.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies:
5252
version: 1.8.8
5353
- name: tasker-kubernetes
5454
repository: oci://quay.io/codefresh/charts
55-
version: 1.26.17
55+
version: 1.26.18
5656
- name: context-manager
5757
repository: oci://quay.io/codefresh/charts
5858
version: 2.33.6
@@ -64,58 +64,58 @@ dependencies:
6464
version: 1.14.20
6565
- name: cfapi
6666
repository: oci://quay.io/codefresh/charts
67-
version: 21.274.10
67+
version: 21.274.11
6868
- name: cfapi
6969
repository: oci://quay.io/codefresh/charts
70-
version: 21.274.10
70+
version: 21.274.11
7171
- name: cfapi
7272
repository: oci://quay.io/codefresh/charts
73-
version: 21.274.10
73+
version: 21.274.11
7474
- name: cfapi
7575
repository: oci://quay.io/codefresh/charts
76-
version: 21.274.10
76+
version: 21.274.11
7777
- name: cfapi
7878
repository: oci://quay.io/codefresh/charts
79-
version: 21.274.10
79+
version: 21.274.11
8080
- name: cfapi
8181
repository: oci://quay.io/codefresh/charts
82-
version: 21.274.10
82+
version: 21.274.11
8383
- name: cfapi
8484
repository: oci://quay.io/codefresh/charts
85-
version: 21.274.10
85+
version: 21.274.11
8686
- name: cfapi
8787
repository: oci://quay.io/codefresh/charts
88-
version: 21.274.10
88+
version: 21.274.11
8989
- name: cfapi
9090
repository: oci://quay.io/codefresh/charts
91-
version: 21.274.10
91+
version: 21.274.11
9292
- name: cfapi
9393
repository: oci://quay.io/codefresh/charts
94-
version: 21.274.10
94+
version: 21.274.11
9595
- name: cfapi
9696
repository: oci://quay.io/codefresh/charts
97-
version: 21.274.10
97+
version: 21.274.11
9898
- name: cfapi
9999
repository: oci://quay.io/codefresh/charts
100-
version: 21.274.10
100+
version: 21.274.11
101101
- name: cfapi
102102
repository: oci://quay.io/codefresh/charts
103-
version: 21.274.10
103+
version: 21.274.11
104104
- name: cfapi
105105
repository: oci://quay.io/codefresh/charts
106-
version: 21.274.10
106+
version: 21.274.11
107107
- name: cfapi
108108
repository: oci://quay.io/codefresh/charts
109-
version: 21.274.10
109+
version: 21.274.11
110110
- name: cfapi
111111
repository: oci://quay.io/codefresh/charts
112-
version: 21.274.10
112+
version: 21.274.11
113113
- name: cfapi
114114
repository: oci://quay.io/codefresh/charts
115-
version: 21.274.10
115+
version: 21.274.11
116116
- name: cfapi
117117
repository: oci://quay.io/codefresh/charts
118-
version: 21.274.10
118+
version: 21.274.11
119119
- name: cfui
120120
repository: oci://quay.io/codefresh/charts
121121
version: 14.97.50
@@ -170,5 +170,5 @@ dependencies:
170170
- name: onboarding-status
171171
repository: oci://quay.io/codefresh/charts
172172
version: 1.8.8
173-
digest: sha256:c3bcab5928da688346f58ad2e73f9e7fb22e9c48e83f8a585d05376953376943
174-
generated: "2025-03-25T16:14:59.451476+03:00"
173+
digest: sha256:1a674a100aee5e84b21984cd9586ffe3ca48dc6951fed91023cf93bf58c67111
174+
generated: "2025-03-26T11:42:09.123651+03:00"

codefresh/Chart.yaml

+3-6
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.7.3
4+
version: 2.7.4
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,11 +18,8 @@ annotations:
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: changed
22-
description: "Add procps to cf-system-etl-postgres"
23-
links:
24-
- name: JIRA Issue
25-
url: https://codefresh-io.atlassian.net/browse/CR-27956
21+
- kind: fixed
22+
description: "REDIS_FEATURE_* env vars in cf-api"
2623
dependencies:
2724
- name: cf-common
2825
repository: oci://quay.io/codefresh/charts

codefresh/README.md

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

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

codefresh/templates/seed-e2e/seed-e2e.yaml

+13-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ spec:
2525
labels:
2626
{{ include "codefresh.labels" . | nindent 8 }}
2727
spec:
28-
{{- if .Values.global.imageRegistry }}
29-
imagePullSecrets:
30-
- name: "{{ .Release.Name }}-{{ .Values.global.codefresh }}-registry"
31-
{{- end }}
28+
{{- include (printf "%s.image.pullSecrets" $libTemplateName ) . | nindent 6 }}
3229
securityContext:
3330
{{- toYaml $context.podSecurityContext | nindent 8 }}
3431
containers:
@@ -38,6 +35,18 @@ spec:
3835
- secretRef:
3936
name: {{ include "codefresh.fullname" . }}
4037
env:
38+
- name: MONGODB_HOST
39+
{{- include "codefresh.mongodb-host-env-var-value" . | indent 10 }}
40+
- name: MONGODB_USER
41+
{{- include "codefresh.mongodb-user-env-var-value" . | indent 10 }}
42+
- name: MONGODB_PASSWORD
43+
{{- include "codefresh.mongodb-password-env-var-value" . | indent 10 }}
44+
- name: MONGO_URI
45+
{{- include "codefresh.mongo-seed-uri-env-var-value" . | indent 10 }}
46+
- name: MONGODB_ROOT_USER
47+
{{- include "codefresh.mongodb-root-user-env-var-value" . | indent 10 }}
48+
- name: MONGODB_ROOT_PASSWORD
49+
{{- include "codefresh.mongodb-root-password-env-var-value" . | indent 10 }}
4150
- name: MONGO_URI
4251
value: $(MONGODB_PROTOCOL)://$(MONGODB_USER):$(MONGODB_PASSWORD)@$(MONGODB_HOST)/$(MONGODB_DATABASE)?$(MONGODB_OPTIONS)
4352
command:

0 commit comments

Comments
 (0)