Skip to content

Commit

Permalink
feat: Bump grafana to 8.5.8 (#2771)
Browse files Browse the repository at this point in the history
* chore: Update grafana-logging 8.3.6 => 8.5.8

* chore: Move grafana-logging/8.3.6 => 8.5.8

* chore: Update project-grafana-logging 8.3.5 => 8.5.8

* chore: Move project-grafana-logging/8.3.5 => 8.5.8

* build: Updated licenses.d2iq.yaml

* fix: license

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Martin Hrabovcin <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 067ec33 commit 1ee3105
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ resources:
notice_path: NOTICE.md
ref: v${image_tag}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/grafana:11.1.0
- container_image: docker.io/grafana/grafana:11.2.2-security-01
sources:
- license_path: LICENSE
notice_path: NOTICE.md
ref: v${image_tag}
ref: v${image_tag%-security-01}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/loki:2.9.8
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-logging-8.3.6-d2iq-defaults
name: grafana-logging-8.5.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: grafana.github.io
namespace: kommander-flux
version: 8.3.4
version: 8.5.8
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: grafana-logging
valuesFrom:
- kind: ConfigMap
name: grafana-logging-8.3.6-d2iq-defaults
name: grafana-logging-8.5.8-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: project-grafana-logging-8.3.5-d2iq-defaults
name: project-grafana-logging-8.5.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: grafana.github.io
namespace: kommander-flux
version: 8.3.4
version: 8.5.8
interval: 15s
install:
crds: CreateReplace
Expand All @@ -23,5 +23,5 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: project-grafana-logging-8.3.5-d2iq-defaults
name: project-grafana-logging-8.5.8-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 1ee3105

Please sign in to comment.