Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump Loki versions
Browse files Browse the repository at this point in the history
cbuto committed Sep 11, 2023
1 parent 6f9bd04 commit d0aedcf
Showing 23 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-loki-0.48.7-d2iq-defaults
name: grafana-loki-0.48.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/grafana-loki/0.48.7/grafana-loki-helmrelease
path: ./services/grafana-loki/0.48.8/grafana-loki-helmrelease
sourceRef:
kind: GitRepository
name: management
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ spec:
releaseName: grafana-loki
valuesFrom:
- kind: ConfigMap
name: grafana-loki-0.48.7-d2iq-defaults
name: grafana-loki-0.48.8-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:
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/grafana-loki/0.48.7/grafana-loki-pre-install-jobs
path: ./services/grafana-loki/0.48.8/grafana-loki-pre-install-jobs
sourceRef:
kind: GitRepository
name: management
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: project-grafana-loki-0.48.7-d2iq-defaults
name: project-grafana-loki-0.48.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ spec:
releaseName: project-loki-object-bucket-claims
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.48.7-d2iq-defaults
name: project-grafana-loki-0.48.8-d2iq-defaults
- kind: ConfigMap
name: project-grafana-loki-overrides
optional: true
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ spec:
releaseName: project-grafana-loki
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.48.7-d2iq-defaults
name: project-grafana-loki-0.48.8-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:

0 comments on commit d0aedcf

Please sign in to comment.