diff --git a/grafana-image/Makefile b/grafana-image/Makefile index 12fc7b81..f054a054 100644 --- a/grafana-image/Makefile +++ b/grafana-image/Makefile @@ -1,2 +1,2 @@ container: - docker build . -t quay.io/coreos/monitoring-grafana:4.6.3-non-root + docker build . -t quay.io/coreos/monitoring-grafana:4.6.3-non-root.1 diff --git a/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml b/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml index 091d4e80..a607f353 100644 --- a/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml +++ b/hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-template.yaml @@ -14,7 +14,7 @@ spec: runAsUser: 65534 containers: - name: grafana - image: quay.io/coreos/monitoring-grafana:4.6.3-non-root + image: quay.io/coreos/monitoring-grafana:4.6.3-non-root.1 env: - name: GF_AUTH_BASIC_ENABLED value: "true" diff --git a/manifests/grafana/grafana-deployment.yaml b/manifests/grafana/grafana-deployment.yaml index d1b7c806..804657a0 100644 --- a/manifests/grafana/grafana-deployment.yaml +++ b/manifests/grafana/grafana-deployment.yaml @@ -14,7 +14,7 @@ spec: runAsUser: 65534 containers: - name: grafana - image: quay.io/coreos/monitoring-grafana:4.6.3-non-root + image: quay.io/coreos/monitoring-grafana:4.6.3-non-root.1 env: - name: GF_AUTH_BASIC_ENABLED value: "true"