Skip to content

Commit

Permalink
fix(container): update image docker.io/1password/connect-api to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] committed Jul 2, 2024
1 parent e559f5b commit ae19cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/deploy/core/secrets/external-secrets/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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:06f09441c062c2419876937463f8a8293f3e05f00f615ada47f86abef6abfa24
imagePullPolicy: IfNotPresent
env:
- name: TZ
Expand Down
2 changes: 1 addition & 1 deletion 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:06f09441c062c2419876937463f8a8293f3e05f00f615ada47f86abef6abfa24"
env:
TZ: "${CONFIG_TZ:=Asia/Singapore}"
XDG_DATA_HOME: &dir "/data"
Expand Down

0 comments on commit ae19cdc

Please sign in to comment.