File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
azimuth_apps_operator/defaults
azimuth_schedule_operator/defaults
kube_prometheus_stack/defaults Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
17
17
dependencies :
18
18
ansible.posix : " 2.1.0"
19
- community.general : " 11.1.0 "
19
+ community.general : " 11.2.1 "
20
20
kubernetes.core : " 6.1.0"
21
21
" git+https://github.com/azimuth-cloud/ansible-collection-terraform.git " : " 0.7.0"
Original file line number Diff line number Diff line change 3
3
# The chart to use
4
4
azimuth_apps_operator_chart_repo : https://azimuth-cloud.github.io/azimuth-apps-operator
5
5
azimuth_apps_operator_chart_name : azimuth-apps-operator
6
- azimuth_apps_operator_chart_version : 0.2 .0
6
+ azimuth_apps_operator_chart_version : 0.3 .0
7
7
8
8
# Release information for the apps operator release
9
9
# Use the same namespace as Azimuth by default
Original file line number Diff line number Diff line change 2
2
# The chart to use
3
3
azimuth_schedule_operator_chart_repo : https://azimuth-cloud.github.io/azimuth-schedule-operator
4
4
azimuth_schedule_operator_chart_name : azimuth-schedule-operator
5
- azimuth_schedule_operator_chart_version : 0.6.9
5
+ azimuth_schedule_operator_chart_version : 0.7.0
6
6
7
7
# Release information for the operator release
8
8
# Use the same namespace as Azimuth by default
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ clusterapi_watches:
128
128
# Helm chart information for the Cluster API addon provider
129
129
clusterapi_addon_provider_chart_repo : https://azimuth-cloud.github.io/cluster-api-addon-provider
130
130
clusterapi_addon_provider_chart_name : cluster-api-addon-provider
131
- clusterapi_addon_provider_chart_version : 0.9.0
131
+ clusterapi_addon_provider_chart_version : 0.9.1
132
132
133
133
# Release information for the Cluster API addon provider release
134
134
clusterapi_addon_provider_release_namespace : capi-addon-system
@@ -155,7 +155,7 @@ clusterapi_addon_provider_release_values: >-
155
155
# Helm chart information for the Cluster API janitor
156
156
clusterapi_janitor_openstack_chart_repo : https://azimuth-cloud.github.io/cluster-api-janitor-openstack
157
157
clusterapi_janitor_openstack_chart_name : cluster-api-janitor-openstack
158
- clusterapi_janitor_openstack_chart_version : 0.10.1
158
+ clusterapi_janitor_openstack_chart_version : 0.10.2
159
159
160
160
# Release information for the Cluster API janitor release
161
161
clusterapi_janitor_openstack_release_namespace : capi-janitor-system
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ community_images_venv_path: /opt/community-images-venv
5
5
6
6
# The path to the openstack cli executable
7
7
community_images_openstack_cli_path : >-
8
- {{ community_images_venv_path }}/bin/openstack
8
+ {{ community_images_venv_path }}/bin/openstack
9
9
10
10
# The directory into which images will be downloaded / converted
11
11
# If not given, a temporary directory will be used
Original file line number Diff line number Diff line change 6
6
7
7
flux_chart_repo : https://fluxcd-community.github.io/helm-charts
8
8
flux_chart_name : flux2
9
- flux_chart_version : 2.16.3
9
+ flux_chart_version : 2.16.4
10
10
11
11
flux_release_namespace : flux-system
12
12
flux_release_name : flux
Original file line number Diff line number Diff line change 3
3
# The chart to use
4
4
ingress_nginx_chart_repo : https://kubernetes.github.io/ingress-nginx
5
5
ingress_nginx_chart_name : ingress-nginx
6
- ingress_nginx_chart_version : 4.12.3
6
+ ingress_nginx_chart_version : 4.13.2
7
7
8
8
# Release information for the NGINX ingress controller release
9
9
ingress_nginx_release_namespace : ingress-nginx
Original file line number Diff line number Diff line change 3
3
# The chart to use
4
4
kube_prometheus_stack_chart_repo : https://prometheus-community.github.io/helm-charts
5
5
kube_prometheus_stack_chart_name : kube-prometheus-stack
6
- kube_prometheus_stack_chart_version : 77.3 .0
6
+ kube_prometheus_stack_chart_version : 77.5 .0
7
7
8
8
# Release information
9
9
kube_prometheus_stack_release_namespace : monitoring-system
Original file line number Diff line number Diff line change 3
3
# The kustomize repository
4
4
kustomize_repo : https://github.com/kubernetes-sigs/kustomize
5
5
# The kustomize version to download
6
- kustomize_version : v5.7.0
6
+ kustomize_version : v5.7.1
7
7
# The OS variant and architecture to use
8
8
# See https://github.com/kubernetes-sigs/kustomize/releases for the available options
9
9
kustomize_os : " {{ ansible_system | lower }}"
Original file line number Diff line number Diff line change 2
2
3
3
sealed_secrets_chart_repo : https://bitnami-labs.github.io/sealed-secrets
4
4
sealed_secrets_chart_name : sealed-secrets
5
- sealed_secrets_chart_version : 2.17.3
5
+ sealed_secrets_chart_version : 2.17.4
6
6
7
7
# checkov:skip=CKV_SECRET_6: No secret in config
8
8
sealed_secrets_release_namespace : sealed-secrets-system
You can’t perform that action at this time.
0 commit comments