33clusterGroup :
44 name : simple
55 isHubCluster : true
6+ # Override health check for Subscriptions to treat UpgradePending as healthy
7+ # Only applies to pinned CSV subscriptions (sandbox and trustee)
68 namespaces :
79 - open-cluster-management
810 - vault
@@ -12,7 +14,6 @@ clusterGroup:
1214 - hello-openshift
1315 - cert-manager-operator
1416 - cert-manager
15- - letsencrypt
1617 - kbs-access
1718 - encrypted-storage
1819 subscriptions :
@@ -26,14 +27,14 @@ clusterGroup:
2627 source : redhat-operators
2728 channel : stable
2829 installPlanApproval : Manual
29- csv : sandboxed-containers-operator.v1.10.1
30+ csv : sandboxed-containers-operator.v1.11.0
3031 trustee :
3132 name : trustee-operator
3233 namespace : trustee-operator-system
3334 source : redhat-operators
3435 channel : stable
3536 installPlanApproval : Manual
36- csv : trustee-operator.v0.4.1
37+ csv : trustee-operator.v1.0.0
3738 cert-manager :
3839 name : openshift-cert-manager-operator
3940 namespace : cert-manager-operator
@@ -72,39 +73,28 @@ clusterGroup:
7273 project : golang-external-secrets
7374 chart : golang-external-secrets
7475 chartVersion : 0.1.*
75-
7676 trustee :
7777 name : trustee
7878 namespace : trustee-operator-system # upstream config
7979 project : trustee
8080 chart : trustee
81- chartVersion : 0.1.*
82- # Use the override file to specify the list of secrets accessible to trustee from the ESO backend (today by default, Vault).
83- extraValueFiles :
84- - ' $patternref/overrides/values-trustee.yaml'
81+ chartVersion : 0.2.*
8582 sandbox :
8683 name : sandbox
8784 namespace : openshift-sandboxed-containers-operator # upstream config
8885 project : sandbox
8986 chart : sandboxed-containers
90- chartVersion : 0.0 .*
87+ chartVersion : 0.2 .*
9188 sandbox-policies :
9289 name : sandbox-policies
9390 namespace : openshift-sandboxed-containers-operator # upstream config
9491 chart : sandboxed-policies
95- chartVersion : 0.0.*
96-
97- # Letsencrypt is not required anymore for trustee.
98- # It's only here if you need it for your needs.
99- letsencrypt :
100- name : letsencrypt
101- namespace : letsencrypt
102- project : hub
103- path : charts/all/letsencrypt
104- # Default to 'safe' for ARO
92+ chartVersion : 0.1.*
10593 overrides :
106- - name : letsencrypt.enabled
107- value : false
94+ - name : global.coco.azure.tags
95+ value : " key1=value1,key2=value2"
96+ - name : global.coco.azure.rootVolumeSize
97+ value : " 20"
10898 hello-openshift :
10999 name : hello-openshift
110100 namespace : hello-openshift
@@ -117,14 +107,14 @@ clusterGroup:
117107 project : workloads
118108 path : charts/coco-supported/kbs-access
119109
120-
121110 imperative :
122111 # NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
123112 # The default schedule is every 10 minutes: imperative.schedule
124113 # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
125114 # imagePullPolicy is set to always: imperative.imagePullPolicy
126115 # For additional overrides that apply to the jobs, please refer to
127116 # https://validatedpatterns.io/imperative-actions/#additional-job-customizations
117+ image : ghcr.io/butler54/imperative-container:latest
128118 jobs :
129119 - name : install-deps
130120 playbook : ansible/install-deps.yaml
0 commit comments