update stashapp version to 0.16.1
This commit is contained in:
@@ -1,13 +1,16 @@
|
|||||||
---
|
---
|
||||||
#values file for stash deployment
|
#values file for stash deployment
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v0.16.1
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
- host: stash.xai-corp.net
|
- host: stash.xai-corp.net
|
||||||
paths:
|
paths:
|
||||||
- path: /opt/stash
|
- path: /
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
2
ansible-5/roles/prod.k3s/tasks/deployments/argoCD.yaml
Normal file
2
ansible-5/roles/prod.k3s/tasks/deployments/argoCD.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
#tasks to deploy argoCD to cluster
|
||||||
@@ -13,8 +13,12 @@
|
|||||||
|
|
||||||
- include_tasks: deployments/stash.yaml
|
- include_tasks: deployments/stash.yaml
|
||||||
|
|
||||||
#- include_tasks: mariadb.yaml
|
- include_tasks: deployments/argoCD.yaml
|
||||||
|
|
||||||
|
|
||||||
|
#-----------------------------------------------------
|
||||||
|
#- include_tasks: mariadb.yaml
|
||||||
|
#
|
||||||
# https://artifacthub.io/packages/helm/twuni/docker-registry
|
# https://artifacthub.io/packages/helm/twuni/docker-registry
|
||||||
#- name: Deploy latest version of docker-registry in dev-tools namespace
|
#- name: Deploy latest version of docker-registry in dev-tools namespace
|
||||||
# local_action:
|
# local_action:
|
||||||
@@ -65,19 +69,19 @@
|
|||||||
# value: /certs/live/xai-corp.net/fullchain.pem
|
# value: /certs/live/xai-corp.net/fullchain.pem
|
||||||
# - name: REGISTRY_HTTP_TLS_KEY
|
# - name: REGISTRY_HTTP_TLS_KEY
|
||||||
# value: /certs/live/xai-corp.net/privkey.pem
|
# value: /certs/live/xai-corp.net/privkey.pem
|
||||||
|
#
|
||||||
|
#
|
||||||
# k3s config file
|
# k3s config file
|
||||||
#- name: Copy k3s config file to /etc/rancher/k3s/config.yaml
|
#- name: Copy k3s config file to /etc/rancher/k3s/config.yaml
|
||||||
# ansible.builtin.copy:
|
# ansible.builtin.copy:
|
||||||
# src: config.yaml
|
# src: config.yaml
|
||||||
# dest: /etc/rancher/k3s/config.yaml
|
# dest: /etc/rancher/k3s/config.yaml
|
||||||
# become: true
|
# become: true
|
||||||
|
#
|
||||||
# provision gitea
|
# provision gitea
|
||||||
|
#
|
||||||
# provision argoCD
|
# provision argoCD
|
||||||
|
#
|
||||||
# provision graphana
|
# provision graphana
|
||||||
#- name: Copy manifest for graphana
|
#- name: Copy manifest for graphana
|
||||||
# ansible.builtin.copy:
|
# ansible.builtin.copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user