Skip to content

Commit

Permalink
Merge pull request #12 from mia-platform/feat/chart_upgrades
Browse files Browse the repository at this point in the history
Upgrades:

logging: v3.17.4 ---> v3.17.6
monitoring: v0.55.1 ---> v0.56.2
traefik-ingress: v2.6.3 ---> v2.7.0
  • Loading branch information
JGiola authored May 26, 2022
2 parents cb5768a + dab40fa commit 74feb38
Show file tree
Hide file tree
Showing 21 changed files with 4,979 additions and 1,169 deletions.
6 changes: 4 additions & 2 deletions charts/logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: logging-operator
version: 3.8.1
version: 3.8.2
kubeVersion: ">= 1.16.0-0"
appVersion: 3.17.4
appVersion: 3.17.6
description: "A Kubernetes logging stack based on Logging Operator"
type: application
keywords:
Expand All @@ -22,5 +22,7 @@ maintainers:
url: https://github.com/lterrac
- name: "Daniele Della Rocca"
url: https://github.com/ddellarocca
- name: "Giorgia Fiscaletti"
url: https://github.com/fiscafusca
icon: https://github.com/banzaicloud/logging-operator/blob/master/docs/img/icon.png
deprecated: false
116 changes: 116 additions & 0 deletions charts/logging/crds/clusterflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ spec:
type: string
parse:
properties:
custom_pattern_path:
type: string
delimiter:
type: string
delimiter_pattern:
Expand All @@ -395,6 +397,31 @@ spec:
type: string
format_firstline:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
keys:
Expand All @@ -403,6 +430,8 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
Expand Down Expand Up @@ -462,6 +491,8 @@ spec:
parsers:
items:
properties:
custom_pattern_path:
type: string
delimiter:
type: string
delimiter_pattern:
Expand All @@ -474,6 +505,31 @@ spec:
type: string
format_firstline:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
keys:
Expand All @@ -482,6 +538,8 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
Expand Down Expand Up @@ -1154,6 +1212,8 @@ spec:
type: string
parse:
properties:
custom_pattern_path:
type: string
delimiter:
type: string
delimiter_pattern:
Expand All @@ -1166,6 +1226,31 @@ spec:
type: string
format_firstline:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
keys:
Expand All @@ -1174,6 +1259,8 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
Expand Down Expand Up @@ -1233,6 +1320,8 @@ spec:
parsers:
items:
properties:
custom_pattern_path:
type: string
delimiter:
type: string
delimiter_pattern:
Expand All @@ -1245,6 +1334,31 @@ spec:
type: string
format_firstline:
type: string
grok_failure_key:
type: string
grok_name_key:
type: string
grok_pattern:
type: string
grok_patterns:
items:
properties:
keep_time_key:
type: boolean
name:
type: string
pattern:
type: string
time_format:
type: string
time_key:
type: string
timezone:
type: string
required:
- pattern
type: object
type: array
keep_time_key:
type: boolean
keys:
Expand All @@ -1253,6 +1367,8 @@ spec:
type: string
local_time:
type: boolean
multi_line_start_regexp:
type: string
multiline:
items:
type: string
Expand Down
Loading

0 comments on commit 74feb38

Please sign in to comment.