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 : " 1.2 "
3
- version : " 1.0 "
2
+ appVersion : " 1.8 "
3
+ version : " 1.1.3 "
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 @@ -41,7 +41,7 @@ The following table lists the configurable parameters for this chart and their d
41
41
| -------------------------| --------------------------------------| --------------------------------------------------------|
42
42
| ` resources ` | Resources for the overprovision pods | ` {} ` |
43
43
| ` image.repository ` | Image repository | ` maxrocketinternet/k8s-event-logger ` |
44
- | ` image.tag ` | Image tag | ` 1.5 ` |
44
+ | ` image.tag ` | Image tag | ` 1.8 ` |
45
45
| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
46
46
| ` affinity ` | Map of node/pod affinities | ` {} ` |
47
47
| ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : maxrocketinternet/k8s-event-logger
3
- tag : " 1.5 "
3
+ tag : " 1.8 "
4
4
pullPolicy : IfNotPresent
5
5
6
6
resources :
You can’t perform that action at this time.
0 commit comments