Skip to content

Commit ee08f45

Browse files
committed
version bump to v3.8.1
1 parent 817950d commit ee08f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: grafana-operator
1818
containers:
1919
- name: grafana-operator
20-
image: quay.io/integreatly/grafana-operator:v3.8.0
20+
image: quay.io/integreatly/grafana-operator:v3.8.1
2121
ports:
2222
- containerPort: 60000
2323
name: metrics

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "3.8.0"
4+
Version = "3.8.1"
55
)

0 commit comments

Comments
 (0)