Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abursavich committed Aug 10, 2019
1 parent efd7c11 commit 9bcc5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (t *target) Branch() string {

func (t *target) initRepoData() error {
var err error
t.version, err = sh.Output("git", "describe", "--tags", "--always", "--long", "--dirty", "--abbrev=12")
t.version, err = sh.Output("git", "describe", "--tags", "--always", "--dirty", "--abbrev=12")
if err != nil {
return err
}
Expand Down
2 changes: 1 addition & 1 deletion manifest/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: controller
image: mzinc/configmapsecret-controller:latest
image: mzinc/configmapsecret-controller:v0.1.0
imagePullPolicy: Always
command:
- /configmapsecret-controller
Expand Down

0 comments on commit 9bcc5e0

Please sign in to comment.