Skip to content

Commit

Permalink
Upgrade Helm chart to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Feb 24, 2021
1 parent 19016cd commit ac7884a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/elastabot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.5.2
appVersion: 1.5.3
description: A Helm chart for Elastabot - a Slack bot companion for Elasticsearch and ElastAlert
name: elastabot
version: 1.5.2
version: 1.5.3
home: https://github.com/jertel/elastabot
sources:
- https://github.com/jertel/elastabot
Expand Down
2 changes: 1 addition & 1 deletion chart/elastabot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The command removes all the Kubernetes components associated with the chart and
| setting | description | default
|--------------------------------|--------------------------------------------------------------------------------------------------------------------------|--------
| image.repository | Docker image repository | `jertel/elastabot`
| image.tag | Tag, typically the version, of the Docker image | `1.5.2
| image.tag | Tag, typically the version, of the Docker image | `1.5.3
| image.pullPolicy | Kubernetes image pull policy | `IfNotPresent`
| commandPrefix | Special character or phrase to trigger the bot, typically an exclamation point, !. Ex: !ack | `!`
| elasticsearch.host | Hostname for the Elasticsearch server |
Expand Down
2 changes: 1 addition & 1 deletion chart/elastabot/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker image repository, tag/version and related settings
image:
repository: jertel/elastabot
tag: 1.5.2
tag: 1.5.3
pullPolicy: IfNotPresent

# Elasticsearch settings, required.
Expand Down

0 comments on commit ac7884a

Please sign in to comment.