Skip to content

Commit

Permalink
Switching docker hub org (#6)
Browse files Browse the repository at this point in the history
* Switching docker hub org

* update this
  • Loading branch information
max-rocket-internet authored Apr 28, 2020
1 parent 4a8326c commit 0ef44e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ Use the [Helm](https://helm.sh/) chart:
helm install chart/
```

Or user the docker image: `tools4k8s/k8s-event-logger`

Or user the docker image [maxrocketinternet/k8s-event-logger](https://hub.docker.com/r/maxrocketinternet/k8s-event-logger)

### Testing

Expand Down
4 changes: 2 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ The following table lists the configurable parameters for this chart and their d
| Parameter | Description | Default |
| -------------------------|--------------------------------------|--------------------------------------------------------|
| `resources` | Resources for the overprovision pods | `{}` |
| `image.repository` | Image repository | `tools4k8s/k8s-event-logger` |
| `image.tag` | Image tag | `1.2` |
| `image.repository` | Image repository | `maxrocketinternet/k8s-event-logger` |
| `image.tag` | Image tag | `1.5` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `affinity` | Map of node/pod affinities | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tools4k8s/k8s-event-logger
tag: "1.4"
repository: maxrocketinternet/k8s-event-logger
tag: "1.5"
pullPolicy: IfNotPresent

resources:
Expand Down

0 comments on commit 0ef44e2

Please sign in to comment.