Skip to content

Commit

Permalink
Fixes #74 and Fixes #75. Revert label selector to fix upgrade path. C…
Browse files Browse the repository at this point in the history
…hange version in version file
  • Loading branch information
Andrew Suderman committed Sep 12, 2019
1 parent 209845d commit 8ee47ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kube/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
const LabelKey = "rbac-manager"

// LabelValue is the value of the key/value pair given to all resources managed by RBAC Manager
const LabelValue = "fairwinds"
const LabelValue = "reactiveops"

// Labels is the key/value pair given to all resources managed by RBAC Manager
var Labels = map[string]string{LabelKey: LabelValue}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package version

var (
// Version represents the current version of RBAC Manager
Version = "0.7.0"
Version = "0.8.2"
)

0 comments on commit 8ee47ad

Please sign in to comment.