Skip to content

Commit

Permalink
Grafana Operator v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Jul 27, 2023
1 parent eedb054 commit 0e7895d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admission/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CONTROLLER_TOOLS_VERSION = 0.12.0
KUSTOMIZE_VERSION = 4.5.7
CONTOUR_VERSION = 1.25.0
ARGOCD_VERSION = 2.6.8
GRAFANA_OPERATOR_VERSION = 4.9.0
GRAFANA_OPERATOR_VERSION = 4.10.1
ENVTEST_K8S_VERSION = 1.27.1

# Set the shell used to bash for better error handling.
Expand Down
2 changes: 1 addition & 1 deletion grafana-operator/BRANCH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9
4.10
2 changes: 1 addition & 1 deletion grafana-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Stage1: build from source
FROM quay.io/cybozu/golang:1.20-jammy AS build
ARG VERSION=4.9.0
ARG VERSION=4.10.1

WORKDIR /work/grafana-operator
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion grafana-operator/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.9.0.2
4.10.1.1

0 comments on commit 0e7895d

Please sign in to comment.