Skip to content

Commit

Permalink
feat: bump project-grafana-loki to 0.48.4 (#532)
Browse files Browse the repository at this point in the history
* feat: bump project-grafana-logging to 0.48.4

* chore: bump gateway image to resolve CVEs

Co-authored-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
d2iq-mergebot and takirala authored Aug 5, 2022
1 parent 8b64884 commit cd5196d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

---
apiVersion: v1
kind: ConfigMap
metadata:
name: project-grafana-loki-0.48.3-d2iq-defaults
name: project-grafana-loki-0.48.4-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -136,6 +135,6 @@ data:
gateway:
image:
# Check to see if this image is bumped when we upgrade the chart.
# This image override fixes the following critical CVEs: CVE-2021-22945, CVE-2021-36159, and CVE-2021-3711
tag: 1.21.6-alpine
# Override nginx image to address known CVEs.
# As of 0.48.4, chart maintainers are still using 1.19-alpine
tag: 1.22.0-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
kind: HelmRepository
name: grafana.github.io
namespace: kommander-flux
version: "0.48.3"
version: "0.48.4"
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,4 +25,4 @@ spec:
releaseName: project-grafana-loki
valuesFrom:
- kind: ConfigMap
name: project-grafana-loki-0.48.3-d2iq-defaults
name: project-grafana-loki-0.48.4-d2iq-defaults

0 comments on commit cd5196d

Please sign in to comment.