diff --git a/grafana-image/Makefile b/grafana-image/Makefile index 12fc7b814357e50d361dbfc8ffc0b774319fe618..f054a0544daf8c4deeebc81f88b3cb28b1af7744 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 091d4e80a92704278025813b7cfae683dc08f08b..a607f353253fdca15f723f03e30a02f5bffd1b84 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 d1b7c8061346dd024ce1aa7a43fb5e726f1a525a..804657a072a83e0158bd7382b5e250e5aecc85d9 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"