mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 14:11:13 +00:00
Compare commits
7 commits
de9ec70d3c
...
68d4627ae8
Author | SHA1 | Date | |
---|---|---|---|
|
68d4627ae8 | ||
|
65aede297f | ||
7c34a37d2a | |||
043b10ca78 | |||
|
42a0c9296e | ||
|
4dba02eb1b | ||
|
b067bb2097 |
6 changed files with 5 additions and 8 deletions
|
@ -5,4 +5,4 @@ apps:
|
||||||
- name: falco
|
- name: falco
|
||||||
repoURL: https://falcosecurity.github.io/charts
|
repoURL: https://falcosecurity.github.io/charts
|
||||||
chart: falco
|
chart: falco
|
||||||
targetRevision: 3.8.7
|
targetRevision: 4.15.1
|
||||||
|
|
|
@ -75,7 +75,7 @@ apps:
|
||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
repoURL: https://charts.jetstack.io
|
repoURL: https://charts.jetstack.io
|
||||||
chart: cert-manager
|
chart: cert-manager
|
||||||
targetRevision: v1.16.1
|
targetRevision: v1.16.2
|
||||||
secrets:
|
secrets:
|
||||||
- name: cert-manager-vault-approle
|
- name: cert-manager-vault-approle
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
targetRevision: 66.1.1
|
targetRevision: 66.2.1
|
||||||
secrets:
|
secrets:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
||||||
- name: vault
|
- name: vault
|
||||||
repoURL: https://helm.releases.hashicorp.com
|
repoURL: https://helm.releases.hashicorp.com
|
||||||
chart: vault
|
chart: vault
|
||||||
targetRevision: 0.29.0
|
targetRevision: 0.29.1
|
||||||
syncWave: '-3'
|
syncWave: '-3'
|
||||||
ignoreDiff:
|
ignoreDiff:
|
||||||
- group: "*"
|
- group: "*"
|
||||||
|
|
|
@ -19,6 +19,7 @@ env:
|
||||||
WOODPECKER_BACKEND_K8S_POD_ANNOTATIONS: ''
|
WOODPECKER_BACKEND_K8S_POD_ANNOTATIONS: ''
|
||||||
WOODPECKER_CONNECT_RETRY_COUNT: '1'
|
WOODPECKER_CONNECT_RETRY_COUNT: '1'
|
||||||
|
|
||||||
|
mapAgentSecret: false
|
||||||
# -- Add extra secret that is contains environment variables
|
# -- Add extra secret that is contains environment variables
|
||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-secret
|
- woodpecker-secret
|
||||||
|
|
|
@ -31,10 +31,6 @@ extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-secret
|
- woodpecker-secret
|
||||||
- github-oauth
|
- github-oauth
|
||||||
|
|
||||||
# -- Create a generic secret to store things in, e.g. env values
|
|
||||||
secrets:
|
|
||||||
- name: woodpecker-store
|
|
||||||
|
|
||||||
persistentVolume:
|
persistentVolume:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
|
|
Loading…
Reference in a new issue