Skip to content

Commit

Permalink
Merge pull request #146 from xmlking/renovate/docker-micro-micro-2.x
Browse files Browse the repository at this point in the history
chore(deps): update micro/micro docker tag to v2.9.3
  • Loading branch information
xmlking authored Sep 25, 2020
2 parents 27997a5 + 61b1f08 commit dc16d4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/envs/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ images:
newTag: v1.15.0
- name: micro/micro
newName: docker.pkg.github.com/xmlking/micro-starter-kit/micro
newTag: v2.0.0
newTag: v2.9.3
- name: xmlking/account-service
newName: docker.pkg.github.com/xmlking/micro-starter-kit/account-service
newTag: $(IMAGE_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion config/envs/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ images:
newTag: v1.15.0
- name: micro/micro
newName: docker.pkg.github.com/xmlking/micro-starter-kit/micro
newTag: v2.0.0
newTag: v2.9.3
- name: xmlking/account-service
newName: docker.pkg.github.com/xmlking/micro-starter-kit/account-service
newTag: $(IMAGE_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion config/envs/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ images:
newTag: v1.15.0
- name: micro/micro
newName: docker.pkg.github.com/xmlking/micro-starter-kit/micro
newTag: v2.0.0
newTag: v2.9.3
- name: xmlking/account-service
newName: docker.pkg.github.com/xmlking/micro-starter-kit/account-service
newTag: $(IMAGE_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion config/envs/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ images:
newTag: v1.15.0
- name: micro/micro
newName: docker.pkg.github.com/xmlking/micro-starter-kit/micro
newTag: v2.0.0
newTag: v2.9.3
- name: xmlking/account-service
newName: docker.pkg.github.com/xmlking/micro-starter-kit/account-service
newTag: $(IMAGE_VERSION)
Expand Down

0 comments on commit dc16d4f

Please sign in to comment.