Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Feb 20, 2025
1 parent 43d8b92 commit 67c5e12
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions inventories/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
metal_stack_release_version: develop

setup_yaml:
- url: https://raw.githubusercontent.com/metal-stack/releases/{{ metal_stack_release_version }}/release.yaml
meta_var: metal_stack_release

##
## for development purposes, you can override releases from our image vector here
##
Expand All @@ -15,11 +18,10 @@ setup_yaml:
# metal_masterdata_api_image_tag:
# metal_console_image_name:
# metal_console_image_tag:
# metal_core_image_name:
# metal_core_image_tag:
# ...
#
# further overrides can be looked up in the metal-role projects where the mapping is defined:
# https://github.com/metal-stack/metal-roles/blob/master/defaults/main.yaml

##
## for ansible roles
Expand All @@ -29,6 +31,12 @@ setup_yaml:
# metal_roles_version:
# metal_ansible_modules_version:

# helm charts
##
## helm charts
##

# metal_helm_chart_version:
# metal_helm_chart_repo:

# further overrides can be looked up in the metal-role projects where the mapping is defined:
# https://github.com/metal-stack/metal-roles/blob/master/defaults/main.yaml

0 comments on commit 67c5e12

Please sign in to comment.