Skip to content

Commit

Permalink
Bump capi-helm-charts version to 0.1.4 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Oct 30, 2023
1 parent 547e43a commit 1a46517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azimuth_capi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class CAPIHelmConfig(Section):
#: The name of the CAPI Helm chart to use to deploy clusters
chart_name: constr(min_length = 1) = "openstack-cluster"
#: The version of the CAPI Helm chart to use to deploy clusters
chart_version: SemVerVersion = "0.1.3"
chart_version: SemVerVersion = "0.1.4"
#: The default values to use for all clusters
#: Values defined in templates take precedence
default_values: t.Dict[str, t.Any] = Field(default_factory = dict)
Expand Down

0 comments on commit 1a46517

Please sign in to comment.