Skip to content

Commit

Permalink
Increase helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 17, 2024
1 parent 386c5b0 commit 5310738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
KUBECONFIG: /etc/kubernetes/admin.conf

- name: Deploy Galaxy
command: helm install --create-namespace -n {{ NAMESPACE }} galaxy galaxy/galaxy --timeout 10m -f /opt/galaxy_values.yaml --version 5.9.0
command: helm install --create-namespace -n {{ NAMESPACE }} galaxy galaxy/galaxy --timeout 10m -f /opt/galaxy_values.yaml --version 5.19.0
environment:
KUBECONFIG: /etc/kubernetes/admin.conf
ignore_errors: true
Expand Down
2 changes: 1 addition & 1 deletion templates/k8s_galaxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ topology_template:
interfaces:
Standard:
configure:
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/k8s_galaxy.yml
implementation: https://raw.githubusercontent.com/grycap/tosca/main/artifacts/galaxy/k8s_galaxy.yml
inputs:
galaxy_admin_users: { get_input: galaxy_admin_users }
galaxy_brand: { get_input: galaxy_brand }
Expand Down

0 comments on commit 5310738

Please sign in to comment.