Skip to content

Commit

Permalink
feat(operator): Update Loki operand to v3.1.0 (grafana#13422)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Jul 5, 2024
1 parent e8f2b47 commit 455e6c6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 54 deletions.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Release 5.6.21

- [13422](https://github.com/grafana/loki/pull/13422) **periklis** feat(operator): Update Loki operand to v3.1.0
- [13369](https://github.com/grafana/loki/pull/13369) **jatinsu**: feat(operator): Add support for the volume API

## Release 5.6.20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v2.9.8
value: quay.io/openshift-logging/loki:v3.1.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down Expand Up @@ -1464,7 +1464,7 @@ spec:
provider:
name: Grafana.com
relatedImages:
- image: quay.io/openshift-logging/loki:v2.9.8
- image: quay.io/openshift-logging/loki:v3.1.0
name: loki
- image: quay.io/observatorium/api:latest
name: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.8
value: docker.io/grafana/loki:3.1.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v2.9.8
value: quay.io/openshift-logging/loki:v3.1.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.8
value: docker.io/grafana/loki:3.1.0
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
1 change: 1 addition & 0 deletions operator/docs/operator/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ The versions of Loki compatible to be run with the Loki Operator are:
* v2.9.4
* v2.9.6
* v2.9.8
* v3.1.0
4 changes: 2 additions & 2 deletions operator/hack/addons_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:2.9.8-amd64
image: docker.io/grafana/logcli:3.1.0-amd64
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
spec:
containers:
- name: promtail
image: docker.io/grafana/promtail:2.9.8
image: docker.io/grafana/promtail:3.1.0
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
4 changes: 2 additions & 2 deletions operator/hack/addons_ocp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:2.9.8-amd64
image: docker.io/grafana/logcli:3.1.0-amd64
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
spec:
containers:
- name: promtail
image: docker.io/grafana/promtail:2.9.8
image: docker.io/grafana/promtail:3.1.0
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
Loading

0 comments on commit 455e6c6

Please sign in to comment.