Skip to content

Commit

Permalink
document new release (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Knappek committed May 2, 2021
1 parent 3bdd0e3 commit 2c78204
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -194,7 +194,7 @@ docker run -d -p 2000:2000 \
--name="promteams" \
-v /tmp/config.yml:/tmp/config.yml \
-e CONFIG_FILE="/tmp/config.yml" \
quay.io/prometheusmsteams/prometheus-msteams:v1.4.1
quay.io/prometheusmsteams/prometheus-msteams:v1.5.0
```

When running as a binary, use the __-config-file__ flag.
Expand Down
4 changes: 2 additions & 2 deletions chart/prometheus-msteams/Chart.yaml
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: "v1.4.2"
appVersion: "v1.5.0"
description: A Helm chart for Kubernetes
name: prometheus-msteams
home: https://github.com/prometheus-msteams/prometheus-msteams
version: 1.1.4
version: 1.2.0
maintainers:
- name: bzon
url: https://github.com/bzon
Expand Down
4 changes: 2 additions & 2 deletions chart/prometheus-msteams/README.md
Expand Up @@ -31,7 +31,7 @@ Create a helm values file to configure your Microsoft Teams channel connectors a
replicaCount: 1
image:
repository: quay.io/prometheusmsteams/prometheus-msteams
tag: v1.4.1
tag: v1.5.0

connectors:
# in alertmanager, this will be used as http://prometheus-msteams:2000/bar
Expand Down Expand Up @@ -127,7 +127,7 @@ connectorsWithCustomTemplates:
| Parameter | Description | Default |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| `image.repository` | Image repository | `quay.io/prometheusmsteams/prometheus-msteams` |
| `image.tag` | Image tag | `v1.4.1` |
| `image.tag` | Image tag | `v1.5.0` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `imagePullSecrets` | Configuration for [imagePullSecrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) so that you can use a private registry for your image | `[]` |
| `extraEnvs` | Extra environment variables | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion chart/prometheus-msteams/values.yaml
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1

image:
repository: quay.io/prometheusmsteams/prometheus-msteams
tag: v1.4.1
tag: v1.5.0
pullPolicy: Always

imagePullSecrets: []
Expand Down

0 comments on commit 2c78204

Please sign in to comment.