Skip to content

Commit 95be550

Browse files
authored
Bump openstack-cluster chart to Traefik version
1 parent f51515e commit 95be550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -ex; \
1919
# Pull and unpack the baked in charts
2020
ARG OPENSTACK_CLUSTER_CHART_REPO=https://azimuth-cloud.github.io/capi-helm-charts
2121
ARG OPENSTACK_CLUSTER_CHART_NAME=openstack-cluster
22-
ARG OPENSTACK_CLUSTER_CHART_VERSION=0.22.0
22+
ARG OPENSTACK_CLUSTER_CHART_VERSION=0.22.1-dev.0.traefik.3
2323
RUN helm pull ${OPENSTACK_CLUSTER_CHART_NAME} \
2424
--repo ${OPENSTACK_CLUSTER_CHART_REPO} \
2525
--version ${OPENSTACK_CLUSTER_CHART_VERSION} \

0 commit comments

Comments
 (0)