File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " 2.2 "
3
- version : " 1.2.1 "
2
+ appVersion : " 2.3 "
3
+ version : " 1.2.2 "
4
4
description : A tool to log k8s events to stdout in JSON
5
5
home : https://github.com/max-rocket-internet/k8s-event-logger
6
6
name : k8s-event-logger
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The following table lists the configurable parameters for this chart and their d
30
30
| -------------------------| --------------------------------------| --------------------------------------------------------|
31
31
| ` resources ` | Resources for the overprovision pods | ` {} ` |
32
32
| ` image.repository ` | Image repository | ` maxrocketinternet/k8s-event-logger ` |
33
- | ` image.tag ` | Image tag | ` 2.0 ` |
33
+ | ` image.tag ` | Image tag | ` 2.3 ` |
34
34
| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
35
35
| ` affinity ` | Map of node/pod affinities | ` {} ` |
36
36
| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
Original file line number Diff line number Diff line change 1
1
image :
2
2
containerName : app
3
3
repository : maxrocketinternet/k8s-event-logger
4
- tag : " 2.2 "
4
+ tag : " 2.3 "
5
5
pullPolicy : IfNotPresent
6
6
7
7
resources :
You can’t perform that action at this time.
0 commit comments