Skip to content

Commit 37080bb

Browse files
feat: remove nats subchart
1 parent cf9a91d commit 37080bb

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

charts/codefresh/Chart.yaml

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

charts/codefresh/values.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ global:
365365
tlsSignService: cfsign
366366
# -- Default tls-sign service port.
367367
tlsSignPort: 4999
368-
# -- Default nats service name.
369-
natsService: nats
370-
# -- Default nats service port.
371-
natsPort: 4222
372368
# -- Default Consul service name.
373369
consulService: consul-headless
374370
# -- Default Consul service port.
@@ -1129,20 +1125,6 @@ mongodb:
11291125
enabled: false
11301126
featureCompatibilityVersion: "7.0"
11311127

1132-
# -- nats
1133-
# @default -- See below
1134-
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml
1135-
nats:
1136-
enabled: true
1137-
image:
1138-
repository: bitnamilegacy/nats
1139-
replicaCount: 1
1140-
auth:
1141-
enabled: false
1142-
cluster:
1143-
auth:
1144-
enabled: false
1145-
11461128
# -- nomios
11471129
# @default -- See below
11481130
nomios:

0 commit comments

Comments
 (0)