From 2b9860cae8c8e9697187b5f991cf13edb71601a9 Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Tue, 23 May 2023 17:09:01 +0200 Subject: [PATCH] Update docker registry and versions --- Makefile | 2 +- charts/logging-demo/Chart.yaml | 4 ++-- charts/logging-operator-logging/Chart.yaml | 4 ++-- charts/logging-operator-logging/README.md | 2 +- charts/logging-operator-logging/values.yaml | 2 +- charts/logging-operator/Chart.yaml | 4 ++-- charts/logging-operator/README.md | 6 +++--- charts/logging-operator/values.yaml | 4 ++-- pkg/sdk/resourcebuilder/component.go | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 49c22571d..0ab9d10c1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ IMG ?= controller:latest # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,maxDescLen=0" -DRAIN_WATCH_IMAGE_TAG_NAME ?= ghcr.io/banzaicloud/fluentd-drain-watch +DRAIN_WATCH_IMAGE_TAG_NAME ?= ghcr.io/kube-logging/fluentd-drain-watch DRAIN_WATCH_IMAGE_TAG_VERSION ?= latest VERSION := $(shell git describe --abbrev=0 --tags) diff --git a/charts/logging-demo/Chart.yaml b/charts/logging-demo/Chart.yaml index bbe907537..4aaab26b1 100644 --- a/charts/logging-demo/Chart.yaml +++ b/charts/logging-demo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.17.10" +appVersion: "3.17.11" description: A Helm chart for Kubernetes name: logging-demo -version: 3.17.10 +version: 3.17.11 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator-logging/Chart.yaml b/charts/logging-operator-logging/Chart.yaml index 49c679d94..df2d1c8d8 100644 --- a/charts/logging-operator-logging/Chart.yaml +++ b/charts/logging-operator-logging/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.17.10" +appVersion: "3.17.11" description: A Helm chart to configure logging resource for the Logging operator name: logging-operator-logging -version: 3.17.10 +version: 3.17.11 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator-logging/README.md b/charts/logging-operator-logging/README.md index 58edc1c1d..a292d7ba7 100644 --- a/charts/logging-operator-logging/README.md +++ b/charts/logging-operator-logging/README.md @@ -22,7 +22,7 @@ The following tables lists the configurable parameters of the logging-operator-l | `fluentbit.enabled` | Install fluent-bit | true | | `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace | | `fluentbit.tolerations` | Tolerations for fluentbit daemonset | none | -| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.5` | +| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.10` | | `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` | | `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` | | `fluentbit.podPriorityClassName` | Priority class name for fluentbit pods | none | diff --git a/charts/logging-operator-logging/values.yaml b/charts/logging-operator-logging/values.yaml index 2a1f105c0..62a7314c4 100644 --- a/charts/logging-operator-logging/values.yaml +++ b/charts/logging-operator-logging/values.yaml @@ -29,7 +29,7 @@ nodeAgents: {} # template: # spec: # containers: -# - image: banzaicloud/fluentbit:1.9.5 +# - image: banzaicloud/fluentbit:1.9.10 # name: fluent-bit # tls: # enabled: false diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index d87d082e4..33e148779 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "3.17.10" +appVersion: "3.17.11" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator -version: 3.17.10 \ No newline at end of file +version: 3.17.11 \ No newline at end of file diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index 3df12f290..35572f09c 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -48,8 +48,8 @@ The following tables lists the configurable parameters of the logging-operator c | Parameter | Description | Default | | --------------------------------------------------- | ------------------------------------------------------ |-----------------------------------------------------------------------| -| `image.repository` | Container image repository | `ghcr.io/banzaicloud/logging-operator` | -| `image.tag` | Container image tag | `3.17.10` | +| `image.repository` | Container image repository | `ghcr.io/kube-logging/logging-operator` | +| `image.tag` | Container image tag | `3.17.11` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nameOverride` | Override name of app | `` | | `fullnameOverride` | Override full name of app | `` | @@ -113,7 +113,7 @@ The following tables lists the configurable parameters of the logging-operator-l | `tls.sharedKey` | Shared key between nodes (fluentd-fluentbit) | [autogenerated] | | `fluentbit.enabled` | Install fluent-bit | true | | `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace | -| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.5` | +| `fluentbit.image.tag` | Fluentbit container image tag | `1.9.10` | | `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` | | `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` | | `fluentd.enabled` | Install fluentd | true | diff --git a/charts/logging-operator/values.yaml b/charts/logging-operator/values.yaml index f4e29f110..854540b50 100644 --- a/charts/logging-operator/values.yaml +++ b/charts/logging-operator/values.yaml @@ -5,8 +5,8 @@ replicaCount: 1 image: - repository: ghcr.io/banzaicloud/logging-operator - tag: 3.17.10 + repository: ghcr.io/kube-logging/logging-operator + tag: 3.17.11 pullPolicy: IfNotPresent env: [] diff --git a/pkg/sdk/resourcebuilder/component.go b/pkg/sdk/resourcebuilder/component.go index 7dc4a26a0..92a08f822 100644 --- a/pkg/sdk/resourcebuilder/component.go +++ b/pkg/sdk/resourcebuilder/component.go @@ -50,7 +50,7 @@ import ( ) const ( - Image = "ghcr.io/banzaicloud/logging-operator:3.17.10" + Image = "ghcr.io/kube-logging/logging-operator:3.17.11" defaultNamespace = "logging-system" )