Skip to content

Commit

Permalink
bumping version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Jun 28, 2018
1 parent 54cdb5b commit 94b8e95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "0.4.0"
appVersion: "0.4.1"
description: Simplified RBAC management for Kubernetes
name: rbac-manager
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: quay.io/reactiveops/rbac-manager
tag: 0.4.0
tag: 0.4.1
pullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion deploy/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
serviceAccountName: rbac-manager
containers:
- name: rbac-manager
image: "quay.io/reactiveops/rbac-manager:0.4.0"
image: "quay.io/reactiveops/rbac-manager:0.4.1"
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "0.4.0"
Version = "0.4.1"
)

0 comments on commit 94b8e95

Please sign in to comment.