@codefresh-io/kube-integration 1.32.0 → 1.33.1
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.
- package/.deploy/kube-integration/values.yaml +2 -0
- package/.dockerignore +0 -0
- package/.eslintignore +0 -0
- package/.eslintrc.json +0 -0
- package/.github/workflows/create-release.yaml +4 -0
- package/README.md +0 -0
- package/_proto/hapi/chart/chart_pb.js +0 -0
- package/_proto/hapi/chart/config_pb.js +0 -0
- package/_proto/hapi/chart/metadata_pb.js +0 -0
- package/_proto/hapi/chart/template_pb.js +0 -0
- package/_proto/hapi/release/hook_pb.js +0 -0
- package/_proto/hapi/release/info_pb.js +0 -0
- package/_proto/hapi/release/release_pb.js +0 -0
- package/_proto/hapi/release/status_pb.js +0 -0
- package/_proto/hapi/release/test_run_pb.js +0 -0
- package/_proto/hapi/release/test_suite_pb.js +0 -0
- package/_proto/hapi/rudder/rudder_pb.js +0 -0
- package/_proto/hapi/services/tiller_pb.js +0 -0
- package/_proto/hapi/version/version_pb.js +0 -0
- package/config/environment/kubernetes.js +0 -0
- package/example.js +0 -0
- package/index.js +0 -0
- package/infra/kube.manager.event.handler.js +0 -0
- package/infra/logging.js +0 -0
- package/infra/middleware.js +0 -0
- package/infra/process-events.js +0 -0
- package/lib/helm/release/base/pool.js +0 -0
- package/lib/helm/release/base/revision.js +0 -0
- package/lib/helm/release/helm2/pool.js +0 -0
- package/lib/helm/release/helm2/release.controller.js +0 -0
- package/lib/helm/release/helm2/release.js +0 -0
- package/lib/helm/release/helm2/revision.js +0 -0
- package/lib/helm/release/helm3/pool.js +0 -0
- package/lib/helm/release/helm3/release.controller.js +0 -0
- package/lib/helm/release/helm3/release.js +0 -0
- package/lib/helm/release/helm3/revision.js +0 -0
- package/lib/helm/release/helm3/tests/revision.unit.spec.js +0 -0
- package/lib/helm/release/tests/release.controller.unit.spec.js +0 -0
- package/lib/helm/release/tests/release.unit.spec.js +0 -0
- package/lib/helm/release/tests/revision.unit.spec.js +0 -0
- package/lib/index.js +0 -0
- package/lib/internal-components/SquashedPod/SquashedPod.js +0 -0
- package/lib/internal-components/SquashedPod/SquashedPodPool.js +0 -0
- package/lib/internal-components/SquashedPod/index.js +0 -0
- package/lib/internal-components/SquashedPod/tests/SquashedPod.unit.spec.js +0 -0
- package/lib/internal-components/SquashedPod/tests/SquashedPodPool.unit.spec.js +0 -0
- package/lib/internal-components/project/Project.js +0 -0
- package/lib/internal-components/project/controller.js +0 -0
- package/lib/internal-components/project/project.internal.evenets.js +0 -0
- package/lib/internal-components/project/project.labels.js +0 -0
- package/lib/kube-client-wrapper/KubeWrapper.js +0 -0
- package/lib/kube-client-wrapper/tests/KubeWrapper.unit.spec.js +0 -0
- package/lib/kube-endpoints/index.js +0 -0
- package/lib/kube-endpoints/v15.js +0 -0
- package/lib/kube-endpoints/v16.js +0 -0
- package/lib/kube-native/builder.base.js +0 -0
- package/lib/kube-native/configMap/configMap.builder.js +0 -0
- package/lib/kube-native/configMap/configMap.events.js +0 -0
- package/lib/kube-native/configMap/configMap.js +0 -0
- package/lib/kube-native/deployment/deploy.builder.js +0 -0
- package/lib/kube-native/deployment/deploy.controller.js +0 -0
- package/lib/kube-native/deployment/deploy.events.js +0 -0
- package/lib/kube-native/deployment/deploy.js +0 -0
- package/lib/kube-native/deployment/deploy.status.analyzer.js +0 -0
- package/lib/kube-native/deployment/tests/deploy.builder.unit.spec.js +0 -0
- package/lib/kube-native/deployment/tests/deploy.unit.spec.js +0 -0
- package/lib/kube-native/entity.base.js +0 -0
- package/lib/kube-native/namespace/namespace.builder.js +0 -0
- package/lib/kube-native/namespace/namespace.events.js +0 -0
- package/lib/kube-native/namespace/namespace.js +0 -0
- package/lib/kube-native/node/node.js +0 -0
- package/lib/kube-native/pod/pod.controller.js +0 -0
- package/lib/kube-native/pod/pod.js +0 -0
- package/lib/kube-native/pod/pod.status.analyzer.js +0 -0
- package/lib/kube-native/pod/tests/pod.unit.spec.js +0 -0
- package/lib/kube-native/replicaSet/rs.js +0 -0
- package/lib/kube-native/replicaSet/rs.status.analyzer.js +0 -0
- package/lib/kube-native/resource.base.controller.js +0 -0
- package/lib/kube-native/secret/image.pull.secret.builder.js +0 -0
- package/lib/kube-native/secret/secret.builder.js +0 -0
- package/lib/kube-native/secret/secret.controller.js +0 -0
- package/lib/kube-native/secret/secret.events.js +0 -0
- package/lib/kube-native/secret/secret.js +0 -0
- package/lib/kube-native/secret/secret.labels.js +0 -0
- package/lib/kube-native/service/svc.builder.js +0 -0
- package/lib/kube-native/service/svc.controller.js +0 -0
- package/lib/kube-native/service/svc.events.js +0 -0
- package/lib/kube-native/service/svc.js +0 -0
- package/lib/kube-native/service/svc.status.analyzer.js +0 -0
- package/lib/kube-native/service/tests/svc.builder.unit.spec.js +0 -0
- package/lib/kube-native/service/tests/svc.controller.unit.spec.js +0 -0
- package/lib/kube-native/supported.recourses.js +0 -0
- package/lib/kube-native/tests/base.entity.unit.spec.js +0 -0
- package/lib/kube.controllers.js +0 -0
- package/lib/kube.manager.js +0 -0
- package/lib/labels.js +0 -0
- package/lib/status.analyzer.base.js +0 -0
- package/newrelic.js +0 -0
- package/package.json +2 -2
- package/server/api/crud.base.controller.js +0 -0
- package/server/api/index.js +0 -0
- package/server/api/internal/projects/controller.js +0 -0
- package/server/api/internal/projects/index.js +0 -0
- package/server/api/internal/test/index.js +0 -0
- package/server/api/kube-native/releases/controller.js +0 -0
- package/server/api/kube-native/releases/index.js +0 -0
- package/server/api/kube-native/secrets/controller.js +0 -0
- package/server/api/kube-native/secrets/index.js +0 -0
- package/server/api/kube-native/services/controller.js +0 -0
- package/server/api/native.endpoints.js +0 -0
- package/server/helpers/ResponseHandler.js +0 -0
- package/server/helpers/filters/Match.js +0 -0
- package/server/helpers/filters/index.js +0 -0
- package/service.yaml +2 -2
- package/test.deploy.step.js +0 -0
|
@@ -20,6 +20,7 @@ global:
|
|
|
20
20
|
postgresPort: ""
|
|
21
21
|
postgresUser: ""
|
|
22
22
|
postgresUserSecretKeyRef: {}
|
|
23
|
+
disablePostgresForEventbus: "false"
|
|
23
24
|
rabbitmqHostname: ""
|
|
24
25
|
rabbitmqHostnameSecretKeyRef: {}
|
|
25
26
|
rabbitmqPassword: ""
|
|
@@ -151,6 +152,7 @@ container:
|
|
|
151
152
|
optional: true
|
|
152
153
|
AGENT: '{{ .Values.global.agent }}'
|
|
153
154
|
EVENTBUS_IGNORE_CREATE_SCHEMA: true
|
|
155
|
+
DISABLE_POSTGRES_FOR_EVENTBUS: "{{ .Values.global.disablePostgresForEventbus }}"
|
|
154
156
|
FORMAT_LOGS_TO_ELK: true
|
|
155
157
|
MODE: "1"
|
|
156
158
|
NODE_ENV: kubernetes
|
package/.dockerignore
CHANGED
|
File without changes
|
package/.eslintignore
CHANGED
|
File without changes
|
package/.eslintrc.json
CHANGED
|
File without changes
|
|
@@ -5,6 +5,7 @@ on:
|
|
|
5
5
|
push:
|
|
6
6
|
branches:
|
|
7
7
|
- master
|
|
8
|
+
- onprem-release-*
|
|
8
9
|
|
|
9
10
|
jobs:
|
|
10
11
|
create_release:
|
|
@@ -25,6 +26,9 @@ jobs:
|
|
|
25
26
|
- name: Get release version from service.yaml
|
|
26
27
|
run: |
|
|
27
28
|
RELEASE_VERSION=$(yq eval '.version' service.yaml )
|
|
29
|
+
if [[ "${GITHUB_REF#refs/heads/}" =~ onprem-release-* ]]; then
|
|
30
|
+
RELEASE_VERSION=$RELEASE_VERSION-onprem-${GITHUB_SHA::7}
|
|
31
|
+
fi
|
|
28
32
|
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
|
|
29
33
|
|
|
30
34
|
- uses: release-drafter/release-drafter@v5
|
package/README.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/example.js
CHANGED
|
File without changes
|
package/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/infra/logging.js
CHANGED
|
File without changes
|
package/infra/middleware.js
CHANGED
|
File without changes
|
package/infra/process-events.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/kube.controllers.js
CHANGED
|
File without changes
|
package/lib/kube.manager.js
CHANGED
|
File without changes
|
package/lib/labels.js
CHANGED
|
File without changes
|
|
File without changes
|
package/newrelic.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.33.1",
|
|
3
3
|
"name": "@codefresh-io/kube-integration",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@codefresh-io/cf-monitor": "0.0.30",
|
|
38
38
|
"@codefresh-io/docker-reference": "^0.0.5",
|
|
39
|
-
"@codefresh-io/eventbus": "2.
|
|
39
|
+
"@codefresh-io/eventbus": "2.4.0",
|
|
40
40
|
"@codefresh-io/http-infra": "1.8.14",
|
|
41
41
|
"bluebird": "^3.5.0",
|
|
42
42
|
"cf-errors": "^0.1.16",
|
|
File without changes
|
package/server/api/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/service.yaml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version: 1.
|
|
2
|
-
|
|
1
|
+
version: 1.33.1
|
|
2
|
+
|
package/test.deploy.step.js
CHANGED
|
File without changes
|