Skip to content

Commit

Permalink
updated dependancies to run localy on a m1 mac and provision in AWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Curry committed Nov 1, 2023
1 parent aa8ee93 commit 134fdee
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 198 deletions.
2 changes: 1 addition & 1 deletion config/pulumi/Pulumi.stackname.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ config:
# kic:image_name: docker.io/nginx/nginx-ingress:2.4.2
# kic:image_name: nginx/nginx-ingress:2.4.2
# kic:image_name: nginx/nginx-ingress:2.4.2-alpine
kic:image_name: nginx/nginx-ingress:2.4.2
kic:image_name: nginx/nginx-ingress:3.3.1


############################################################################
Expand Down
14 changes: 6 additions & 8 deletions pulumi/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,25 @@ name = "pypi"

[packages]
awscli = "~=1.25.35"
grpcio = "==1.43.0"
fart = "~=0.1.5"
lolcat = "~=1.4"
passlib = "~=1.7.4"
pulumi-aws = ">=4.39.0"
pulumi-aws = "5.31.0"
pulumi-docker = "==3.1.0"
pulumi-eks = ">=0.41.2"
pulumi-kubernetes = "==3.20.1"
pulumi-kubernetes = "==3.23.0"
pycryptodome = "~=3.14.0"
requests = "~=2.27.1"
setuptools = "==49.6.0"
setuptools-git-versioning = "==1.9.2"
yamlreader = "==3.0.4"
pulumi-digitalocean = "==4.12.0"
pulumi-linode = "==3.7.1"
linode-cli = "~=5.17.2"
pulumi = "~=3.36.0"
PyYAML = "~=5.4.1"
PyYAML = "5.3.1"
nodeenv = "~=1.6.0"

wheel = "0.37.1"
[dev-packages]
wheel = "~=0.37.1"
wheel = "0.37.1"
nodeenv = "~=1.6.0"

[requires]
Expand Down
Loading

0 comments on commit 134fdee

Please sign in to comment.