Skip to content

Commit 1f67f66

Browse files
Update Chart (max-rocket-internet#22)
* Update Chart.yaml * Update values.yaml * Update README.md
1 parent 2374517 commit 1f67f66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "1.2"
3-
version: "1.0"
2+
appVersion: "1.8"
3+
version: "1.1.3"
44
description: A tool to log k8s events to stdout in JSON
55
home: https://github.com/max-rocket-internet/k8s-event-logger
66
name: k8s-event-logger

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table lists the configurable parameters for this chart and their d
4141
| -------------------------|--------------------------------------|--------------------------------------------------------|
4242
| `resources` | Resources for the overprovision pods | `{}` |
4343
| `image.repository` | Image repository | `maxrocketinternet/k8s-event-logger` |
44-
| `image.tag` | Image tag | `1.5` |
44+
| `image.tag` | Image tag | `1.8` |
4545
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
4646
| `affinity` | Map of node/pod affinities | `{}` |
4747
| `nodeSelector` | Node labels for pod assignment | `{}` |

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: maxrocketinternet/k8s-event-logger
3-
tag: "1.5"
3+
tag: "1.8"
44
pullPolicy: IfNotPresent
55

66
resources:

0 commit comments

Comments
 (0)