Skip to content

Commit

Permalink
feat: bump logging-operator:4.2.5 fluent-bit:0.43.1 (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala authored May 24, 2024
1 parent a2e081e commit b1870d8
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ignore:
- nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2

resources:
- container_image: cr.fluentbit.io/fluent/fluent-bit:2.1.4
- container_image: cr.fluentbit.io/fluent/fluent-bit:2.2.3
sources:
- license_path: LICENSE
ref: v${image_tag}
Expand All @@ -83,7 +83,7 @@ resources:
- license_path: LICENSE
ref: v${image_tag%-debian-12-r4}
url: https://github.com/thanos-io/thanos
- container_image: docker.io/fluent/fluent-bit:2.1.4
- container_image: docker.io/fluent/fluent-bit:2.2.3
sources:
- license_path: LICENSE
ref: v${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: fluent-bit-0.43.0-d2iq-defaults
name: fluent-bit-0.43.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
---
# overriding the default image tag to be consistent with logging-operator
image:
tag: 2.1.4
tag: 2.2.3
priorityClassName: "dkp-critical-priority"
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
namespace: kommander-flux
# This chart version should be kept in sync with logging-operator.
# Both services should deploy the same version of fluent-bit.
version: 0.43.0
version: 0.43.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -27,4 +27,4 @@ spec:
releaseName: kommander-fluent-bit
valuesFrom:
- kind: ConfigMap
name: fluent-bit-0.43.0-d2iq-defaults
name: fluent-bit-0.43.1-d2iq-defaults
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: logging-operator-4.2.4-d2iq-defaults
name: logging-operator-4.2.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand All @@ -27,7 +27,7 @@ data:
apiVersion: v1
kind: ConfigMap
metadata:
name: logging-operator-logging-4.2.4-d2iq-defaults
name: logging-operator-logging-4.2.5-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -112,7 +112,7 @@ data:
# Explicitly specify the version here. This should be updated when logging-operator is upgraded.
# Also, update the image in fluent-bit configuration if the image is upgraded here.
repository: fluent/fluent-bit
tag: 2.1.4
tag: 2.2.3
resources:
limits:
memory: 750Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
releaseName: logging-operator-logging
valuesFrom:
- kind: ConfigMap
name: logging-operator-logging-4.2.4-d2iq-defaults
name: logging-operator-logging-4.2.5-d2iq-defaults
# FIXME: To make logging-operator-logging work properly with federated
# overrides, the `logging-operator` app should be split into two,
# after which this enntry should be replaced with `configOverrides`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spec:
releaseName: logging-operator
valuesFrom:
- kind: ConfigMap
name: logging-operator-4.2.4-d2iq-defaults
name: logging-operator-4.2.5-d2iq-defaults

0 comments on commit b1870d8

Please sign in to comment.