Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating template to v-6.6 #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ MAINTAINER Erik Jacobs <[email protected]>
USER root
EXPOSE 3000

ENV GRAFANA_VERSION="4.3.1"

ADD root /
RUN yum -y install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-"$GRAFANA_VERSION"-1.x86_64.rpm \
RUN yum -y install https://dl.grafana.com/oss/release/grafana-6.6.2-1.x86_64.rpm \
&& yum clean all
COPY run.sh /usr/share/grafana/
RUN /usr/bin/fix-permissions /usr/share/grafana \
Expand Down
4 changes: 2 additions & 2 deletions openshift-grafana-template.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: v1
kind: Template
metadata:
name: grafana-openshift
name: grafana-openshift-v-6.6
parameters:
- name: GIT_URI
displayName: Git repository URI
description: location of the grafana git repo
value: https://github.com/OpenShiftDemos/grafana-openshift
value: https://github.com/leanderkunstmann/grafana-openshift
- description: Github trigger secret. A difficult to guess string encoded as part
of the webhook URL. Not encrypted.
displayName: GitHub Webhook Secret
Expand Down