@codefresh-io/kube-integration 2.0.0 → 2.0.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/Dockerfile +1 -1
- package/package.json +3 -2
- package/service.yaml +1 -1
package/Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN yarn install --production --frozen-lockfile
|
|
|
16
16
|
RUN mkdir /logs
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
FROM octopusdeploy/dhi-node:${DHI_NODE_TAG}_${DHI_NODE_CUSTOMIZATION}@sha256:
|
|
19
|
+
FROM octopusdeploy/dhi-node:${DHI_NODE_TAG}_${DHI_NODE_CUSTOMIZATION}@sha256:ad632c0e0c95fe06c45a0deff94899290e0359b547b735469d86203faa1b3d15 AS prod
|
|
20
20
|
WORKDIR /kube-integration
|
|
21
21
|
COPY --chown=node:node --chmod=755 --from=prod-deps /kube-integration/ /kube-integration/
|
|
22
22
|
COPY --chown=node:node --chmod=755 --from=prod-deps /logs/ /logs/
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1",
|
|
3
3
|
"name": "@codefresh-io/kube-integration",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"tough-cookie": "4.1.3",
|
|
33
33
|
"@kubernetes/client-node": "0.22.1",
|
|
34
34
|
"**/request/form-data": "^2.4.5",
|
|
35
|
-
"**/request/qs": "6.
|
|
35
|
+
"**/request/qs": "6.15.2",
|
|
36
|
+
"**/postman-request/qs": "6.15.2"
|
|
36
37
|
},
|
|
37
38
|
"dependencies": {
|
|
38
39
|
"@codefresh-io/docker-reference": "^0.1.0",
|
package/service.yaml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version: 2.0.
|
|
1
|
+
version: 2.0.1
|