Skip to content

Commit a95d19e

Browse files
committed
Automatic upgrade of Registry container images.
1 parent 18e9f5e commit a95d19e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

applications/apicurio-registry/deployment-api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- image: >-
21-
quay.io/apicurio/apicurio-registry@sha256:bb440aaa335a10f1fa3ae560b8d26272d161e37b2149ea568cc5cca3b66a4162
21+
quay.io/apicurio/apicurio-registry@sha256:28aed1862a961f05bd47d0ccc763fe990c3b30981549e9a6688c7c3e298cf6e2
2222
name: apicurio-registry-api
2323
ports:
2424
- name: web
@@ -49,9 +49,9 @@ spec:
4949
- name: REGISTRY_STORAGE_DB_KIND
5050
value: postgresql
5151
- name: CLIENT_CREDENTIALS_BASIC_AUTH_ENABLED
52-
value: "true"
52+
value: 'true'
5353
- name: CLIENT_CREDENTIALS_BASIC_CACHE_EXPIRATION
54-
value: "4"
54+
value: '4'
5555
- name: REGISTRY_DATABASE
5656
valueFrom:
5757
secretKeyRef:
@@ -81,7 +81,7 @@ spec:
8181
value: >-
8282
jdbc:postgresql://${REGISTRY_DATASOURCE_HOST}:${REGISTRY_DATASOURCE_PORT}/${REGISTRY_DATABASE}
8383
- name: REGISTRY_APIS_V2_DATE_FORMAT
84-
value: "yyyy-MM-dd'T'HH:mm:ssZ"
84+
value: 'yyyy-MM-dd''T''HH:mm:ssZ'
8585
resources:
8686
limits:
8787
cpu: 500m

applications/apicurio-registry/deployment-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- image: >-
21-
quay.io/apicurio/apicurio-registry-ui@sha256:1e4667d1bce90547fe12d8796ebe8e962ac0d4e0cbd2c1c98d97902c515b7352
21+
quay.io/apicurio/apicurio-registry-ui@sha256:af34a240dc18182418770d86fa176a0eb544d703522ad325c7ce61c8545173ad
2222
name: apicurio-registry-ui
2323
ports:
2424
- name: web

0 commit comments

Comments
 (0)