Skip to content

Commit

Permalink
operator: Update Loki operand to v2.9.3 (grafana#11448)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Dec 13, 2023
1 parent 4ec1616 commit c5ab3a8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions operator/CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## Release 5.6.15

- [11448](https://github.com/grafana/loki/pull/11448) **periklis**: Update Loki operand to v2.9.3
- [11357](https://github.com/grafana/loki/pull/11357) **periklis**: Fix storing authentication credentials in the Loki ConfigMap

## Release 5.6.14
Expand Down
Expand Up @@ -1330,7 +1330,7 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v2.9.2
value: quay.io/openshift-logging/loki:v2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down Expand Up @@ -1451,7 +1451,7 @@ spec:
provider:
name: Grafana.com
relatedImages:
- image: quay.io/openshift-logging/loki:v2.9.2
- image: quay.io/openshift-logging/loki:v2.9.3
name: loki
- image: quay.io/observatorium/api:latest
name: gateway
Expand Down
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
Expand Up @@ -9,7 +9,7 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: quay.io/openshift-logging/loki:v2.9.2
value: quay.io/openshift-logging/loki:v2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
- name: RELATED_IMAGE_OPA
Expand Down
Expand Up @@ -9,6 +9,6 @@ spec:
- name: manager
env:
- name: RELATED_IMAGE_LOKI
value: docker.io/grafana/loki:2.9.2
value: docker.io/grafana/loki:2.9.3
- name: RELATED_IMAGE_GATEWAY
value: quay.io/observatorium/api:latest
1 change: 1 addition & 0 deletions operator/docs/operator/compatibility.md
Expand Up @@ -35,3 +35,4 @@ The versions of Loki compatible to be run with the Loki Operator are:
* v2.8.3
* v2.9.1
* v2.9.2
* v2.9.3
4 changes: 2 additions & 2 deletions operator/hack/addons_dev.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:2.9.2-amd64
image: docker.io/grafana/logcli:2.9.3-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.2
image: docker.io/grafana/promtail:2.9.3
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
4 changes: 2 additions & 2 deletions operator/hack/addons_ocp.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: logcli
image: docker.io/grafana/logcli:2.9.2-amd64
image: docker.io/grafana/logcli:2.9.3-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.2
image: docker.io/grafana/promtail:2.9.3
args:
- -config.file=/etc/promtail/promtail.yaml
- -log.level=info
Expand Down
2 changes: 1 addition & 1 deletion operator/internal/manifests/var.go
Expand Up @@ -56,7 +56,7 @@ const (
EnvRelatedImageGateway = "RELATED_IMAGE_GATEWAY"

// DefaultContainerImage declares the default fallback for loki image.
DefaultContainerImage = "docker.io/grafana/loki:2.9.2"
DefaultContainerImage = "docker.io/grafana/loki:2.9.3"

// DefaultLokiStackGatewayImage declares the default image for lokiStack-gateway.
DefaultLokiStackGatewayImage = "quay.io/observatorium/api:latest"
Expand Down

0 comments on commit c5ab3a8

Please sign in to comment.