Skip to content

Commit

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

* chore: Move grafana-logging/6.58.6 => 6.60.1

* chore: Update project-grafana-logging 6.58.6 => 6.60.1

* chore: Move project-grafana-logging/6.58.6 => 6.60.1

* feat(licenses): Bump grafana sidecar image

---------

Co-authored-by: d2iq-mergebot <ci-mergebot@d2iq.com>
Co-authored-by: Grace Do <xgrace@gmail.com>
  • Loading branch information
3 people authored Oct 19, 2023
1 parent 469b115 commit f05a9fa
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,11 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: quay.io/kiwigrid/k8s-sidecar:1.25.1
sources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: quay.io/kubernetes-multicluster/kubefed:v0.9.1
sources:
- license_path: LICENSE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-logging-6.58.6-d2iq-defaults
name: grafana-logging-6.60.1-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: 6.58.6
version: 6.60.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: grafana-logging
valuesFrom:
- kind: ConfigMap
name: grafana-logging-6.58.6-d2iq-defaults
name: grafana-logging-6.60.1-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-6.58.6-d2iq-defaults
name: project-grafana-logging-6.60.1-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: 6.58.6
version: 6.60.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -23,5 +23,5 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: project-grafana-logging-6.58.6-d2iq-defaults
name: project-grafana-logging-6.60.1-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit f05a9fa

Please sign in to comment.