Skip to content

Commit

Permalink
version bump to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HVBE committed Feb 12, 2021
1 parent c2edc90 commit dd8e557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.1
image: quay.io/integreatly/grafana-operator:v3.9.0
ports:
- containerPort: 60000
name: metrics
Expand Down
4 changes: 1 addition & 3 deletions documentation/deploy_grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ spec:
labels:
type: object
description: Additional labels for the serviceaccount
```
**Note:* the operator will still
reconcile the `grafana-operator` `serviceaccount when spec.ServiceAccount.skip == True`*.
```
## Configuring the Service

Various properties of the Service can be configured:
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.1"
Version = "3.9.0"
)

0 comments on commit dd8e557

Please sign in to comment.