Skip to content

Commit

Permalink
updated K8s yaml files to target v0.1.3 Docker images (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Aug 8, 2019
1 parent 12a378c commit 3b54fd1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion k8s/pricing-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: pricing
image: akka.cqrs.pricing:0.1.2
image: akka.cqrs.pricing:0.1.3
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion k8s/pricing-web-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: pricing-web
image: akka.cqrs.pricing.web:0.1.2
image: akka.cqrs.pricing.web:0.1.3
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion k8s/tradeprocessor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: trade-processor
image: akka.cqrs.tradeprocessor:0.1.2
image: akka.cqrs.tradeprocessor:0.1.3
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion k8s/traders-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 35
containers:
- name: traders
image: akka.cqrs.traders:0.1.2
image: akka.cqrs.traders:0.1.3
lifecycle:
preStop:
exec:
Expand Down
5 changes: 3 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.1.3</VersionPrefix>
<PackageReleaseNotes>Condensed Docker images to 1/10 previous size using `dotnet-runtime` base image.</PackageReleaseNotes>
<VersionPrefix>0.1.4</VersionPrefix>
<PackageReleaseNotes>Fixed issue with `pbm` not being found on the PATH inside Docker containers.
Fixed ASP.NET Core base image for Akka.CQRS.Pricing.Web.</PackageReleaseNotes>
<PackageIconUrl>
</PackageIconUrl>
<PackageProjectUrl>
Expand Down

0 comments on commit 3b54fd1

Please sign in to comment.