Skip to content

Commit

Permalink
feat(loki): bump Loki version to 0.69.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuto committed Aug 7, 2023
1 parent 9bf40c9 commit e368ca6
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-loki-0.69.4-d2iq-defaults
name: grafana-loki-0.69.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
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.5/grafana-loki-helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
releaseName: grafana-loki
valuesFrom:
- kind: ConfigMap
name: grafana-loki-0.69.4-d2iq-defaults
name: grafana-loki-0.69.5-d2iq-defaults
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.5/grafana-loki-pre-install-jobs
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: project-grafana-loki-0.69.4-d2iq-defaults
name: project-grafana-loki-0.69.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.5-d2iq-defaults
- kind: ConfigMap
name: project-grafana-loki-overrides
optional: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
releaseName: project-grafana-loki
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.69.4-d2iq-defaults
name: project-grafana-loki-0.69.5-d2iq-defaults

0 comments on commit e368ca6

Please sign in to comment.