Skip to content

Commit

Permalink
Merge pull request #139 from linki/renovate/docker-quay.io-linki-clou…
Browse files Browse the repository at this point in the history
…dformation-operator-0.x

chore(deps): update quay.io/linki/cloudformation-operator docker tag to v0.7.0
  • Loading branch information
linki committed May 12, 2020
2 parents 2a72fd5 + 1d236b0 commit 832ee51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: cloudformation-operator
containers:
- name: cloudformation-operator
image: quay.io/linki/cloudformation-operator:v0.6.0
image: quay.io/linki/cloudformation-operator:v0.7.0
command:
- cloudformation-operator
args:
Expand Down
2 changes: 1 addition & 1 deletion helm/cloudformation-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: quay.io/linki/cloudformation-operator
tag: v0.6.0
tag: v0.7.0
pullPolicy: IfNotPresent

replicas: 1
Expand Down

0 comments on commit 832ee51

Please sign in to comment.