We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51515e commit 95be550Copy full SHA for 95be550
Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex; \
19
# Pull and unpack the baked in charts
20
ARG OPENSTACK_CLUSTER_CHART_REPO=https://azimuth-cloud.github.io/capi-helm-charts
21
ARG OPENSTACK_CLUSTER_CHART_NAME=openstack-cluster
22
-ARG OPENSTACK_CLUSTER_CHART_VERSION=0.22.0
+ARG OPENSTACK_CLUSTER_CHART_VERSION=0.22.1-dev.0.traefik.3
23
RUN helm pull ${OPENSTACK_CLUSTER_CHART_NAME} \
24
--repo ${OPENSTACK_CLUSTER_CHART_REPO} \
25
--version ${OPENSTACK_CLUSTER_CHART_VERSION} \
0 commit comments