@codefresh-io/kube-integration 1.31.14 → 1.31.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -113,7 +113,6 @@ container:
|
|
|
113
113
|
allowPrivilegeEscalation: false
|
|
114
114
|
|
|
115
115
|
env:
|
|
116
|
-
# updated POSTGRES_* env vars
|
|
117
116
|
POSTGRES_HOST:
|
|
118
117
|
valueFrom:
|
|
119
118
|
secretKeyRef:
|
|
@@ -132,8 +131,6 @@ container:
|
|
|
132
131
|
name: '{{ include (printf "cf-common-%s.classic.postgres-user-env-var-secret-name" (index .Subcharts "cf-common").Chart.Version) . }}'
|
|
133
132
|
key: '{{ include (printf "cf-common-%s.classic.postgres-user-env-var-secret-key" (index .Subcharts "cf-common").Chart.Version) . }}'
|
|
134
133
|
optional: true
|
|
135
|
-
|
|
136
|
-
# updated RABBITMQ_* env vars
|
|
137
134
|
RABBITMQ_HOSTNAME:
|
|
138
135
|
valueFrom:
|
|
139
136
|
secretKeyRef:
|
|
@@ -152,8 +149,6 @@ container:
|
|
|
152
149
|
name: '{{ include (printf "cf-common-%s.classic.rabbitmq-username-env-var-secret-name" (index .Subcharts "cf-common").Chart.Version) . }}'
|
|
153
150
|
key: '{{ include (printf "cf-common-%s.classic.rabbitmq-username-env-var-secret-key" (index .Subcharts "cf-common").Chart.Version) . }}'
|
|
154
151
|
optional: true
|
|
155
|
-
EVENTBUS_URI: $(RABBITMQ_PROTOCOL)://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@$(RABBITMQ_HOSTNAME)
|
|
156
|
-
|
|
157
152
|
AGENT: '{{ .Values.global.agent }}'
|
|
158
153
|
EVENTBUS_IGNORE_CREATE_SCHEMA: true
|
|
159
154
|
FORMAT_LOGS_TO_ELK: true
|
|
@@ -162,6 +157,9 @@ container:
|
|
|
162
157
|
PORT: '{{ .Values.global.kubeIntegrationPort }}'
|
|
163
158
|
SERVICE_NAME: '{{ include (printf "cf-common-%s.names.name" (index .Subcharts "cf-common").Chart.Version) . }}'
|
|
164
159
|
|
|
160
|
+
extraEnv:
|
|
161
|
+
EVENTBUS_URI: $(RABBITMQ_PROTOCOL)://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@$(RABBITMQ_HOSTNAME)
|
|
162
|
+
|
|
165
163
|
probes:
|
|
166
164
|
liveness:
|
|
167
165
|
enabled: true
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.31.
|
|
2
|
+
"version": "1.31.19",
|
|
3
3
|
"name": "@codefresh-io/kube-integration",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "git+https://github.com/codefresh-io/kube-integration.git"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
|
-
"node": "
|
|
22
|
+
"node": ">=20.18.0"
|
|
23
23
|
},
|
|
24
24
|
"author": "Oleg Sucharevich <olegs@codefresh.io>",
|
|
25
25
|
"license": "ISC",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@kubernetes/client-node": "0.22.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@codefresh-io/cf-monitor": "0.0.
|
|
36
|
+
"@codefresh-io/cf-monitor": "0.0.30",
|
|
37
37
|
"@codefresh-io/docker-reference": "^0.0.5",
|
|
38
38
|
"@codefresh-io/eventbus": "2.0.0",
|
|
39
39
|
"@codefresh-io/http-infra": "1.8.14",
|
package/service.yaml
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
version: 1.31.
|
|
1
|
+
version: 1.31.19
|
|
2
|
+
|