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

fix(oci/1password): update 1password 1.7.2 ➼ 1.7.3 (patch) #1469

Merged
merged 1 commit into from
Dec 6, 2024
Merged
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.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba
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.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5
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.3@sha256:0601c7614e102eada268dbda6ba4b5886ce77713be2c332ec6a2fd0f028484ba"
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.3@sha256:2f17621c7eb27bbcb1f86bbc5e5a5198bf54ac3b9c2ffac38064d03c932b07d5"
env:
TZ: "${CONFIG_TZ:=Asia/Singapore}"
XDG_DATA_HOME: *dir
Expand Down
Loading