Skip to content

Commit

Permalink
feat: Bump grafana-loki to 0.69.10 (#1112)
Browse files Browse the repository at this point in the history
* chore: Update grafana-loki 0.69.4 => 0.69.10

* chore: Move grafana-loki/0.69.4 => grafana-loki/0.69.10

* build: fix bloodhound linting error

* build: update license mapping

* feat: Bump project-grafana-loki to 0.69.10 (#1114)

* chore: Update project-grafana-loki 0.69.4 => 0.69.10

* chore: Move project-grafana-loki/0.69.4 => project-grafana-loki/0.69.10

* build: fix bloodhound linting error

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Casey Buto <[email protected]>

---------

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Casey Buto <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2023
1 parent 156144d commit d761d6a
Show file tree
Hide file tree
Showing 24 changed files with 16 additions and 22 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resources:
ref: v${image_tag}
license_path: LICENSE
notice_path: NOTICE.md
- container_image: docker.io/grafana/loki:2.7.3
- container_image: docker.io/grafana/loki:2.7.5
sources:
- url: https://github.com/grafana/loki
ref: v${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-loki-0.69.4-d2iq-defaults
name: grafana-loki-0.69.10-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cm.yaml
- cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/grafana-loki/0.69.4/grafana-loki-helmrelease
path: ./services/grafana-loki/0.69.10/grafana-loki-helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -12,7 +11,7 @@ spec:
kind: HelmRepository
name: grafana.github.io
namespace: kommander-flux
version: "0.69.4"
version: 0.69.10
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +24,7 @@ spec:
releaseName: grafana-loki
valuesFrom:
- kind: ConfigMap
name: grafana-loki-0.69.4-d2iq-defaults
name: grafana-loki-0.69.10-d2iq-defaults
# upstream chart doesn't apply loki.annotations to all loki deployment/statefulsets
# TODO: remove this after https://github.com/grafana/helm-charts/issues/1905 is fixed
postRenderers:
Expand All @@ -35,11 +34,13 @@ spec:
kind: StatefulSet
metadata:
name: grafana-loki-loki-distributed-ingester
namespace: ${releaseNamespace}
annotations:
secret.reloader.stakater.com/reload: dkp-loki
- apiVersion: apps/v1
kind: Deployment
metadata:
name: grafana-loki-loki-distributed-compactor
namespace: ${releaseNamespace}
annotations:
secret.reloader.stakater.com/reload: dkp-loki
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/grafana-loki/0.69.4/grafana-loki-pre-install-jobs
path: ./services/grafana-loki/0.69.10/grafana-loki-pre-install-jobs
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: project-grafana-loki-0.69.4-d2iq-defaults
name: project-grafana-loki-0.69.10-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cm.yaml
- cm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -25,7 +24,7 @@ spec:
releaseName: project-loki-object-bucket-claims
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.69.4-d2iq-defaults
name: project-grafana-loki-0.69.10-d2iq-defaults
- kind: ConfigMap
name: project-grafana-loki-overrides
optional: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -12,7 +11,7 @@ spec:
kind: HelmRepository
name: grafana.github.io
namespace: kommander-flux
version: "0.69.4"
version: 0.69.10
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,7 +24,7 @@ spec:
releaseName: project-grafana-loki
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.69.4-d2iq-defaults
name: project-grafana-loki-0.69.10-d2iq-defaults
# upstream chart doesn't apply loki.annotations to all loki deployment/statefulsets
# TODO: remove this after https://github.com/grafana/helm-charts/issues/1905 is fixed
postRenderers:
Expand All @@ -35,11 +34,13 @@ spec:
kind: StatefulSet
metadata:
name: project-grafana-loki-loki-distributed-ingester
namespace: ${releaseNamespace}
annotations:
secret.reloader.stakater.com/reload: proj-loki-${releaseNamespace}
- apiVersion: apps/v1
kind: Deployment
metadata:
name: project-grafana-loki-loki-distributed-compactor
namespace: ${releaseNamespace}
annotations:
secret.reloader.stakater.com/reload: proj-loki-${releaseNamespace}

0 comments on commit d761d6a

Please sign in to comment.