diff --git a/README.md b/README.md index 977ef8019..bb5b8287e 100644 --- a/README.md +++ b/README.md @@ -2569,8 +2569,6 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster | global.mongodbRootUser | string | `""` | DEPRECATED Use `.Values.seed.mongoSeedJob` instead. | | global.mongodbUser | string | `"cfuser"` | Set mongodb user in plain text | | global.mongodbUserSecretKeyRef | object | `{}` | Set mongodb user from existing secret | -| global.natsPort | int | `4222` | Default nats service port. | -| global.natsService | string | `"nats"` | Default nats service name. | | global.newrelicLicenseKey | string | `""` | New Relic Key | | global.nodeSelector | object | `{}` | Global nodeSelector constraints Apply nodeSelector to all Codefresh subcharts. Will not be applied on Bitnami subcharts. | | 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 | k8s-monitor | object | See below | k8s-monitor | | kube-integration | object | See below | kube-integration | | mongodb | object | See below | mongodb Ref: https://github.com/bitnami/charts/blob/main/bitnami/mongodb/values.yaml | -| nats | object | See below | nats Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml | | nomios | object | See below | nomios | | pipeline-manager | object | See below | pipeline-manager | | postgresql | object | See below | postgresql Ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml | diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index edee9b89f..b46a38d50 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -56,10 +56,6 @@ dependencies: version: 15.5.3 repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled - - name: nats - version: 9.0.22 - repository: https://charts.bitnami.com/bitnami - condition: nats.enabled - name: builder repository: oci://quay.io/codefresh/charts condition: builder.enabled diff --git a/charts/codefresh/values.yaml b/charts/codefresh/values.yaml index fc11733cf..60011cacd 100644 --- a/charts/codefresh/values.yaml +++ b/charts/codefresh/values.yaml @@ -365,10 +365,6 @@ global: tlsSignService: cfsign # -- Default tls-sign service port. tlsSignPort: 4999 - # -- Default nats service name. - natsService: nats - # -- Default nats service port. - natsPort: 4222 # -- Default Consul service name. consulService: consul-headless # -- Default Consul service port. @@ -1129,20 +1125,6 @@ mongodb: enabled: false featureCompatibilityVersion: "7.0" -# -- nats -# @default -- See below -# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml -nats: - enabled: true - image: - repository: bitnamilegacy/nats - replicaCount: 1 - auth: - enabled: false - cluster: - auth: - enabled: false - # -- nomios # @default -- See below nomios: