Skip to content

Commit

Permalink
chore(deps): update helm release connect to v1.15.1 (#60)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [connect](https://1password.com/secrets/)
([source](https://togithub.com/1Password/connect-helm-charts)) |
helm_release | patch | `v1.15.0` -> `1.15.1` |

---

### Release Notes

<details>
<summary>1Password/connect-helm-charts (connect)</summary>

###
[`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

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bojanrajkovic/home.coderinserepeat.com).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent ad81255 commit c4414b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/1password/operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "password_operator" {
name = "1password-operator"
repository = "https://1password.github.io/connect-helm-charts/"
chart = "connect"
version = "v1.15.0"
version = "1.15.1"

set {
name = "connect.credentials"
Expand Down

0 comments on commit c4414b5

Please sign in to comment.