@pulumi/kubernetes 4.18.0 → 4.18.2
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/package.json +4 -4
- package/package.json.dev +3 -3
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/kubernetes",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kubernetes",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource kubernetes 4.18.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource kubernetes 4.18.2"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@pulumi/pulumi": "^3.
|
|
18
|
+
"@pulumi/pulumi": "^3.136.0",
|
|
19
19
|
"@types/node-fetch": "^2.1.4",
|
|
20
20
|
"@types/tmp": "^0.0.33",
|
|
21
21
|
"glob": "^10.3.10",
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
"pulumi": {
|
|
34
34
|
"resource": true,
|
|
35
35
|
"name": "kubernetes",
|
|
36
|
-
"version": "4.18.
|
|
36
|
+
"version": "4.18.2"
|
|
37
37
|
}
|
|
38
38
|
}
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/kubernetes",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kubernetes",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build": "tsc"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@pulumi/pulumi": "^3.
|
|
17
|
+
"@pulumi/pulumi": "^3.136.0",
|
|
18
18
|
"@types/node-fetch": "^2.1.4",
|
|
19
19
|
"@types/tmp": "^0.0.33",
|
|
20
20
|
"glob": "^10.3.10",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"pulumi": {
|
|
33
33
|
"resource": true,
|
|
34
34
|
"name": "kubernetes",
|
|
35
|
-
"version": "4.18.
|
|
35
|
+
"version": "4.18.2"
|
|
36
36
|
}
|
|
37
37
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -25398,7 +25398,7 @@ export declare namespace helm {
|
|
|
25398
25398
|
*/
|
|
25399
25399
|
password?: pulumi.Input<string>;
|
|
25400
25400
|
/**
|
|
25401
|
-
* Repository where to locate the requested chart. If
|
|
25401
|
+
* Repository where to locate the requested chart. If it's a URL the chart is installed without installing the repository.
|
|
25402
25402
|
*/
|
|
25403
25403
|
repo?: pulumi.Input<string>;
|
|
25404
25404
|
/**
|
|
@@ -25442,7 +25442,7 @@ export declare namespace helm {
|
|
|
25442
25442
|
*/
|
|
25443
25443
|
password?: pulumi.Input<string>;
|
|
25444
25444
|
/**
|
|
25445
|
-
* Repository where to locate the requested chart. If
|
|
25445
|
+
* Repository where to locate the requested chart. If it's a URL the chart is installed without installing the repository.
|
|
25446
25446
|
*/
|
|
25447
25447
|
repo?: pulumi.Input<string>;
|
|
25448
25448
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -28422,7 +28422,7 @@ export declare namespace helm {
|
|
|
28422
28422
|
*/
|
|
28423
28423
|
password: string;
|
|
28424
28424
|
/**
|
|
28425
|
-
* Repository where to locate the requested chart. If
|
|
28425
|
+
* Repository where to locate the requested chart. If it's a URL the chart is installed without installing the repository.
|
|
28426
28426
|
*/
|
|
28427
28427
|
repo: string;
|
|
28428
28428
|
/**
|