Skip to content

Commit 40596aa

Browse files
onprem: 2.7.2 (#32)
1 parent dd99b0d commit 40596aa

File tree

5 files changed

+12
-19
lines changed

5 files changed

+12
-19
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ secrets:
2424
stringData:
2525
rabbitmq-hostname: my-rabbitmq:5672
2626
rabbitmq-password: cVz9ZdJKYm7u
27-
rabbitmq-username: user
27+
rabbitmq-username: myuser
2828
ext-firebase:
2929
enabled: true
3030
stringData:
@@ -99,3 +99,5 @@ global:
9999

100100
rabbitmq:
101101
fullnameOverride: my-rabbitmq
102+
auth:
103+
username: myuser

codefresh/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ dependencies:
142142
version: 0.8.10
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.78
145+
version: 0.49.79
146146
- name: cf-platform-analytics
147147
repository: oci://quay.io/codefresh/charts
148-
version: 0.49.78
148+
version: 0.49.79
149149
- name: argo-platform
150150
repository: oci://quay.io/codefresh/charts
151-
version: 1.3344.0-onprem-b84a89b
151+
version: 1.3344.0-onprem-5c8af92
152152
- name: argo-hub-platform
153153
repository: oci://quay.io/codefresh/charts
154154
version: 0.1.22
@@ -170,5 +170,5 @@ dependencies:
170170
- name: onboarding-status
171171
repository: oci://quay.io/codefresh/charts
172172
version: 1.8.8
173-
digest: sha256:b8ea966f7f7cec4c6d6e73e24f5ad0227950009e2d7136e8766c080f9c579b78
174-
generated: "2025-03-20T14:19:34.976455+03:00"
173+
digest: sha256:90d46a6e96b2979af6f6a7b02d8702d954bf0f1aacb5a1e0d4b2a86cdaf1c1b0
174+
generated: "2025-03-25T13:27:58.231388+03:00"

codefresh/Chart.yaml

Lines changed: 3 additions & 11 deletions
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.1
4+
version: 2.7.2
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,16 +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: added
22-
description: "Added subcharts for development environment"
23-
- kind: changed
24-
description: "Disable abacAndRules feature-flag"
2521
- kind: fixed
26-
description: "Add checkmark on LDAP SSO configuration to allow deleting users"
27-
- kind: fixed
28-
description: "Fix global constrains tolerations/nodeSelector/affinity/imagePullSecret for hooks and seed jobs"
29-
- kind: changed
30-
description: "Bump MongoDB featureCompatibilityVersion to 6.0"
22+
description: "Fix RABBITMQ_USER env var in argo-platform"
3123
dependencies:
3224
- name: cf-common
3325
repository: oci://quay.io/codefresh/charts
@@ -245,7 +237,7 @@ dependencies:
245237
repository: oci://quay.io/codefresh/charts
246238
condition: argo-platform.enabled
247239
- name: argo-platform
248-
version: "1.3344.0-onprem-b84a89b"
240+
version: "1.3344.0-onprem-5c8af92"
249241
repository: oci://quay.io/codefresh/charts
250242
condition: argo-platform.enabled
251243
- name: argo-hub-platform

codefresh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.7.1](https://img.shields.io/badge/Version-2.7.1-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.2](https://img.shields.io/badge/Version-2.7.2-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/files/mongoSeedJobScript.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ mongosh ${MONGODB_ROOT_URI} --eval "db.getSiblingDB(\"codefresh\").grantRolesToU
100100
mongosh ${MONGODB_ROOT_URI} --eval "db.getSiblingDB(\"codefresh\").changeUserPassword(\"${MONGODB_USER}\",\"${MONGODB_PASSWORD}\")" 2>&1 || true
101101

102102
if [[ $DEVELOPMENT_CHART == "true" ]]; then
103-
mongoimport --uri ${MONGO_URI} --collection accounts --type json --legacy --file ${ASSETS_PATH}accounts-dev.json
104103
setSystemAdmin
105104
setPacks
106105
fi

0 commit comments

Comments
 (0)