Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
409add16
Unverified
Commit
409add16
authored
4 years ago
by
Paweł Krupa
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #814 from paulfantom/grafana
parents
37107791
17cbb1bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jsonnet/kube-prometheus/kube-prometheus.libsonnet
+1
-1
1 addition, 1 deletion
jsonnet/kube-prometheus/kube-prometheus.libsonnet
manifests/grafana-deployment.yaml
+1
-1
1 addition, 1 deletion
manifests/grafana-deployment.yaml
with
2 additions
and
2 deletions
jsonnet/kube-prometheus/kube-prometheus.libsonnet
+
1
−
1
View file @
409add16
...
...
@@ -114,7 +114,7 @@ local kubeRbacProxyContainer = import './kube-rbac-proxy/container.libsonnet';
_config
+::
{
namespace
:
'default'
,
versions
+::
{
grafana
:
'7.
1.5
'
,
kubeRbacProxy
:
'v0.8.0'
},
versions
+::
{
grafana
:
'7.
3.4
'
,
kubeRbacProxy
:
'v0.8.0'
},
imageRepos
+::
{
kubeRbacProxy
:
'quay.io/brancz/kube-rbac-proxy'
},
tlsCipherSuites
:
[
...
...
This diff is collapsed.
Click to expand it.
manifests/grafana-deployment.yaml
+
1
−
1
View file @
409add16
...
...
@@ -19,7 +19,7 @@ spec:
spec
:
containers
:
-
env
:
[]
image
:
grafana/grafana:7.
1.5
image
:
grafana/grafana:7.
3.4
name
:
grafana
ports
:
-
containerPort
:
3000
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment