Skip to content

Commit

Permalink
Fix template evaluation errors in PR tests (#600)
Browse files Browse the repository at this point in the history
* Fix template evaluation errors in PR tests

Signed-off-by: Joe Gdaniec <[email protected]>

* Add updates from go generate

Signed-off-by: Joe Gdaniec <[email protected]>

---------

Signed-off-by: Joe Gdaniec <[email protected]>
  • Loading branch information
joeg-pro authored Feb 20, 2024
1 parent 8002f78 commit f4f06ed
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 4 deletions.
5 changes: 3 additions & 2 deletions hack/bundle-automation/chart-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ org: open-cluster-management

global:
pullSecret: null
imageOverrides:
imageOverride: ""
imageOverrides: {}
templateOverrides: {}
namespace: default

hubconfig:
nodeSelector: null
replicaCount: 1
proxyConfigs: {}
tolerations: []
ocpVersion: 4.12.0
2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/assisted-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ global:
postgresql_12: ''
namespace: default
pullSecret: null
templateOverrides: {}
hubconfig:
nodeSelector: null
ocpVersion: 4.12.0
proxyConfigs: {}
replicaCount: 1
tolerations: []
Expand Down
2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/cluster-lifecycle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ global:
clusterclaims_controller: quay.io/test/test:test
clusterlifecycle_state_metrics: quay.io/test/test:test
provider_credential_controller: quay.io/test/test:test
templateOverrides: {}
pullSecret: ""
namespace: default
hubconfig:
nodeSelector: {}
proxyConfigs: {}
replicaCount: 1
tolerations: []
ocpVersion: "4.12.0"
org: open-cluster-management
2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/cluster-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ global:
registration_operator: ''
namespace: default
pullSecret: null
templateOverrides: {}
hubconfig:
nodeSelector: null
ocpVersion: 4.12.0
proxyConfigs: {}
replicaCount: 1
tolerations: []
Expand Down
4 changes: 2 additions & 2 deletions pkg/templates/charts/toggle/cluster-proxy-addon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ global:
imageOverrides:
cluster_proxy_addon: ""
cluster_proxy: ""

templateOverrides: {}
hubconfig:
nodeSelector: null
replicaCount: 1
proxyConfigs: {}
tolerations: []
ocpVersion: ""
ocpVersion: "4.12.0"
org: open-cluster-management

2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/discovery-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ global:
discovery_operator: ''
namespace: default
pullSecret: null
templateOverrides: {}
hubconfig:
nodeSelector: null
ocpVersion: 4.12.0
proxyConfigs: {}
replicaCount: 1
tolerations: []
Expand Down
2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/hive-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ global:
openshift_hive: ''
namespace: default
pullSecret: null
templateOverrides: {}
hubconfig:
nodeSelector: null
ocpVersion: 4.12.0
proxyConfigs: {}
replicaCount: 1
tolerations: []
Expand Down
2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/hypershift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ global:
hypershift_operator: ""
cluster_api_provider_kubevirt: ""
kube_rbac_proxy_mce: "registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.10"
templateOverrides: {}
namespace: default
pullSecret: null
hubconfig:
nodeSelector: null
proxyConfigs: {}
replicaCount: 1
tolerations: []
ocpVersion: "4.12.0"
org: open-cluster-management
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ global:
image_based_install_operator: ''
namespace: default
pullSecret: null
templateOverrides: {}
hubconfig:
nodeSelector: null
ocpVersion: 4.12.0
proxyConfigs: {}
replicaCount: 1
tolerations: []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
global:
imageOverrides:
managed_serviceaccount: ''
templateOverrides: {}
namespace: default
pullSecret: null
hubconfig:
Expand Down
2 changes: 2 additions & 0 deletions pkg/templates/charts/toggle/server-foundation/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
global:
imageOverrides:
multicloud_manager: quay.io/test/test:test
templateOverrides: {}
pullSecret: ""
namespace: default
hubconfig:
nodeSelector: {}
proxyConfigs: {}
replicaCount: 1
tolerations: []
ocpVersion: "4.12.0"
org: open-cluster-management
2 changes: 2 additions & 0 deletions pkg/templates/rbac_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4f06ed

Please sign in to comment.