Skip to content

Commit

Permalink
Fix release controllerimage name to match helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed Aug 15, 2019
1 parent c9adc6a commit f76bfa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dockers:
- binaries:
- controller
image_templates:
- 'kanisterio/kanister-controller:{{ .Tag }}'
- 'kanisterio/controller:{{ .Tag }}'
dockerfile: 'docker/controller/Dockerfile'
- binaries:
- kando
Expand Down
2 changes: 1 addition & 1 deletion helm/kanister-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: kanisterio/kanister-controller
repository: kanisterio/controller
tag: 0.20.0
pullPolicy: IfNotPresent
rbac:
Expand Down

0 comments on commit f76bfa0

Please sign in to comment.