mirror of
https://github.com/nold360/hive-apps
synced 2025-02-12 19:21:12 +00:00
Compare commits
4 commits
b4fcf14693
...
679d5a1630
Author | SHA1 | Date | |
---|---|---|---|
|
679d5a1630 | ||
|
d6829b8759 | ||
|
bd25b46fb3 | ||
|
70e83a217e |
4 changed files with 5 additions and 4 deletions
|
@ -185,7 +185,7 @@ postgresql:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 15.6.0-debian-11-r7
|
||||
tag: 16.2.0-debian-11-r7
|
||||
pullPolicy: IfNotPresent
|
||||
## @param architecture PostgreSQL architecture (`standalone` or `replication`)
|
||||
##
|
||||
|
|
|
@ -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