Skip to content

Commit

Permalink
Merge pull request #17 from denisidoro/bump/20210202
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
deniszh authored Feb 21, 2021
2 parents 9329088 + 50b48ae commit f68c423
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ---------------------- BUILD IMAGE ---------------------------------------
FROM golang:1-alpine as builder

ENV GOCARBON_VERSION=0.14.0
ENV CARBONAPI_VERSION=0.12.6
ENV GRAFANA_VERSION=6.4.3
ENV GOCARBON_VERSION=0.15.6
ENV CARBONAPI_VERSION=0.14.2
ENV GRAFANA_VERSION=7.3.7
ENV GOPATH=/opt/go

RUN \
Expand Down Expand Up @@ -66,7 +66,8 @@ COPY --from=builder /tmp/grafana/bin/grafana-cli /usr/bin/grafana-cli
COPY --from=builder /tmp/grafana/bin/grafana-server /usr/sbin/grafana-server
COPY --from=builder /tmp/grafana/conf /usr/share/grafana/conf
COPY --from=builder /tmp/grafana/public /usr/share/grafana/public
COPY --from=builder /tmp/grafana/tools /usr/share/grafana/tools
COPY --from=builder /tmp/grafana/plugins-bundled /usr/share/grafana/plugins-bundled
COPY --from=builder /tmp/grafana/scripts /usr/share/grafana/scripts
COPY --from=builder /tmp/go-carbon /usr/bin/go-carbon
COPY --from=builder /tmp/carbonapi /usr/bin/carbonapi

Expand Down
3 changes: 2 additions & 1 deletion conf/etc/grafana/provisioning/datasources/carbonapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ datasources:
isDefault: true
# <map> fields that will be converted to json and stored in json_data
jsonData:
graphiteVersion: "1.0"
graphiteVersion: "1.1"
graphiteType": "default"
# <bool> allow users to edit datasources from the UI.
editable: true

0 comments on commit f68c423

Please sign in to comment.