mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 11:11:06 +00:00
Compare commits
4 commits
aeaf86c363
...
741c5fa279
Author | SHA1 | Date | |
---|---|---|---|
|
741c5fa279 | ||
|
d6829b8759 | ||
|
bd25b46fb3 | ||
|
70e83a217e |
4 changed files with 6959 additions and 2480 deletions
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: quay.io/argoproj/argocd
|
||||
tag: v2.13.0
|
||||
tag: v2.13.1
|
||||
# imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 999
|
||||
|
@ -176,7 +176,7 @@ repoServer:
|
|||
|
||||
initContainers:
|
||||
- name: copy-cmp-server
|
||||
image: quay.io/argoproj/argocd:v2.13.0
|
||||
image: quay.io/argoproj/argocd:v2.13.1
|
||||
command:
|
||||
- cp
|
||||
- -n
|
||||
|
|
|
@ -49,7 +49,7 @@ apps:
|
|||
existingNamespace: kube-system
|
||||
repoURL: https://helm.cilium.io
|
||||
chart: cilium
|
||||
targetRevision: 1.16.3
|
||||
targetRevision: 1.16.4
|
||||
|
||||
- name: external-dns
|
||||
repoURL: https://kubernetes-sigs.github.io/external-dns
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||
"commitMessageSuffix": "",
|
||||
"commitBody": "",
|
||||
"prHourlyLimit": 20,
|
||||
"suppressNotifications": [
|
||||
"prIgnoreNotification"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue