mirror of
https://github.com/nold360/hive-apps
synced 2025-01-10 07:46:17 +00:00
Compare commits
3 commits
9ffb83126c
...
f2902dd120
Author | SHA1 | Date | |
---|---|---|---|
|
f2902dd120 | ||
|
f70057e8e3 | ||
|
0deff388ce |
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.10.4
|
||||
tag: v2.10.5
|
||||
# imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
|
@ -176,7 +176,7 @@ repoServer:
|
|||
|
||||
initContainers:
|
||||
- name: copy-cmp-server
|
||||
image: quay.io/argoproj/argocd:v2.10.4
|
||||
image: quay.io/argoproj/argocd:v2.10.5
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -9,7 +9,7 @@ image:
|
|||
# -- image repository
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
# @default -- chart.appVersion
|
||||
tag: "1.14"
|
||||
tag: "1.15"
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ server:
|
|||
enabled: true
|
||||
image:
|
||||
repository: quay.io/prometheus/prometheus
|
||||
tag: v2.51.0
|
||||
tag: v2.51.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
Loading…
Reference in a new issue