Skip to content

Commit

Permalink
Automatic upgrade of Registry container images.
Browse files Browse the repository at this point in the history
  • Loading branch information
apicurio-ci committed Jan 18, 2024
1 parent 18e9f5e commit a95d19e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions applications/apicurio-registry/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- image: >-
quay.io/apicurio/apicurio-registry@sha256:bb440aaa335a10f1fa3ae560b8d26272d161e37b2149ea568cc5cca3b66a4162
quay.io/apicurio/apicurio-registry@sha256:28aed1862a961f05bd47d0ccc763fe990c3b30981549e9a6688c7c3e298cf6e2
name: apicurio-registry-api
ports:
- name: web
Expand Down Expand Up @@ -49,9 +49,9 @@ spec:
- name: REGISTRY_STORAGE_DB_KIND
value: postgresql
- name: CLIENT_CREDENTIALS_BASIC_AUTH_ENABLED
value: "true"
value: 'true'
- name: CLIENT_CREDENTIALS_BASIC_CACHE_EXPIRATION
value: "4"
value: '4'
- name: REGISTRY_DATABASE
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
value: >-
jdbc:postgresql://${REGISTRY_DATASOURCE_HOST}:${REGISTRY_DATASOURCE_PORT}/${REGISTRY_DATABASE}
- name: REGISTRY_APIS_V2_DATE_FORMAT
value: "yyyy-MM-dd'T'HH:mm:ssZ"
value: 'yyyy-MM-dd''T''HH:mm:ssZ'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion applications/apicurio-registry/deployment-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- image: >-
quay.io/apicurio/apicurio-registry-ui@sha256:1e4667d1bce90547fe12d8796ebe8e962ac0d4e0cbd2c1c98d97902c515b7352
quay.io/apicurio/apicurio-registry-ui@sha256:af34a240dc18182418770d86fa176a0eb544d703522ad325c7ce61c8545173ad
name: apicurio-registry-ui
ports:
- name: web
Expand Down

0 comments on commit a95d19e

Please sign in to comment.