operator: Fix availability of demo LokiStack size (#9689)

pull/9662/head^2
Robert Jacob 3 years ago committed by GitHub
parent 4a56445686
commit 74b16fb71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      operator/CHANGELOG.md
  2. 2
      operator/apis/loki/v1/lokistack_types.go
  3. 2
      operator/bundle/community-openshift/manifests/loki-operator.clusterserviceversion.yaml
  4. 1
      operator/bundle/community-openshift/manifests/loki.grafana.com_lokistacks.yaml
  5. 2
      operator/bundle/community/manifests/loki-operator.clusterserviceversion.yaml
  6. 1
      operator/bundle/community/manifests/loki.grafana.com_lokistacks.yaml
  7. 2
      operator/bundle/openshift/manifests/loki-operator.clusterserviceversion.yaml
  8. 1
      operator/bundle/openshift/manifests/loki.grafana.com_lokistacks.yaml
  9. 1
      operator/config/crd/bases/loki.grafana.com_lokistacks.yaml

@ -1,5 +1,6 @@
## Main
- [9689](https://github.com/grafana/loki/pull/9689) **xperimental**: Fix availability of demo LokiStack size
- [9630](https://github.com/grafana/loki/pull/9630) **jpinsonneau**: Expose per_stream_rate_limit & burst
- [9623](https://github.com/grafana/loki/pull/9623) **periklis**: Fix timeout config constructor when only tenants limits
- [9457](https://github.com/grafana/loki/pull/9457) **Red-GV**: Set seccomp profile to runtime default

@ -25,7 +25,7 @@ const (
// LokiStackSizeType declares the type for loki cluster scale outs.
//
// +kubebuilder:validation:Enum="1x.extra-small";"1x.small";"1x.medium"
// +kubebuilder:validation:Enum="1x.demo";"1x.extra-small";"1x.small";"1x.medium"
type LokiStackSizeType string
const (

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:main-ac1c1fd
createdAt: "2023-06-05T12:57:30Z"
createdAt: "2023-06-12T17:36:46Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
operators.operatorframework.io/builder: operator-sdk-unknown

@ -501,6 +501,7 @@ spec:
description: Size defines one of the support Loki deployment scale
out sizes.
enum:
- 1x.demo
- 1x.extra-small
- 1x.small
- 1x.medium

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: docker.io/grafana/loki-operator:main-ac1c1fd
createdAt: "2023-06-05T12:57:28Z"
createdAt: "2023-06-12T17:36:41Z"
description: The Community Loki Operator provides Kubernetes native deployment
and management of Loki and related logging components.
operators.operatorframework.io/builder: operator-sdk-unknown

@ -501,6 +501,7 @@ spec:
description: Size defines one of the support Loki deployment scale
out sizes.
enum:
- 1x.demo
- 1x.extra-small
- 1x.small
- 1x.medium

@ -150,7 +150,7 @@ metadata:
categories: OpenShift Optional, Logging & Tracing
certified: "false"
containerImage: quay.io/openshift-logging/loki-operator:v0.1.0
createdAt: "2023-06-05T12:57:32Z"
createdAt: "2023-06-12T17:36:51Z"
description: |
The Loki Operator for OCP provides a means for configuring and managing a Loki stack for cluster logging.
## Prerequisites and Requirements

@ -501,6 +501,7 @@ spec:
description: Size defines one of the support Loki deployment scale
out sizes.
enum:
- 1x.demo
- 1x.extra-small
- 1x.small
- 1x.medium

@ -484,6 +484,7 @@ spec:
description: Size defines one of the support Loki deployment scale
out sizes.
enum:
- 1x.demo
- 1x.extra-small
- 1x.small
- 1x.medium

Loading…
Cancel
Save