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 1616
1717dependencies :
1818 ansible.posix : " 2.1.0"
19- community.general : " 11.1.0 "
19+ community.general : " 11.2.1 "
2020 kubernetes.core : " 6.1.0"
2121 " git+https://github.com/azimuth-cloud/ansible-collection-terraform.git " : " 0.7.0"
Original file line number Diff line number Diff line change 33# The chart to use
44azimuth_apps_operator_chart_repo : https://azimuth-cloud.github.io/azimuth-apps-operator
55azimuth_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
77
88# Release information for the apps operator release
99# Use the same namespace as Azimuth by default
Original file line number Diff line number Diff line change 22# The chart to use
33azimuth_schedule_operator_chart_repo : https://azimuth-cloud.github.io/azimuth-schedule-operator
44azimuth_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
66
77# Release information for the operator release
88# Use the same namespace as Azimuth by default
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ clusterapi_watches:
128128# Helm chart information for the Cluster API addon provider
129129clusterapi_addon_provider_chart_repo : https://azimuth-cloud.github.io/cluster-api-addon-provider
130130clusterapi_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
132132
133133# Release information for the Cluster API addon provider release
134134clusterapi_addon_provider_release_namespace : capi-addon-system
@@ -155,7 +155,7 @@ clusterapi_addon_provider_release_values: >-
155155# Helm chart information for the Cluster API janitor
156156clusterapi_janitor_openstack_chart_repo : https://azimuth-cloud.github.io/cluster-api-janitor-openstack
157157clusterapi_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
159159
160160# Release information for the Cluster API janitor release
161161clusterapi_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
55
66# The path to the openstack cli executable
77community_images_openstack_cli_path : >-
8- {{ community_images_venv_path }}/bin/openstack
8+ {{ community_images_venv_path }}/bin/openstack
99
1010# The directory into which images will be downloaded / converted
1111# If not given, a temporary directory will be used
Original file line number Diff line number Diff line change 66
77flux_chart_repo : https://fluxcd-community.github.io/helm-charts
88flux_chart_name : flux2
9- flux_chart_version : 2.16.3
9+ flux_chart_version : 2.16.4
1010
1111flux_release_namespace : flux-system
1212flux_release_name : flux
Original file line number Diff line number Diff line change 33# The chart to use
44ingress_nginx_chart_repo : https://kubernetes.github.io/ingress-nginx
55ingress_nginx_chart_name : ingress-nginx
6- ingress_nginx_chart_version : 4.12.3
6+ ingress_nginx_chart_version : 4.13.2
77
88# Release information for the NGINX ingress controller release
99ingress_nginx_release_namespace : ingress-nginx
Original file line number Diff line number Diff line change 33# The chart to use
44kube_prometheus_stack_chart_repo : https://prometheus-community.github.io/helm-charts
55kube_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
77
88# Release information
99kube_prometheus_stack_release_namespace : monitoring-system
Original file line number Diff line number Diff line change 33# The kustomize repository
44kustomize_repo : https://github.com/kubernetes-sigs/kustomize
55# The kustomize version to download
6- kustomize_version : v5.7.0
6+ kustomize_version : v5.7.1
77# The OS variant and architecture to use
88# See https://github.com/kubernetes-sigs/kustomize/releases for the available options
99kustomize_os : " {{ ansible_system | lower }}"
Original file line number Diff line number Diff line change 22
33sealed_secrets_chart_repo : https://bitnami-labs.github.io/sealed-secrets
44sealed_secrets_chart_name : sealed-secrets
5- sealed_secrets_chart_version : 2.17.3
5+ sealed_secrets_chart_version : 2.17.4
66
77# checkov:skip=CKV_SECRET_6: No secret in config
88sealed_secrets_release_namespace : sealed-secrets-system
You can’t perform that action at this time.
0 commit comments