Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(oci/1password): update 1password - autoclosed #1468

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions kube/deploy/core/secrets/external-secrets/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
# 1Password Connect
extraContainers:
- name: onepassword-connect-api
image: docker.io/1password/connect-api:1.7.2@sha256:0c5ae74396e3c18c3b65acb89cb76d31088968cf0c25deca3818c72b01586606
image: docker.io/1password/connect-api:1.7.2@sha256:6aa94cf713f99c0fa58c12ffdd1b160404b4c13a7f501a73a791aa84b608c5a1
imagePullPolicy: IfNotPresent
env:
- name: TZ
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
cpu: "3"
memory: 1Gi
- name: onepassword-connect-sync
image: docker.io/1password/connect-sync:1.7.2@sha256:ff5bf86187ac4da88224e63a5896b393b5a53f81434e8dbc5314e406a0f1db89
image: docker.io/1password/connect-sync:1.7.2@sha256:fe527ed9d81f193d8dfbba4140d61f9e8c8dceb0966b3009259087504e5ff79c
imagePullPolicy: IfNotPresent
env:
- name: TZ
Expand Down
4 changes: 2 additions & 2 deletions kube/deploy/core/secrets/onepassword-connect/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
main: &ct
image:
repository: "docker.io/1password/connect-api"
tag: "1.7.2@sha256:0c5ae74396e3c18c3b65acb89cb76d31088968cf0c25deca3818c72b01586606"
tag: "1.7.2@sha256:6aa94cf713f99c0fa58c12ffdd1b160404b4c13a7f501a73a791aa84b608c5a1"
env:
TZ: "${CONFIG_TZ:=Asia/Singapore}"
XDG_DATA_HOME: &dir "/data"
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
<<: *ct
image:
repository: "docker.io/1password/connect-sync"
tag: "1.7.2@sha256:ff5bf86187ac4da88224e63a5896b393b5a53f81434e8dbc5314e406a0f1db89"
tag: "1.7.2@sha256:fe527ed9d81f193d8dfbba4140d61f9e8c8dceb0966b3009259087504e5ff79c"
env:
TZ: "${CONFIG_TZ:=Asia/Singapore}"
XDG_DATA_HOME: *dir
Expand Down
Loading