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 ca2c8e1 commit 608402a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load_version_information() -> None:
CENTOS_BASE_IMAGE_SHA256 : str = \
'6ae4cddb2b37f889afd576a17a5286b311dcbf10a904409670827f6f9b50065e'

GRAFANA_IMAGE_VERSION : str = '6.4.2'
GRAFANA_IMAGE_VERSION : str = '6.7.4'
NGINX_IMAGE_VERSION : str = '1.15.8'
NODEJS_IMAGE_VERSION : str = '10.16.0'

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 608402a

Please sign in to comment.