File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
applications/apicurio-registry Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
spec :
19
19
containers :
20
20
- image : >-
21
- quay.io/apicurio/apicurio-registry@sha256:bb440aaa335a10f1fa3ae560b8d26272d161e37b2149ea568cc5cca3b66a4162
21
+ quay.io/apicurio/apicurio-registry@sha256:28aed1862a961f05bd47d0ccc763fe990c3b30981549e9a6688c7c3e298cf6e2
22
22
name: apicurio-registry-api
23
23
ports:
24
24
- name: web
49
49
- name: REGISTRY_STORAGE_DB_KIND
50
50
value: postgresql
51
51
- name: CLIENT_CREDENTIALS_BASIC_AUTH_ENABLED
52
- value: " true"
52
+ value: ' true'
53
53
- name: CLIENT_CREDENTIALS_BASIC_CACHE_EXPIRATION
54
- value: "4"
54
+ value: '4'
55
55
- name: REGISTRY_DATABASE
56
56
valueFrom:
57
57
secretKeyRef:
81
81
value: >-
82
82
jdbc:postgresql://${REGISTRY_DATASOURCE_HOST}:${REGISTRY_DATASOURCE_PORT}/${REGISTRY_DATABASE}
83
83
- name: REGISTRY_APIS_V2_DATE_FORMAT
84
- value: " yyyy-MM-dd'T' HH:mm:ssZ"
84
+ value: ' yyyy-MM-dd''T'' HH:mm:ssZ'
85
85
resources:
86
86
limits:
87
87
cpu: 500m
Original file line number Diff line number Diff line change 18
18
spec :
19
19
containers :
20
20
- image : >-
21
- quay.io/apicurio/apicurio-registry-ui@sha256:1e4667d1bce90547fe12d8796ebe8e962ac0d4e0cbd2c1c98d97902c515b7352
21
+ quay.io/apicurio/apicurio-registry-ui@sha256:af34a240dc18182418770d86fa176a0eb544d703522ad325c7ce61c8545173ad
22
22
name: apicurio-registry-ui
23
23
ports:
24
24
- name: web
You can’t perform that action at this time.
0 commit comments