billimek / k8s-gitops

GitOps principles to define kubernetes cluster state via code
Apache License 2.0
641 stars 84 forks source link

fix(helm): update chart connect ( 1.15.0 → 1.15.1 ) #3915

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
connect (source) patch 1.15.0 -> 1.15.1

Release Notes

1Password/connect-helm-charts (connect) ### [`v1.15.1`](https://togithub.com/1Password/connect-helm-charts/releases/tag/connect-1.15.1) [Compare Source](https://togithub.com/1Password/connect-helm-charts/compare/connect-1.15.0...connect-1.15.1) A Helm chart for deploying 1Password Connect and the 1Password Connect Kubernetes Operator

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 2 months ago

Helm Release Diff: kube-system/external-secrets/1password/1password.yaml

--- /tmp/tmp.Gqmq21jlGu 2024-07-23 01:59:53.526405447 +0000
+++ /tmp/tmp.OtOuJ8FmcH 2024-07-23 01:59:54.494408805 +0000
@@ -39,7 +39,7 @@
       tolerations: []
       containers:
         - name: connect-api
-          image: 1password/connect-api:1.7.2
+          image: 1password/connect-api:1.7.3
           imagePullPolicy: IfNotPresent
           securityContext:
             runAsUser: 999
@@ -80,7 +80,7 @@
             - mountPath: /home/opuser/.op/data
               name: shared-data
         - name: connect-sync
-          image: 1password/connect-sync:1.7.2
+          image: 1password/connect-sync:1.7.3
           imagePullPolicy: IfNotPresent
           securityContext:
             runAsUser: 999