Skip to content

Commit

Permalink
feat: logging-operator version update
Browse files Browse the repository at this point in the history
  • Loading branch information
SandhyaRavi2403 committed Jan 3, 2025
1 parent a9e960c commit 65a881a
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ignore:


resources:
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit:2.2.3-d2iq.1
- container_image: cr.fluentbit.io/fluent/fluent-bit:3.2.3
sources:
- license_path: LICENSE
ref: v${image_tag%-d2iq.1}
ref: v${image_tag}
url: https://github.com/fluent/fluent-bit
- container_image: docker.io/aquasec/kube-bench:v0.9.1
sources:
Expand Down Expand Up @@ -337,18 +337,18 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/helm/chartmuseum
- container_image: ghcr.io/kube-logging/config-reloader:v0.0.5
- container_image: ghcr.io/kube-logging/config-reloader:v0.0.6
sources:
- license_path: LICENSE.txt
ref: ${image_tag}
url: https://github.com/kube-logging/config-reloader
- container_image: ghcr.io/kube-logging/logging-operator:4.2.2
- container_image: ghcr.io/kube-logging/logging-operator:4.10.1
sources:
- license_path: LICENSE
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/kube-logging/logging-operator
- container_image: ghcr.io/kube-logging/node-exporter:v0.6.1
- container_image: ghcr.io/kube-logging/node-exporter:v0.8.0
sources:
- license_path: LICENSE
ref: ${image_tag}
Expand Down Expand Up @@ -505,10 +505,10 @@ resources:
- license_path: LICENSE
ref: v${image_tag}
url: https://github.com/weaviate/weaviate
- container_image: ghcr.io/kube-logging/fluentd:v1.16-full-build.122
- container_image: ghcr.io/kube-logging/fluentd:v1.16-4.10-filters-build.156
sources:
- url: https://github.com/fluent/fluentd
ref: ${image_tag%-full-build.122}
ref: ${image_tag%-filters-build.156}
license_path: LICENSE
- container_image: nvcr.io/nvidia/cloud-native/dcgm:3.3.8-1-ubuntu22.04
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: logging-operator-4.2.5-d2iq-defaults
name: logging-operator-5.0.1-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.5-d2iq-defaults
name: logging-operator-logging-5.0.1-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -64,7 +64,7 @@ data:
image:
# The image should be updated when logging-operator is upgraded.
repository: ghcr.io/kube-logging/fluentd
tag: v1.16-full-build.122
tag: v1.16-4.10-filters-build.156
resources:
limits:
memory: 400Mi
Expand Down Expand Up @@ -111,8 +111,8 @@ data:
image:
# 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: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit
tag: 2.2.3-d2iq.1
repository: cr.fluentbit.io/fluent/fluent-bit
tag: 3.2.4
resources:
limits:
memory: 750Mi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ .Values.fluentbit.image.repository }}:{{ .Values.fluentbit.image.tag }}
{{ .Values.fluentd.image.repository }}:{{ .Values.fluentd.image.tag }}
ghcr.io/kube-logging/config-reloader:v0.0.5
ghcr.io/kube-logging/node-exporter:v0.6.1
ghcr.io/kube-logging/config-reloader:v0.0.6
ghcr.io/kube-logging/node-exporter:v0.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ spec:
chart: logging-operator-logging
sourceRef:
kind: HelmRepository
name: kube-logging.github.io-charts
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 4.2.2
version: 5.0.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -27,7 +27,7 @@ spec:
releaseName: logging-operator-logging
valuesFrom:
- kind: ConfigMap
name: logging-operator-logging-4.2.5-d2iq-defaults
name: logging-operator-logging-5.0.1-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 entry should be replaced with `configOverrides`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ spec:
chart: logging-operator
sourceRef:
kind: HelmRepository
name: kube-logging.github.io-charts
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
# When upgrading, make sure to update the fluent-bit and fluentd images in logging-operator-logging.yaml.
version: 4.2.3
version: 5.0.1
interval: 15s
install:
crds: CreateReplace
Expand All @@ -25,4 +25,4 @@ spec:
releaseName: logging-operator
valuesFrom:
- kind: ConfigMap
name: logging-operator-4.2.5-d2iq-defaults
name: logging-operator-5.0.1-d2iq-defaults

0 comments on commit 65a881a

Please sign in to comment.