Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Dec 27, 2024
1 parent 993d382 commit a93262b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions examples/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@types/node": "^10.0.0"
},
"dependencies": {
"@pulumi/pulumi": "^2.0.0",
"@pulumi/kubernetes": "^2.0.0",
"@pulumi/kubernetesx": "^0.1.1"
"@pulumi/pulumi": "2.25.2",
"@pulumi/kubernetes": "2.9.1",
"@pulumi/kubernetesx": "0.1.6"
}
}
6 changes: 3 additions & 3 deletions examples/blue-green/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@types/node": "^10.0.0"
},
"dependencies": {
"@pulumi/pulumi": "^2.0.0",
"@pulumi/kubernetes": "^2.0.0",
"@pulumi/kubernetesx": "^0.1.1"
"@pulumi/pulumi": "2.25.2",
"@pulumi/kubernetes": "2.9.1",
"@pulumi/kubernetesx": "0.1.6"
}
}
8 changes: 4 additions & 4 deletions examples/flux-source/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"@types/node": "^14"
},
"dependencies": {
"@pulumi/kubernetes": "^3.0.0",
"@pulumi/kubernetesx": "^0.1.5",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/random": "^4.8.2"
"@pulumi/kubernetes": "3.30.2",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.144.1",
"@pulumi/random": "4.16.8"
}
}
6 changes: 3 additions & 3 deletions examples/flux-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@types/node": "^14"
},
"dependencies": {
"@pulumi/kubernetes": "^3.0.0",
"@pulumi/kubernetesx": "^0.1.5",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/kubernetes": "3.30.2",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.144.1",
"@worawat/flux": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion operator/examples/custom-source/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pulumi/pulumi:3.137.0-nonroot
FROM pulumi/pulumi:3.144.1-nonroot@sha256:8405e112404d1900afae5420074e5955a96f4a7069f5c08099a8e8f81677b4c4

# Clone the git repository
RUN git clone --depth 1 https://github.com/pulumi/examples.git /home/pulumi/examples
Expand Down

0 comments on commit a93262b

Please sign in to comment.