From be74ce87fb55c0c0a10c927242440958bf744062 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:26:14 +0000 Subject: [PATCH] =?UTF-8?q?fix(oci/1password):=20update=201password=201.7.?= =?UTF-8?q?2=20=E2=9E=BC=201.7.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kube/deploy/core/secrets/external-secrets/app/hr.yaml | 4 ++-- kube/deploy/core/secrets/onepassword-connect/app/hr.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kube/deploy/core/secrets/external-secrets/app/hr.yaml b/kube/deploy/core/secrets/external-secrets/app/hr.yaml index f2baad591d..3ba5555a52 100644 --- a/kube/deploy/core/secrets/external-secrets/app/hr.yaml +++ b/kube/deploy/core/secrets/external-secrets/app/hr.yaml @@ -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 @@ -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 diff --git a/kube/deploy/core/secrets/onepassword-connect/app/hr.yaml b/kube/deploy/core/secrets/onepassword-connect/app/hr.yaml index cfa0a5854b..eaf9d92c3e 100644 --- a/kube/deploy/core/secrets/onepassword-connect/app/hr.yaml +++ b/kube/deploy/core/secrets/onepassword-connect/app/hr.yaml @@ -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" @@ -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