Skip to content

Commit

Permalink
Merge pull request #22 from joseacl/ssl_version_opensearch
Browse files Browse the repository at this point in the history
fix: ssl version in opensearch
  • Loading branch information
pepov committed Jun 5, 2023
2 parents 689e1de + 567db13 commit 48c626e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: logging-operator
version: 4.1.0
version: 4.1.1
appVersion: 4.1.0
kubeVersion: ">=1.16.0-0"
description: Logging operator for Kubernetes based on Fluentd and Fluentbit.
Expand All @@ -19,4 +19,4 @@ annotations:
description: Moved to to location
artifacthub.io/images: |
- name: logging-operator
image: ghcr.io/kube-logging/logging-operator:4.0.0
image: ghcr.io/kube-logging/logging-operator:4.1.0
2 changes: 1 addition & 1 deletion charts/logging-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# logging-operator

![version: 4.1.0](https://img.shields.io/badge/version-4.1.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.1.0](https://img.shields.io/badge/app%20version-4.1.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator)
![version: 4.1.1](https://img.shields.io/badge/version-4.1.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.1.0](https://img.shields.io/badge/app%20version-4.1.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator)

Logging operator for Kubernetes based on Fluentd and Fluentbit.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4334,6 +4334,8 @@ spec:
type: string
ssl_verify:
type: boolean
ssl_version:
type: string
suppress_doc_wrap:
type: boolean
suppress_type_name:
Expand Down Expand Up @@ -10233,6 +10235,8 @@ spec:
type: string
ssl_verify:
type: boolean
ssl_version:
type: string
suppress_doc_wrap:
type: boolean
suppress_type_name:
Expand Down

0 comments on commit 48c626e

Please sign in to comment.