fix: enable magnum resizes
diff --git a/charts/horizon/values.yaml b/charts/horizon/values.yaml
index 3abf9a1..d07a12e 100644
--- a/charts/horizon/values.yaml
+++ b/charts/horizon/values.yaml
@@ -312,7 +312,7 @@
 
         OPENSTACK_API_VERSIONS = {
             "identity": 3,
-            "container-infra": {{ .Values.conf.horizon.local_settings.config.openstack_api_versions.container_infra }}
+            "container-infra": "{{ .Values.conf.horizon.local_settings.config.openstack_api_versions.container_infra }}"
         }
 
         # Set this to True if running on multi-domain model. When this is enabled, it
diff --git a/hack/sync-charts.sh b/hack/sync-charts.sh
index cbffa42..892b068 100755
--- a/hack/sync-charts.sh
+++ b/hack/sync-charts.sh
@@ -156,6 +156,11 @@
   | filterdiff -p1 -x 'releasenotes/*' \
   | filterdiff -p2 -x 'Chart.yaml' \
   | patch -p2 -d ${ATMOSPHERE}/charts/horizon
+curl 'https://review.opendev.org/changes/openstack%2Fopenstack-helm~874354/revisions/1/patch?download' \
+  | base64 --decode \
+  | filterdiff -p1 -x 'releasenotes/*' \
+  | filterdiff -p2 -x 'Chart.yaml' \
+  | patch -p2 -d ${ATMOSPHERE}/charts/horizon
 
 TEMPEST_VERSION=0.2.7
 curl -sL https://tarballs.opendev.org/openstack/openstack-helm/tempest-${TEMPEST_VERSION}.tgz \