Skip to content

Commit

Permalink
fix(logshipper): disable testFramework (#467)
Browse files Browse the repository at this point in the history
The upstream Helm test hook keep failing.
This happens because the pod is not cleaned up after the test
  • Loading branch information
IvoGoman authored Oct 28, 2024
1 parent ae15ba6 commit 16f1786
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logshipper/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: logshipper
description: A Helm chart for deploying fluent-bit with custom config

type: application
version: 0.3.0
version: 0.3.1
appVersion: 3.0.4

dependencies:
Expand Down
2 changes: 2 additions & 0 deletions logshipper/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ fluent-bit:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 5
testFramework:
enabled: false
env:
- name: OPENSEARCH_USER
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions logshipper/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kind: PluginDefinition
metadata:
name: logshipper
spec:
version: 0.3.0
version: 0.3.1
displayName: Fluent-bit Logshipper
description: Logshipping of container logs and systemd with fluent-bit
icon: https://raw.githubusercontent.com/fluent/fluent-bit/master/fluentbit_logo.png
helmChart:
name: logshipper
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.3.0
version: 0.3.1
options:
- name: fluent-bit.parser
description: Parser used for container logs. [docker|cri]
Expand Down

0 comments on commit 16f1786

Please sign in to comment.