Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Barrick committed Oct 24, 2018
1 parent ca46711 commit f20c456
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 0.1.0:

ca46711 (Justin Barrick): Update for latest git-semver.

Release v0.2.10:

a5ab296 (Justin): Merge pull request #14 from marratj/fix-serviceID-regex
Expand Down
2 changes: 1 addition & 1 deletion examples/flux-deployment-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- --git-branch=master
- --connect=ws://127.0.0.1:3031
- name: fluxcloud
image: justinbarrick/fluxcloud:v0.2.10
image: justinbarrick/fluxcloud:0.1.0
imagePullPolicy: Always
ports:
- containerPort: 3031
Expand Down
2 changes: 1 addition & 1 deletion examples/fluxcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: fluxcloud
image: justinbarrick/fluxcloud:v0.2.10
image: justinbarrick/fluxcloud:0.1.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3031
Expand Down

0 comments on commit f20c456

Please sign in to comment.