Skip to content

Commit 9ebed08

Browse files
feat: remove nats subchart (#98)
1 parent cf9a91d commit 9ebed08

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,8 +2569,6 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
25692569
| global.mongodbRootUser | string | `""` | DEPRECATED Use `.Values.seed.mongoSeedJob` instead. |
25702570
| global.mongodbUser | string | `"cfuser"` | Set mongodb user in plain text |
25712571
| global.mongodbUserSecretKeyRef | object | `{}` | Set mongodb user from existing secret |
2572-
| global.natsPort | int | `4222` | Default nats service port. |
2573-
| global.natsService | string | `"nats"` | Default nats service name. |
25742572
| global.newrelicLicenseKey | string | `""` | New Relic Key |
25752573
| global.nodeSelector | object | `{}` | Global nodeSelector constraints Apply nodeSelector to all Codefresh subcharts. Will not be applied on Bitnami subcharts. |
25762574
| global.oidcProviderClientId | string | `nil` | Default OIDC Provider service client ID in plain text. |
@@ -2637,7 +2635,6 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
26372635
| k8s-monitor | object | See below | k8s-monitor |
26382636
| kube-integration | object | See below | kube-integration |
26392637
| mongodb | object | See below | mongodb Ref: https://github.com/bitnami/charts/blob/main/bitnami/mongodb/values.yaml |
2640-
| nats | object | See below | nats Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml |
26412638
| nomios | object | See below | nomios |
26422639
| pipeline-manager | object | See below | pipeline-manager |
26432640
| postgresql | object | See below | postgresql Ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml |

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)