Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 60314bd commit 2c50e30
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 @@ -65,7 +65,7 @@ images:
newName: xmlking/etcd-operator
newTag: v0.10.1
- name: postgres
newTag: 11.5-alpine
newTag: 11.13-alpine
- name: envoyproxy/envoy-alpine
newName: docker.io/envoyproxy/envoy-alpine
newTag: v1.15.0
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 @@ -58,7 +58,7 @@ images:
newName: xmlking/etcd-operator
newTag: v0.10.1
- name: postgres
newTag: 11.5-alpine
newTag: 11.13-alpine
- name: envoyproxy/envoy-alpine
newName: docker.io/envoyproxy/envoy-alpine
newTag: v1.15.0
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 @@ -71,7 +71,7 @@ images:
newName: xmlking/etcd-operator
newTag: v0.10.1
- name: postgres
newTag: 11.5-alpine
newTag: 11.13-alpine
- name: envoyproxy/envoy-alpine
newName: docker.io/envoyproxy/envoy-alpine
newTag: v1.15.0
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 @@ -59,7 +59,7 @@ images:
newName: xmlking/etcd-operator
newTag: v0.10.1
- name: postgres
newTag: 11.5-alpine
newTag: 11.13-alpine
- name: envoyproxy/envoy-alpine
newName: docker.io/envoyproxy/envoy-alpine
newTag: v1.15.0
Expand Down

0 comments on commit 2c50e30

Please sign in to comment.