Skip to content

Commit

Permalink
charts, build: Bump Grafana image tag to 6.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gdemonet committed Jun 5, 2020
1 parent 16d6a9c commit 812c04d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def _version_prefix(version: str, prefix: str = 'v') -> str:
),
Image(
name='grafana',
version='6.4.2',
digest='sha256:8c2238eea9d3d39aeb6174db2e30b233fd2546128ec1fa1bc64f8058afd51e68',
version='6.7.4',
digest='sha256:b66283a8ff739e0e53f4217542278084b208065f9428a333b7b2e0d740888417',
),
Image(
name='k8s-sidecar',
Expand Down
1 change: 1 addition & 0 deletions charts/prometheus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ grafana:

image:
repository: '{%- endraw -%}{{ build_image_name(\"grafana\", False) }}{%- raw -%}'
tag: '6.7.4'

sidecar:
image: '{%- endraw -%}{{ build_image_name(\"k8s-sidecar\", False) }}{%- raw -%}:0.1.20'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25052,7 +25052,7 @@ spec:
secretKeyRef:
key: admin-password
name: prometheus-operator-grafana
image: '{%- endraw -%}{{ build_image_name("grafana", False) }}{%- raw -%}:6.4.2'
image: '{%- endraw -%}{{ build_image_name("grafana", False) }}{%- raw -%}:6.7.4'
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 10
Expand Down

0 comments on commit 812c04d

Please sign in to comment.