Skip to content

Commit 0c45948

Browse files
onprem: 2.8.13 (#94)
1 parent 8a28dd9 commit 0c45948

File tree

5 files changed

+42
-11
lines changed

5 files changed

+42
-11
lines changed

codefresh/.ci/values/defaults.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,24 @@ argo-platform:
7979
mongodb:
8080
migration:
8181
enabled: true
82+
image:
83+
repository: bitnamilegacy/mongodb
84+
nodeSelector:
85+
kubernetes.io/arch: amd64
86+
87+
consul:
88+
image:
89+
repository: bitnamilegacy/consul
90+
91+
nats:
92+
image:
93+
repository: bitnamilegacy/nats
94+
95+
rabbitmq:
96+
image:
97+
repository: bitnamilegacy/rabbitmq
98+
99+
hooks:
100+
mongodb:
101+
nodeSelector:
102+
kubernetes.io/arch: amd64

codefresh/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 0.18.1
55
- name: internal-gateway
66
repository: oci://quay.io/codefresh/charts
7-
version: 0.10.6
7+
version: 0.11.0
88
- name: consul
99
repository: https://charts.bitnami.com/bitnami
1010
version: 11.4.32
@@ -160,12 +160,12 @@ dependencies:
160160
version: 1.21.0
161161
- name: payments
162162
repository: oci://quay.io/codefresh/charts
163-
version: 2.24.0
163+
version: 2.24.1
164164
- name: segment-reporter
165165
repository: oci://quay.io/codefresh/charts
166166
version: 1.18.0
167167
- name: salesforce-reporter
168168
repository: oci://quay.io/codefresh/charts
169169
version: 1.30.11
170-
digest: sha256:6a1af6f7dc7b6b6ea843b922929016b581a031a63838eaf107a687cc78d89b71
171-
generated: "2025-08-22T10:31:59.553695+03:00"
170+
digest: sha256:4e7b52e0ee6d81e910d3e7352b14cb5a7d01c51a7bcd7a8e455c53cc2564d982
171+
generated: "2025-08-29T15:06:33.935106+03:00"

codefresh/Chart.yaml

Lines changed: 9 additions & 6 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.8.12
4+
version: 2.8.13
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,17 +18,20 @@ 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: "Fix RabbitMQ version requirements."
23-
- kind: security
24-
description: "Contains security fixes"
21+
- kind: changed
22+
description: "Update internal-gateway"
23+
- kind: changed
24+
description: "Change bitnami subcharts to use bitnamilegacy repository"
25+
links:
26+
- name: GitHub Issue
27+
url: https://github.com/bitnami/charts/issues/35164
2528
dependencies:
2629
- name: cf-common
2730
repository: oci://quay.io/codefresh/charts
2831
version: 0.18.1
2932
- name: internal-gateway
3033
repository: oci://quay.io/codefresh/charts
31-
version: 0.10.6
34+
version: 0.11.0
3235
condition: internal-gateway.enabled
3336
- name: consul
3437
version: 11.4.32

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.8.12](https://img.shields.io/badge/Version-2.8.12-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
3+
![Version: 2.8.13](https://img.shields.io/badge/Version-2.8.13-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.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/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,8 @@ cluster-providers:
913913
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/consul/values.yaml
914914
consul:
915915
enabled: true
916+
image:
917+
repository: bitnamilegacy/consul
916918
datacenterName: codefresh-onprem
917919
replicaCount: 1
918920
extraEnvVars:
@@ -1113,6 +1115,8 @@ kube-integration:
11131115
mongodb:
11141116
enabled: true
11151117
architecture: standalone
1118+
image:
1119+
repository: bitnamilegacy/mongodb
11161120
useStatefulSet: true
11171121
auth:
11181122
enabled: true
@@ -1131,6 +1135,8 @@ mongodb:
11311135
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml
11321136
nats:
11331137
enabled: true
1138+
image:
1139+
repository: bitnamilegacy/nats
11341140
replicaCount: 1
11351141
auth:
11361142
enabled: false
@@ -1251,6 +1257,7 @@ redis-ha:
12511257
rabbitmq:
12521258
enabled: true
12531259
image:
1260+
repository: bitnamilegacy/rabbitmq
12541261
tag: "4.1.3"
12551262
replicaCount: 1
12561263
auth:

0 commit comments

Comments
 (0)