Renders manifests from connect-helm-charts v2.4.1 as plain kustomize, completing the no-helm-policy migration. All services now use kustomize. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
253 B
YAML
15 lines
253 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: 1password
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
images:
|
|
- name: 1password/connect-api
|
|
newTag: "1.8.2"
|
|
- name: 1password/connect-sync
|
|
newTag: "1.8.2"
|