@codefresh-io/kube-integration 1.31.8 → 1.31.14

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.21.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: []
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.14",
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,7 +29,8 @@
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
36
  "@codefresh-io/cf-monitor": "0.0.29",
@@ -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.14