Skip to content

Commit

Permalink
Merge pull request #43 from SumoLogic/vsinghal-bump-version
Browse files Browse the repository at this point in the history
bump to 0.3.13
  • Loading branch information
vsinghal13 committed Apr 25, 2022
2 parents c48ebc8 + 85a9fda commit caa75d5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A containerized application for scalable, high-performance log and metric ingest
from Kafka. May either be run in Kubernetes or Docker environments.

## Installation
The latest sumologic-kafka-push docker image is hosted in our public repository at `public.ecr.aws/sumologic/sumologic-kafka-push:0.3.12`
The latest sumologic-kafka-push docker image is hosted in our public repository at `public.ecr.aws/sumologic/sumologic-kafka-push:0.3.13`
### Docker
A docker compose file is available on request.
### Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: kafka-push
version: 0.2.5
appVersion: "0.3.12"
version: 0.3.13
appVersion: "0.3.13"
description: A Helm chart to push logs and metrics from kafka to Sumo Logic endpoints
4 changes: 2 additions & 2 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Once Helm is set up properly, add the repo as follows:
helm repo add sumologic-kafka-push https://sumologic.github.io/sumologic-kafka-push
```
You can then run `helm search repo sumologic-kafka-push` to see the charts. The latest is
`sumologic-kafka-push/kafka-push:0.2.5`
`sumologic-kafka-push/kafka-push:0.3.13`

## Configuration
This chart supports common application configurations via the values settings. If additional
Expand Down Expand Up @@ -56,7 +56,7 @@ The `values.yaml` contains variables used to configure a deployment of this char

| Name | Description | Default |
|------|------------------|------------------------------------------------------|
| image | The docker image to use | public.ecr.aws/sumologic/sumologic-kafka-push:0.3.12 |
| image | The docker image to use | public.ecr.aws/sumologic/sumologic-kafka-push:0.3.13 |
| metricsPort | The port to expose prometheus metrics on | 8080 |
| logLevel | Logging level | warn |
| replicas | Desired replica count to deploy | 1 |
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: public.ecr.aws/sumologic/sumologic-kafka-push:0.3.12
image: public.ecr.aws/sumologic/sumologic-kafka-push:0.3.13
metricsPort: 8080
logLevel: warn

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.12"
version in ThisBuild := "0.3.13"

0 comments on commit caa75d5

Please sign in to comment.