Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Mar 6, 2023
1 parent f0b80e2 commit 9aa6068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
initContainers:
- name: drbd-shutdown-guard
image: drbd-shutdown-guard:latest
image: quay.io/piraeusdatastore/drbd-shutdown-guard:latest
securityContext:
privileged: true
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
cmd := cobra.Command{
Use: ServiceBinaryName,
Version: vars.Version,
PreRun: func(cmd *cobra.Command, args []string) {
PersistentPreRun: func(cmd *cobra.Command, args []string) {
log.Printf("Running %s version %s\n", ServiceBinaryName, vars.Version)
},
}
Expand Down

0 comments on commit 9aa6068

Please sign in to comment.