Skip to content
Snippets Groups Projects
Commit 92bea3dc authored by František Dvořák's avatar František Dvořák
Browse files

ENVRI Hub: update versions and cleanups

parent f126037c
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ansible -m command -a 'uname -a' allnodes ...@@ -19,6 +19,7 @@ ansible -m command -a 'uname -a' allnodes
ansible -m shell -a 'while ! test -f /var/lib/cloud/instance/boot-finished; do sleep 2; done' allnodes ansible -m shell -a 'while ! test -f /var/lib/cloud/instance/boot-finished; do sleep 2; done' allnodes
# kubernetes # kubernetes
ansible-playbook playbooks/k8s.yaml
ansible-playbook playbooks/squid.yaml ansible-playbook playbooks/squid.yaml
ansible-playbook playbooks/cvmfs.yaml ansible-playbook playbooks/cvmfs.yaml
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
filter: ansible_local filter: ansible_local
- name: Cert-manager - name: Cert-manager
vars: vars:
version: 1.16.1 version: 1.17.1
config: >- config: >-
--version={{ version }} --version={{ version }}
--set ingressShim.defaultIssuerName=letsencrypt-prod --set ingressShim.defaultIssuerName=letsencrypt-prod
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
storageClass: csi-sc-cinderplugin storageClass: csi-sc-cinderplugin
- name: Prometheus - name: Prometheus
vars: vars:
version: 25.28.0 # app v2.55.0 version: 27.8.0 # app v3.2.1
config: >- config: >-
--version={{ version }} --version={{ version }}
-f /tmp/prometheus.yaml -f /tmp/prometheus.yaml
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
enabled: true enabled: true
- name: Grafana - name: Grafana
vars: vars:
version: 8.5.11 # app 11.3.0 version: 8.11.2 # app 11.6.0
config: >- config: >-
--version={{ version }} --version={{ version }}
-f /tmp/grafana.yaml -f /tmp/grafana.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment