Skip to content

Commit 1d0ec98

Browse files
authored
Merge branch 'main' into update-dependency/snapshot-controller
2 parents de43464 + 7e69959 commit 1d0ec98

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ tags:
1717
dependencies:
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"

roles/azimuth/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
azimuth_chart_repo: https://azimuth-cloud.github.io/azimuth
55
azimuth_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
99
azimuth_release_namespace: azimuth

roles/azimuth_apps_operator/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
azimuth_apps_operator_chart_repo: https://azimuth-cloud.github.io/azimuth-apps-operator
55
azimuth_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

roles/azimuth_caas_operator/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The chart to use
33
azimuth_caas_operator_chart_repo: https://azimuth-cloud.github.io/azimuth-caas-operator
44
azimuth_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

roles/azimuth_identity_operator/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
azimuth_identity_operator_chart_repo: https://azimuth-cloud.github.io/azimuth-identity-operator
55
azimuth_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

roles/certmanager/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
certmanager_chart_repo: https://charts.jetstack.io
55
certmanager_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
99
certmanager_release_namespace: cert-manager

roles/crossplane/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
crossplane_chart_name: crossplane
33
crossplane_chart_repo: https://charts.crossplane.io/stable
4-
crossplane_chart_version: 1.20.0
4+
crossplane_chart_version: 2.1.0
55
crossplane_release_namespace: crossplane-system
66
crossplane_release_name: crossplane
77
crossplane_release_defaults: {}
@@ -14,7 +14,7 @@ crossplane_release_values: >-
1414
crossplane_wait_timeout: 5m
1515

1616
crossplane_keycloak_provider_config_name: keycloak-config
17-
crossplane_keycloak_provider_version: v2.6.0
17+
crossplane_keycloak_provider_version: v2.10.0
1818
crossplane_keycloak_provider_config_creds:
1919
client_id: admin-cli
2020
username: admin

roles/flux/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
flux_chart_repo: https://fluxcd-community.github.io/helm-charts
88
flux_chart_name: flux2
9-
flux_chart_version: 2.16.4
9+
flux_chart_version: 2.17.1
1010

1111
flux_release_namespace: flux-system
1212
flux_release_name: flux
@@ -38,7 +38,7 @@ flux_release_values: >-
3838
# The Flux repository
3939
flux_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
4343
flux_cli_os: "{{ ansible_system | lower }}"
4444
flux_cli_architecture: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"

roles/ingress_nginx/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The chart to use
44
ingress_nginx_chart_repo: https://kubernetes.github.io/ingress-nginx
55
ingress_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
99
ingress_nginx_release_namespace: ingress-nginx

roles/k9s/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The K9s repo
44
k9s_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
99
k9s_os: "{{ ansible_system }}"

0 commit comments

Comments
 (0)