Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openshift-loki: Use loki v3.1.0 in operator branches #54076

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci-operator/config/openshift/loki/openshift-loki-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ base_images:
namespace: ocp
tag: base-rhel9
loki-tag:
name: v2.9.8
name: v3.1.0
namespace: logging
tag: loki
lokistack-gateway:
Expand Down Expand Up @@ -51,7 +51,7 @@ operator:
substitutions:
- pullspec: quay.io/openshift-logging/loki-operator:0.1.0
with: pipeline:loki-operator
- pullspec: quay.io/openshift-logging/loki:v2.9.8
- pullspec: quay.io/openshift-logging/loki:v3.1.0
with: pipeline:loki-tag
- pullspec: quay.io/observatorium/api:latest
with: pipeline:lokistack-gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ base_images:
namespace: ocp
tag: base
loki:
name: v2.9.8
name: v3.1.0
namespace: logging
tag: loki
lokistack-gateway:
Expand Down Expand Up @@ -33,7 +33,7 @@ operator:
substitutions:
- pullspec: quay.io/openshift-logging/loki-operator:v0.0.1
with: pipeline:loki-operator
- pullspec: quay.io/openshift-logging/loki:v2.9.8
- pullspec: quay.io/openshift-logging/loki:v3.1.0
with: pipeline:loki
- pullspec: quay.io/observatorium/api:latest
with: pipeline:lokistack-gateway
Expand Down
141 changes: 0 additions & 141 deletions ci-operator/config/openshift/loki/openshift-loki-release-5.7.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ base_images:
namespace: ocp
tag: base-rhel9
loki:
name: v2.9.8
name: v3.1.0
namespace: logging
tag: loki
lokistack-gateway:
Expand Down Expand Up @@ -33,7 +33,7 @@ operator:
substitutions:
- pullspec: quay.io/openshift-logging/loki-operator:0.1.0
with: pipeline:loki-operator
- pullspec: quay.io/openshift-logging/loki:v2.9.8
- pullspec: quay.io/openshift-logging/loki:v3.1.0
with: pipeline:loki
- pullspec: quay.io/observatorium/api:latest
with: pipeline:lokistack-gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ base_images:
namespace: ocp
tag: base-rhel9
loki:
name: v2.9.8
name: v3.1.0
namespace: logging
tag: loki
lokistack-gateway:
Expand Down Expand Up @@ -33,7 +33,7 @@ operator:
substitutions:
- pullspec: quay.io/openshift-logging/loki-operator:0.1.0
with: pipeline:loki-operator
- pullspec: quay.io/openshift-logging/loki:v2.9.8
- pullspec: quay.io/openshift-logging/loki:v3.1.0
with: pipeline:loki
- pullspec: quay.io/observatorium/api:latest
with: pipeline:lokistack-gateway
Expand Down

This file was deleted.

Loading