@codefresh-io/kube-integration 1.31.8 → 1.31.18

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.
@@ -14,5 +14,5 @@ maintainers:
14
14
  url: https://codefresh-io.github.io/
15
15
  dependencies:
16
16
  - name: cf-common
17
- repository: https://chartmuseum.codefresh.io/cf-common
18
- version: "0.12.0"
17
+ repository: oci://quay.io/codefresh/charts
18
+ version: "0.23.0"
@@ -84,6 +84,10 @@ hpa:
84
84
  maxReplicas: 10
85
85
  targetCPUUtilizationPercentage: 70
86
86
 
87
+ keda:
88
+ spec: {}
89
+ auth: {}
90
+
87
91
  pdb:
88
92
  enabled: false
89
93
  minAvailable: "50%"
@@ -99,6 +103,7 @@ container:
99
103
  registry: 839151377425.dkr.ecr.us-east-1.amazonaws.com/codefresh-inc
100
104
  repository: codefresh/kube-integration
101
105
  tag: master
106
+ digest: ""
102
107
  pullPolicy: IfNotPresent
103
108
 
104
109
  command: []
@@ -108,7 +113,6 @@ container:
108
113
  allowPrivilegeEscalation: false
109
114
 
110
115
  env:
111
- # updated POSTGRES_* env vars
112
116
  POSTGRES_HOST:
113
117
  valueFrom:
114
118
  secretKeyRef:
@@ -127,8 +131,6 @@ container:
127
131
  name: '{{ include (printf "cf-common-%s.classic.postgres-user-env-var-secret-name" (index .Subcharts "cf-common").Chart.Version) . }}'
128
132
  key: '{{ include (printf "cf-common-%s.classic.postgres-user-env-var-secret-key" (index .Subcharts "cf-common").Chart.Version) . }}'
129
133
  optional: true
130
-
131
- # updated RABBITMQ_* env vars
132
134
  RABBITMQ_HOSTNAME:
133
135
  valueFrom:
134
136
  secretKeyRef:
@@ -147,8 +149,6 @@ container:
147
149
  name: '{{ include (printf "cf-common-%s.classic.rabbitmq-username-env-var-secret-name" (index .Subcharts "cf-common").Chart.Version) . }}'
148
150
  key: '{{ include (printf "cf-common-%s.classic.rabbitmq-username-env-var-secret-key" (index .Subcharts "cf-common").Chart.Version) . }}'
149
151
  optional: true
150
- EVENTBUS_URI: $(RABBITMQ_PROTOCOL)://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@$(RABBITMQ_HOSTNAME)
151
-
152
152
  AGENT: '{{ .Values.global.agent }}'
153
153
  EVENTBUS_IGNORE_CREATE_SCHEMA: true
154
154
  FORMAT_LOGS_TO_ELK: true
@@ -157,6 +157,9 @@ container:
157
157
  PORT: '{{ .Values.global.kubeIntegrationPort }}'
158
158
  SERVICE_NAME: '{{ include (printf "cf-common-%s.names.name" (index .Subcharts "cf-common").Chart.Version) . }}'
159
159
 
160
+ extraEnv:
161
+ EVENTBUS_URI: $(RABBITMQ_PROTOCOL)://$(RABBITMQ_USERNAME):$(RABBITMQ_PASSWORD)@$(RABBITMQ_HOSTNAME)
162
+
160
163
  probes:
161
164
  liveness:
162
165
  enabled: true
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v20.14.0
1
+ v22.12.0
package/CODEOWNERS CHANGED
@@ -2,6 +2,6 @@
2
2
  # the repo. Unless a later match takes precedence,
3
3
  # @global-owner1 and @global-owner2 will be requested for
4
4
  # review when someone opens a pull request.
5
- * pavel@codefresh.io denis@codefresh.io
5
+ * yaroslav@codefresh.io yaroslav.drachenko@octopus.com denis@codefresh.io zhenya.tikhonov@octopus.com
6
6
 
7
- / pavel@codefresh.io denis@codefresh.io
7
+ / yaroslav@codefresh.io yaroslav.drachenko@octopus.com pavel@codefresh.io denis@codefresh.io
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM --platform=$BUILDPLATFORM node:20.14.0-alpine3.20
1
+ FROM --platform=$BUILDPLATFORM node:22.12.0-alpine3.21
2
2
 
3
3
  ARG TARGETPLATFORM
4
4
  ARG TARGETARCH
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.31.8",
2
+ "version": "1.31.18",
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": "^20.14.0"
22
+ "node": "^22.12.0"
23
23
  },
24
24
  "author": "Oleg Sucharevich <olegs@codefresh.io>",
25
25
  "license": "ISC",
@@ -29,10 +29,11 @@
29
29
  "homepage": "https://github.com/codefresh-io/kube-integration#readme",
30
30
  "resolutions": {
31
31
  "openid-client": "^4.9.0",
32
- "tough-cookie": "4.1.3"
32
+ "tough-cookie": "4.1.3",
33
+ "@kubernetes/client-node": "0.22.1"
33
34
  },
34
35
  "dependencies": {
35
- "@codefresh-io/cf-monitor": "0.0.29",
36
+ "@codefresh-io/cf-monitor": "0.0.30",
36
37
  "@codefresh-io/docker-reference": "^0.0.5",
37
38
  "@codefresh-io/eventbus": "2.0.0",
38
39
  "@codefresh-io/http-infra": "1.8.14",
@@ -63,5 +64,6 @@
63
64
  "proxyquire": "^1.7.10",
64
65
  "sinon": "^2.2.0",
65
66
  "sinon-chai": "^2.10.0"
66
- }
67
+ },
68
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
67
69
  }
package/service.yaml CHANGED
@@ -1 +1 @@
1
- version: 1.31.9
1
+ version: 1.31.18