Compare commits
2 Commits
renovate/a
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
9ba5a1e8a4
|
|||
fb148ad1fe |
@@ -66,9 +66,9 @@ directus:
|
|||||||
- name: REDIS_ENABLED
|
- name: REDIS_ENABLED
|
||||||
value: true
|
value: true
|
||||||
- name: REDIS_NAME
|
- name: REDIS_NAME
|
||||||
value: redis-sentinel-directus
|
value: redis-sentinel-directus-sentinel
|
||||||
- name: REDIS_SENTINELS
|
- name: REDIS_SENTINELS
|
||||||
value: 'json:[{"host": redis-sentinel-directus-sentinel, "port": 26379}]'
|
value: 'json:[{"host": "redis-sentinel-directus-sentinel", "port": 26379}]'
|
||||||
- name: REDIS_USERNAME
|
- name: REDIS_USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@@ -65,7 +65,7 @@ harbor:
|
|||||||
controller:
|
controller:
|
||||||
image:
|
image:
|
||||||
repository: goharbor/harbor-registryctl
|
repository: goharbor/harbor-registryctl
|
||||||
tag: v2.13.2
|
tag: v2.14.0
|
||||||
existingSecret: harbor-secret
|
existingSecret: harbor-secret
|
||||||
relativeurls: true
|
relativeurls: true
|
||||||
credentials:
|
credentials:
|
||||||
|
Reference in New Issue
Block a user