Skip to content

Commit

Permalink
[stable/2024.1] fix: add acmesolver for airgapped clusters (#1907)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1886
/assign mnaser
  • Loading branch information
vexxhost-bot authored Sep 24, 2024
1 parent e06b116 commit 6293ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
kubernetes.core: 2.4.0
openstack.cloud: 1.7.0
vexxhost.ceph: 3.0.1
vexxhost.kubernetes: ">=1.13.4"
vexxhost.kubernetes: ">=1.14.3"
tags:
- application
- cloud
Expand Down
1 change: 1 addition & 0 deletions roles/cert_manager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
cert_manager_image_controller: "{{ atmosphere_images['cert_manager_controller'] }}"
cert_manager_image_cainjector: "{{ atmosphere_images['cert_manager_cainjector'] }}"
cert_manager_image_webhook: "{{ atmosphere_images['cert_manager_webhook'] }}"
cert_manager_image_acmesolver: "{{ atmosphere_images['cert_manager_acmesolver'] }}"
cert_manager_node_selector:
openstack-control-plane: enabled
1 change: 1 addition & 0 deletions roles/defaults/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ _atmosphere_images:
cert_manager_cli: quay.io/jetstack/cert-manager-ctl:v1.12.10
cert_manager_controller: quay.io/jetstack/cert-manager-controller:v1.12.10
cert_manager_webhook: quay.io/jetstack/cert-manager-webhook:v1.12.10
cert_manager_acmesolver: quay.io/jetstack/cert-manager-acmesolver:v1.12.10
cilium_node: quay.io/cilium/cilium:v1.14.8
cilium_operator: quay.io/cilium/operator-generic:v1.14.8
cinder_api: "registry.atmosphere.dev/library/cinder:{{ atmosphere_release }}"
Expand Down

0 comments on commit 6293ed4

Please sign in to comment.