Skip to content

Commit

Permalink
chore: Release prepare v0.1.1 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Jan 2, 2020
1 parent 77249af commit b0a55de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^chore:'
dockers:
- image_templates:
- "docker.io/aquasec/harbor-scanner-aqua:{{ .Version }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/harbor-scanner-aqua/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor-scanner-aqua
version: 0.1.0
appVersion: 0.1.0
appVersion: 0.1.1
description: Harbor scanner adapter for Aqua CSP scanner
keywords:
- scanner
Expand Down
2 changes: 1 addition & 1 deletion helm/harbor-scanner-aqua/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 1
image:
registry: "docker.io"
repository: "aquasec/harbor-scanner-aqua"
tag: "0.1.0"
tag: "0.1.1"
pullPolicy: "IfNotPresent"

scanner:
Expand Down

0 comments on commit b0a55de

Please sign in to comment.