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