Skip to content

Commit

Permalink
feat(container): update 1password group to v1.6.1
Browse files Browse the repository at this point in the history
| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| docker     | docker.io/1password/connect-api  | 1.5.7 | 1.6.1 |
| docker     | docker.io/1password/connect-sync | 1.5.7 | 1.6.1 |
  • Loading branch information
renovate[bot] authored Feb 13, 2023
1 parent c2de29f commit ce1b864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
values:
image:
repository: docker.io/1password/connect-api
tag: 1.5.7
tag: 1.6.1
env:
OP_BUS_PORT: "11220"
OP_BUS_PEERS: "localhost:11221"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
additionalContainers:
sync:
name: sync
image: docker.io/1password/connect-sync:1.5.7
image: docker.io/1password/connect-sync:1.6.1
env:
- name: OP_SESSION
valueFrom:
Expand Down

0 comments on commit ce1b864

Please sign in to comment.