Skip to content

Commit b855440

Browse files
bump image tag to 2.3 for the helm chart (#48)
1 parent 788c6e0 commit b855440

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: "2.2"
3-
version: "1.2.1"
2+
appVersion: "2.3"
3+
version: "1.2.2"
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
@@ -30,7 +30,7 @@ The following table lists the configurable parameters for this chart and their d
3030
| -------------------------|--------------------------------------|--------------------------------------------------------|
3131
| `resources` | Resources for the overprovision pods | `{}` |
3232
| `image.repository` | Image repository | `maxrocketinternet/k8s-event-logger` |
33-
| `image.tag` | Image tag | `2.0` |
33+
| `image.tag` | Image tag | `2.3` |
3434
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
3535
| `affinity` | Map of node/pod affinities | `{}` |
3636
| `nodeSelector` | Node labels for pod assignment | `{}` |

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
containerName: app
33
repository: maxrocketinternet/k8s-event-logger
4-
tag: "2.2"
4+
tag: "2.3"
55
pullPolicy: IfNotPresent
66

77
resources:

0 commit comments

Comments
 (0)