Skip to content

Commit

Permalink
version bump to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HVBE committed Jan 20, 2021
1 parent 817950d commit ee08f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: grafana-operator
containers:
- name: grafana-operator
image: quay.io/integreatly/grafana-operator:v3.8.0
image: quay.io/integreatly/grafana-operator:v3.8.1
ports:
- containerPort: 60000
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "3.8.0"
Version = "3.8.1"
)

0 comments on commit ee08f45

Please sign in to comment.