Skip to content

Commit

Permalink
Automatic upgrade of Designer container images.
Browse files Browse the repository at this point in the history
  • Loading branch information
apicurio-ci committed Jan 25, 2024
1 parent f21fd15 commit 5e7d3f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions applications/apicurio-designer/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-api-designer@sha256:172dcc280db0ca4941a3a700922ed331f8d3acb680ac21ca0f1905b96835878d
quay.io/apicurio/apicurio-api-designer@sha256:f558125c8d0211d2a7377fe10fbbf98c401ad92c7d65cb8850d277f3a5d3c3a9
name: apicurio-designer-api
ports:
- name: web
Expand All @@ -36,15 +36,13 @@ spec:
- name: AUTH_ENABLED
value: 'true'
- name: OIDC_TOKENT_ENDPOINT
value: >-
https://sso.dev.apicur.io/realms/apicurio
value: 'https://sso.dev.apicur.io/realms/apicurio'
- name: OIDC_URL
value: >-
https://sso.dev.apicur.io/realms/apicurio
value: 'https://sso.dev.apicur.io/realms/apicurio'
- name: OIDC_API_CLIENT_ID
value: designer-api
- name: DESIGNER_STORAGE_DB_KIND
value: "postgresql"
value: postgresql
- name: DESIGNER_DATASOURCE_DATABASE
valueFrom:
secretKeyRef:
Expand Down
5 changes: 2 additions & 3 deletions applications/apicurio-designer/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-api-designer-ui@sha256:aa87bc367755334a067e0db6330fbf6215863cdbeca73dbfdb3f70f279aacc8b
quay.io/apicurio/apicurio-api-designer-ui@sha256:1d5c8a24104bd49634672ae2b182048885e2f5028a8a06e9a82b7705c287e8fc
name: apicurio-designer-ui
ports:
- name: web
Expand All @@ -30,8 +30,7 @@ spec:
- name: DESIGNER_AUTH_TYPE
value: oidc
- name: DESIGNER_AUTH_URL
value: >-
https://sso.dev.apicur.io/realms/apicurio
value: 'https://sso.dev.apicur.io/realms/apicurio'
- name: DESIGNER_AUTH_CLIENT_ID
value: designer-ui
- name: DESIGNER_AUTH_REDIRECT_URL
Expand Down

0 comments on commit 5e7d3f5

Please sign in to comment.