update stashapp version to 0.16.1

This commit is contained in:
2022-10-03 20:15:26 -04:00
parent d72ab51f82
commit 3ebc6b2e5e
3 changed files with 16 additions and 7 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
---
#tasks to deploy argoCD to cluster

View File

@@ -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: