mirror of
https://github.com/nold360/hive-apps
synced 2025-02-13 03:41:05 +00:00
Compare commits
2 commits
eb1cadb9ee
...
a4399ef2e2
Author | SHA1 | Date | |
---|---|---|---|
|
a4399ef2e2 | ||
|
4768b66680 |
6 changed files with 8 additions and 5 deletions
|
@ -75,7 +75,7 @@ apps:
|
|||
namespace: cert-manager
|
||||
repoURL: https://charts.jetstack.io
|
||||
chart: cert-manager
|
||||
targetRevision: v1.16.2
|
||||
targetRevision: v1.16.1
|
||||
secrets:
|
||||
- name: cert-manager-vault-approle
|
||||
keys:
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
targetRevision: 66.2.1
|
||||
targetRevision: 66.1.1
|
||||
secrets:
|
||||
- name: grafana
|
||||
keys:
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: vault
|
||||
repoURL: https://helm.releases.hashicorp.com
|
||||
chart: vault
|
||||
targetRevision: 0.29.1
|
||||
targetRevision: 0.29.0
|
||||
syncWave: '-3'
|
||||
ignoreDiff:
|
||||
- group: "*"
|
||||
|
|
|
@ -19,7 +19,6 @@ env:
|
|||
WOODPECKER_BACKEND_K8S_POD_ANNOTATIONS: ''
|
||||
WOODPECKER_CONNECT_RETRY_COUNT: '1'
|
||||
|
||||
mapAgentSecret: false
|
||||
# -- Add extra secret that is contains environment variables
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-secret
|
||||
|
|
|
@ -31,6 +31,10 @@ extraSecretNamesForEnvFrom:
|
|||
- woodpecker-secret
|
||||
- github-oauth
|
||||
|
||||
# -- Create a generic secret to store things in, e.g. env values
|
||||
secrets:
|
||||
- name: woodpecker-store
|
||||
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: argo-workflows
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-workflows
|
||||
targetRevision: 0.45.0
|
||||
targetRevision: 0.44.1
|
||||
# secrets:
|
||||
# - name: argocd-secret
|
||||
# keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue