mirror of
https://github.com/nold360/hive-apps
synced 2025-01-27 17:42:52 +00:00
Compare commits
4 commits
b1ffae8fec
...
c13ae6ce30
Author | SHA1 | Date | |
---|---|---|---|
|
c13ae6ce30 | ||
|
1ac157537a | ||
|
7677f6b39f | ||
|
eb076807ab |
2 changed files with 4 additions and 4 deletions
|
@ -185,7 +185,7 @@ postgresql:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 15.5.0-debian-11-r7
|
||||
tag: 15.6.0-debian-11-r7
|
||||
pullPolicy: IfNotPresent
|
||||
## @param architecture PostgreSQL architecture (`standalone` or `replication`)
|
||||
##
|
||||
|
@ -764,7 +764,7 @@ redis:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/redis
|
||||
tag: 7.0.15-debian-11-r12
|
||||
tag: 7.2.4-debian-11-r12
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -2119,7 +2119,7 @@ redis:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/redis-exporter
|
||||
tag: 1.50.0-debian-11-r13
|
||||
tag: 1.57.0-debian-11-r13
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
|
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: argo-workflows
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-workflows
|
||||
targetRevision: 0.40.10
|
||||
targetRevision: 0.40.11
|
||||
# secrets:
|
||||
# - name: argocd-secret
|
||||
# keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue