Skip to content

Commit

Permalink
Release 3.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma committed Apr 29, 2022
1 parent 01c0987 commit 6fa2162
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/logging-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "3.17.6"
appVersion: "3.17.5"
description: A Helm chart for Kubernetes
name: logging-demo
version: 3.17.6
version: 3.17.5
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "3.17.6"
appVersion: "3.17.5"
description: A Helm chart to configure logging resource for the Logging operator
name: logging-operator-logging
version: 3.17.6
version: 3.17.5
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
4 changes: 2 additions & 2 deletions charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "3.17.6"
appVersion: "3.17.5"
description: A Helm chart to install Banzai Cloud logging-operator
name: logging-operator
version: 3.17.6
version: 3.17.5
2 changes: 1 addition & 1 deletion charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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.6` |
| `image.tag` | Container image tag | `3.17.5` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: ghcr.io/banzaicloud/logging-operator
tag: 3.17.6
tag: 3.17.5
pullPolicy: IfNotPresent

extraArgs:
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/logging/model/output/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type _hugoKafka interface{} //nolint:deadcode,unused
type _docKafka interface{} //nolint:deadcode,unused

// +name:"Kafka"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.3"
// +version:"0.17.3"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.5"
// +version:"0.17.5"
// +description:"Send your logs to Kafka"
// +status:"GA"
type _metaKafka interface{} //nolint:deadcode,unused
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/logging/model/output/sumologic.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type _hugoSumoLogic interface{} //nolint:deadcode,unused
type _docSumoLogic interface{} //nolint:deadcode,unused

// +name:"SumoLogic"
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.7.3"
// +version:"1.7.3"
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.8.0"
// +version:"1.8.0"
// +description:"Send your logs to Sumologic"
// +status:"GA"
type _metaSumologic interface{} //nolint:deadcode,unused
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/resourcebuilder/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import (
)

const (
Image = "ghcr.io/banzaicloud/logging-operator:3.17.6"
Image = "ghcr.io/banzaicloud/logging-operator:3.17.5"
defaultNamespace = "logging-system"
)

Expand Down

0 comments on commit 6fa2162

Please sign in to comment.