@codefresh-io/kube-integration 1.24.2 → 1.24.4

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.
@@ -1,5 +1,5 @@
1
1
  {{- if .Values.HorizontalPodAutoscaler }}
2
- apiVersion: autoscaling/v2beta1
2
+ apiVersion: autoscaling/v2beta2
3
3
  kind: HorizontalPodAutoscaler
4
4
  metadata:
5
5
  name: {{ template "kube-integration.fullname" . }}
@@ -14,9 +14,11 @@ spec:
14
14
  {{- if .Values.HorizontalPodAutoscaler.metrics }}
15
15
  {{ toYaml .Values.HorizontalPodAutoscaler.metrics | indent 4 }}
16
16
  {{- else }}
17
- - type: Resource
18
- resource:
19
- name: cpu
20
- targetAverageUtilization: 60
17
+ - type: Resource
18
+ resource:
19
+ name: cpu
20
+ target:
21
+ type: Utilization
22
+ averageUtilization: 70
21
23
  {{- end }}
22
24
  {{- end }}
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- v12.22.8
1
+ v12.22.11
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:12.22.8-alpine
1
+ FROM node:12.22-alpine3.15
2
2
 
3
3
  WORKDIR /kube-integration
4
4
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.24.2",
2
+ "version": "1.24.4",
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": "12.22.8"
22
+ "node": "12.22.11"
23
23
  },
24
24
  "author": "Oleg Sucharevich <olegs@codefresh.io>",
25
25
  "license": "ISC",
@@ -28,8 +28,12 @@
28
28
  },
29
29
  "homepage": "https://github.com/codefresh-io/kube-integration#readme",
30
30
  "resolutions": {
31
+ "json-schema": "^0.4.0",
31
32
  "amqplib": "0.5.1",
32
- "lodash": "~4.17.21"
33
+ "lodash": "~4.17.21",
34
+ "normalize-url": "4.5.1",
35
+ "shelljs": "0.8.5",
36
+ "node-forge": "1.3.0"
33
37
  },
34
38
  "dependencies": {
35
39
  "@codefresh-io/docker-reference": "^0.0.5",
@@ -37,7 +41,7 @@
37
41
  "@codefresh-io/http-infra": "^1.8.11",
38
42
  "bluebird": "^3.5.0",
39
43
  "body-parser": "^1.17.2",
40
- "cf-errors": "^0.1.15",
44
+ "cf-errors": "^0.1.16",
41
45
  "cf-logs": "^1.1.24",
42
46
  "cf-monitor": "git+https://github.com/codefresh-io/cf-monitor.git#072ce2b419bb615a9567d253139431ca3c3adf17",
43
47
  "compression": "^1.6.2",
@@ -51,10 +55,10 @@
51
55
  "kubernetes-client": "^8.3.7",
52
56
  "lodash": "~4.17.21",
53
57
  "method-override": "^2.3.9",
54
- "mongoose": "^5.12.1",
58
+ "mongoose": "^5.12.3",
55
59
  "morgan": "^1.10.0",
56
60
  "nock": "^12.0.3",
57
- "nodegistry": "^1.2.2",
61
+ "nodegistry": "^1.2.3",
58
62
  "object-hash": "^1.2.0",
59
63
  "request": "^2.88.2",
60
64
  "request-promise": "^4.2.6",
package/service.yaml CHANGED
@@ -1 +1 @@
1
- version: 1.25.8
1
+ version: 1.25.12