⬆️ Update 1password group to 1.7.2

| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| docker     | docker.io/1password/connect-api  | 1.7.1 | 1.7.2 |
| docker     | docker.io/1password/connect-sync | 1.7.1 | 1.7.2 |
This commit is contained in:
feisar-bot
2023-08-25 23:35:37 +00:00
committed by auricom
parent 5b664d10ba
commit 364df39a93

View File

@@ -31,7 +31,7 @@ spec:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
image: image:
repository: docker.io/1password/connect-api repository: docker.io/1password/connect-api
tag: 1.7.1 tag: 1.7.2
env: env:
OP_BUS_PORT: "11220" OP_BUS_PORT: "11220"
OP_BUS_PEERS: "localhost:11221" OP_BUS_PEERS: "localhost:11221"
@@ -97,7 +97,7 @@ spec:
memory: 100Mi memory: 100Mi
sidecars: sidecars:
sync: sync:
image: docker.io/1password/connect-sync:1.7.1 image: docker.io/1password/connect-sync:1.7.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- { name: OP_HTTP_PORT, value: &port 8081 } - { name: OP_HTTP_PORT, value: &port 8081 }