Skip to content

Commit fe16dbd

Browse files
fix: restore nats
1 parent e78d2fd commit fe16dbd

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

charts/codefresh/Chart.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ dependencies:
5656
version: 15.5.3
5757
repository: https://charts.bitnami.com/bitnami
5858
condition: rabbitmq.enabled
59+
- name: nats
60+
version: 9.0.28
61+
repository: https://charts.bitnami.com/bitnami
62+
condition: nats.enabled
5963
- name: builder
6064
repository: oci://quay.io/codefresh/charts
6165
condition: builder.enabled

charts/codefresh/values.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@ global:
372372
tlsSignService: cfsign
373373
# -- Default tls-sign service port.
374374
tlsSignPort: 4999
375+
# -- Default nats service name.
376+
natsService: nats
377+
# -- Default nats service port.
378+
natsPort: 4222
375379
# -- Default Consul service name.
376380
consulService: consul-headless
377381
# -- Default Consul service port.
@@ -1134,6 +1138,20 @@ mongodb:
11341138
enabled: false
11351139
featureCompatibilityVersion: "7.0"
11361140

1141+
# -- nats
1142+
# @default -- See below
1143+
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml
1144+
nats:
1145+
enabled: true
1146+
image:
1147+
repository: bitnamilegacy/nats
1148+
replicaCount: 1
1149+
auth:
1150+
enabled: false
1151+
cluster:
1152+
auth:
1153+
enabled: false
1154+
11371155
# -- nomios
11381156
# @default -- See below
11391157
nomios:

0 commit comments

Comments
 (0)