⬆️ 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"
image:
repository: docker.io/1password/connect-api
tag: 1.7.1
tag: 1.7.2
env:
OP_BUS_PORT: "11220"
OP_BUS_PEERS: "localhost:11221"
@@ -97,7 +97,7 @@ spec:
memory: 100Mi
sidecars:
sync:
image: docker.io/1password/connect-sync:1.7.1
image: docker.io/1password/connect-sync:1.7.2
imagePullPolicy: IfNotPresent
env:
- { name: OP_HTTP_PORT, value: &port 8081 }