Skip to content

Commit daf2846

Browse files
authored
Merge branch 'main' into update-dependency/k3s
2 parents ec7f020 + 6865b7e commit daf2846

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ tags:
1616

1717
dependencies:
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"

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.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

roles/azimuth_schedule_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_schedule_operator_chart_repo: https://azimuth-cloud.github.io/azimuth-schedule-operator
44
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
66

77
# Release information for the operator release
88
# Use the same namespace as Azimuth by default

roles/clusterapi/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ clusterapi_watches:
128128
# Helm chart information for the Cluster API addon provider
129129
clusterapi_addon_provider_chart_repo: https://azimuth-cloud.github.io/cluster-api-addon-provider
130130
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
132132

133133
# Release information for the Cluster API addon provider release
134134
clusterapi_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
156156
clusterapi_janitor_openstack_chart_repo: https://azimuth-cloud.github.io/cluster-api-janitor-openstack
157157
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
159159

160160
# Release information for the Cluster API janitor release
161161
clusterapi_janitor_openstack_release_namespace: capi-janitor-system

roles/community_images/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ community_images_venv_path: /opt/community-images-venv
55

66
# The path to the openstack cli executable
77
community_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

roles/flux/defaults/main.yml

Lines changed: 1 addition & 1 deletion
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.3
9+
flux_chart_version: 2.16.4
1010

1111
flux_release_namespace: flux-system
1212
flux_release_name: flux

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.12.3
6+
ingress_nginx_chart_version: 4.13.2
77

88
# Release information for the NGINX ingress controller release
99
ingress_nginx_release_namespace: ingress-nginx

roles/kube_prometheus_stack/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
kube_prometheus_stack_chart_repo: https://prometheus-community.github.io/helm-charts
55
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
77

88
# Release information
99
kube_prometheus_stack_release_namespace: monitoring-system

roles/kustomize/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The kustomize repository
44
kustomize_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
99
kustomize_os: "{{ ansible_system | lower }}"

roles/sealed_secrets/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
sealed_secrets_chart_repo: https://bitnami-labs.github.io/sealed-secrets
44
sealed_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
88
sealed_secrets_release_namespace: sealed-secrets-system

0 commit comments

Comments
 (0)