Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
api:
image:
repository: docker.io/1password/connect-api
tag: 1.7.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba
tag: 1.8.1@sha256:8fe7bcd50c9e73899e0a1aa5aa43421ca75fbceacb33dd07f6418c4116e637a1
env:
XDG_DATA_HOME: &configDir /config
OP_HTTP_PORT: &apiPort 80
Expand Down Expand Up @@ -75,7 +75,7 @@ spec:
sync:
image:
repository: docker.io/1password/connect-sync
tag: 1.7.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5
tag: 1.8.1@sha256:d5e937b2b7e314dbbaffacf469dc8f30376b5954a3ad836c8d96e6cb579d7fab
env:
XDG_DATA_HOME: *configDir
OP_HTTP_PORT: &syncPort 8081
Expand Down
Loading