add 1password operator

This commit is contained in:
2024-08-22 17:42:41 +05:00
parent 375e7374e6
commit 324ddccee3
2 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ repositories:
url: https://kubernetes.github.io/ingress-nginx
- name: bitnami
url: https://charts.bitnami.com/bitnami
- name: 1password
url: https://1password.github.io/connect-helm-charts
---
releases:
# Distributed Storage
@@ -46,3 +48,11 @@ releases:
version: 8.3.4
values:
- ./values/externaldns.values.yaml
# 1Password Operator
- name: 1password-system
namespace: 1password-system
chart: 1password/connect
version: 1.15.1
values:
- ./values/1password.values.yaml