Skip to content

Commit

Permalink
Bump to v1.0.0-preview-8
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove committed Jun 21, 2019
1 parent 07cb659 commit c532149
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .azure-devops/scraper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ stages:
((Get-Content -path $(Helm.Chart.Name)/Chart.yaml -Raw) -replace 'name: promitor-agent-scraper','name: $(Helm.Chart.Name)') | Set-Content -Path $(Helm.Chart.Name)/Chart.yaml
echo 'Changing image tag'
((Get-Content -path $(Helm.Chart.Name)/values.yaml -Raw) -replace ' tag: 1.0.0-preview-7',' tag: $(Build.BuildNumber)') | Set-Content -Path $(Helm.Chart.Name)/values.yaml
((Get-Content -path $(Helm.Chart.Name)/values.yaml -Raw) -replace ' tag: 1.0.0-preview-8',' tag: $(Build.BuildNumber)') | Set-Content -Path $(Helm.Chart.Name)/values.yaml
echo 'Changing repo name'
((Get-Content -path $(Helm.Chart.Name)/values.yaml -Raw) -replace ' repository: tomkerkhove/promitor-agent-scraper',' tag: $(Image.Name)') | Set-Content -Path $(Helm.Chart.Name)/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion charts/promitor-agent-scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table lists the configurable parameters of the Promitor chart and
| Parameter | Description | Default |
|:---------------------------|:-------------------------|:---------------------|
| `image.repository` | Repository which provides the image | `tomkerkhove/promitor-agent-scraper` |
| `image.tag` | Tag of image to use | `1.0.0-preview-7` |
| `image.tag` | Tag of image to use | `1.0.0-preview-8` |
| `image.pullPolicy` | Policy to pull image | `Always` |
| `azureAuthentication.appId` | Id of the Azure AD entity to authenticate with | |
| `azureAuthentication.appKey` | Secret of the Azure AD entity to authenticate with | |
Expand Down
2 changes: 1 addition & 1 deletion charts/promitor-agent-scraper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fullnameOverride: ""

image:
repository: tomkerkhove/promitor-agent-scraper
tag: 1.0.0-preview-7
tag: 1.0.0-preview-8
pullPolicy: Always

azureAuthentication:
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _For more information about advanced configuration, read our documentation [here
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env-file C:/Promitor/az-mon-auth.creds \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-agent-scraper:1.0.0-preview-7
tomkerkhove/promitor-agent-scraper:1.0.0-preview-8
```

# Kubernetes
Expand All @@ -32,7 +32,7 @@ If all goes well you should be able to list all Promitor charts:
```shell
❯ helm search promitor/
NAME CHART VERSION APP VERSION DESCRIPTION
promitor/promitor-agent-scraper 0.1.0 1.0.0-preview-7 A Helm chart to deploy Promitor, an Azure Monitor scraper...
promitor/promitor-agent-scraper 0.1.0 1.0.0-preview-8 A Helm chart to deploy Promitor, an Azure Monitor scraper...
```

## Using our Helm Chart
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run -d -p 8999:80 --name promitor-agent-scraper \
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env-file C:/Promitor/az-mon-auth.creds \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-agent-scraper:1.0.0-preview-7
tomkerkhove/promitor-agent-scraper:1.0.0-preview-8
```

Docker image is available on [Docker Hub](https://hub.docker.com/r/tomkerkhove/promitor-agent-scraper/).
Expand Down

0 comments on commit c532149

Please sign in to comment.