Compare commits

...

5 commits

4 changed files with 26 additions and 7 deletions

View file

@ -9,10 +9,10 @@ metadata:
labels: labels:
argocd.argoproj.io/secret-type: repository argocd.argoproj.io/secret-type: repository
stringData: stringData:
name: bitnami name: forgejo
type: helm type: helm
enableOci: "true" enableOci: "true"
url: codeberg.org/forgejo-contrib url: code.forgejo.org/forgejo-helm
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -30,17 +30,29 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
source: source:
repoURL: codeberg.org/forgejo-contrib repoURL: code.forgejo.org/forgejo-helm
chart: forgejo chart: forgejo
targetRevision: 0.12.1 targetRevision: 8.1.2
helm: helm:
values: | values: |
memcached: memcached:
enabled: true enabled: true
redis:
enabled: true
#global:
# redis:
# password: reset_in_argocd
redis-cluster:
enabled: false
postgresql: postgresql:
enabled: false enabled: false
postgresql-ha:
enabled: false
test: test:
enabled: false enabled: false
persistence:
annotations:
argocd.argoproj.io/sync-options: Delete=false
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx

View file

@ -1 +1 @@
test: test test: test1

View file

@ -20,7 +20,7 @@ spec:
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository # https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
- repoURL: https://argoproj.github.io/argo-helm - repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd chart: argo-cd
targetRevision: 5.45.0 targetRevision: 9.2.4
helm: helm:
valueFiles: valueFiles:
- $values/state/gullfaxi/system/argocd/values.yaml - $values/state/gullfaxi/system/argocd/values.yaml

View file

@ -1,6 +1,12 @@
global:
domain: argocd.ioot.xyz
redis:
image:
repository: cr.yandex/mirror/library/redis
configs: configs:
cm: cm:
url: https://argocd.ioot.xyz
exec.enabled: true exec.enabled: true
admin.enabled: false admin.enabled: false
statusbadge.enabled: "true" statusbadge.enabled: "true"
@ -16,6 +22,7 @@ configs:
policy.csv: | policy.csv: |
# sub for amkartashov github account with id 7404372 # sub for amkartashov github account with id 7404372
g, Cgc3NDA0MzcyEgZnaXRodWI, role:admin g, Cgc3NDA0MzcyEgZnaXRodWI, role:admin
scopes: '[sub, groups, email]'
server: server:
# https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#ssl-passthrough-with-cert-manager-and-lets-encrypt # https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#ssl-passthrough-with-cert-manager-and-lets-encrypt