File tree Expand file tree Collapse file tree 15 files changed +19
-19
lines changed
azimuth_apps_operator/defaults
azimuth_caas_operator/defaults
azimuth_identity_operator/defaults
kube_prometheus_stack/defaults Expand file tree Collapse file tree 15 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1717dependencies :
1818 ansible.posix : " 2.1.0"
1919 community.general : " 11.2.1"
20- kubernetes.core : " 6.1 .0"
20+ kubernetes.core : " 6.2 .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_chart_repo : https://azimuth-cloud.github.io/azimuth
55azimuth_chart_name : azimuth
6- azimuth_chart_version : 0.16.0
6+ azimuth_chart_version : 0.16.3
77
88# Release information for the Azimuth release
99azimuth_release_namespace : azimuth
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.3 .0
6+ azimuth_apps_operator_chart_version : 0.4 .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_caas_operator_chart_repo : https://azimuth-cloud.github.io/azimuth-caas-operator
44azimuth_caas_operator_chart_name : azimuth-caas-operator
5- azimuth_caas_operator_chart_version : 0.18.1
5+ azimuth_caas_operator_chart_version : 0.18.2
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 33# The chart to use
44azimuth_identity_operator_chart_repo : https://azimuth-cloud.github.io/azimuth-identity-operator
55azimuth_identity_operator_chart_name : azimuth-identity-operator
6- azimuth_identity_operator_chart_version : 0.9.2
6+ azimuth_identity_operator_chart_version : 0.9.3
77
88# Release information for the operator release
99# Use the same namespace as Azimuth by default
Original file line number Diff line number Diff line change 33# The chart to use
44certmanager_chart_repo : https://charts.jetstack.io
55certmanager_chart_name : cert-manager
6- certmanager_chart_version : v1.18.2
6+ certmanager_chart_version : v1.19.1
77
88# Release information for the cert-manager release
99certmanager_release_namespace : cert-manager
Original file line number Diff line number Diff line change 11---
22crossplane_chart_name : crossplane
33crossplane_chart_repo : https://charts.crossplane.io/stable
4- crossplane_chart_version : 1.20 .0
4+ crossplane_chart_version : 2.1 .0
55crossplane_release_namespace : crossplane-system
66crossplane_release_name : crossplane
77crossplane_release_defaults : {}
@@ -14,7 +14,7 @@ crossplane_release_values: >-
1414crossplane_wait_timeout : 5m
1515
1616crossplane_keycloak_provider_config_name : keycloak-config
17- crossplane_keycloak_provider_version : v2.6 .0
17+ crossplane_keycloak_provider_version : v2.10 .0
1818crossplane_keycloak_provider_config_creds :
1919 client_id : admin-cli
2020 username : admin
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.4
9+ flux_chart_version : 2.17.1
1010
1111flux_release_namespace : flux-system
1212flux_release_name : flux
@@ -38,7 +38,7 @@ flux_release_values: >-
3838# The Flux repository
3939flux_cli_repo : https://github.com/fluxcd/flux2
4040# The Flux version to download
41- flux_cli_version : v2.6.4
41+ flux_cli_version : v2.7.3
4242# The OS variant and architecture to use
4343flux_cli_os : " {{ ansible_system | lower }}"
4444flux_cli_architecture : " {{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"
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.13.2
6+ ingress_nginx_chart_version : 4.14.0
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 K9s repo
44k9s_repo : https://github.com/derailed/k9s
55# The K9s version to download
6- k9s_version : v0.50.9
6+ k9s_version : v0.50.16
77# The OS variant and architecture to use
88# See https://github.com/derailed/k9s/releases for the available options
99k9s_os : " {{ ansible_system }}"
You can’t perform that action at this time.
0 commit comments