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 Nov 9, 2023
1 parent 0ecb75d commit a006ca4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
13 changes: 6 additions & 7 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-sql@sha256:84f5208981ff7170ccfadaf3d58800b423373b52ddf11f6322f437abb0dcc6b8
quay.io/apicurio/apicurio-api-designer-mem@sha256:cbf7930fe7bde53436b25759c10373c5b0d8ce5434a005dab19a92df4eefd527
name: apicurio-designer-api
ports:
- name: web
Expand All @@ -33,16 +33,16 @@ spec:
value: prod
- name: DESIGNER_CORS_ALLOWED_ORIGINS
value: '*'
- name: AUTH_ENABLED
value: "true"
value: 'true'
- name: OIDC_TOKENT_ENDPOINT
value: https://keycloak-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/realms/apicurio
value: >-
https://keycloak-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/realms/apicurio
- name: OIDC_URL
value: https://keycloak-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/realms/apicurio
value: >-
https://keycloak-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/realms/apicurio
- name: OIDC_API_CLIENT_ID
value: designer-api
- name: DESIGNER_DATABASE
valueFrom:
secretKeyRef:
Expand All @@ -58,7 +58,6 @@ spec:
secretKeyRef:
name: rds-apicurio-designer-credentials
key: host
- name: DESIGNER_STORAGE_DATASOURCE_URL
value: >-
jdbc:postgresql://${DESIGNER_DATASOURCE_HOST}:${DESIGNER_DATASOURCE_PORT}/${DESIGNER_DATABASE}
Expand Down
9 changes: 5 additions & 4 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:131ee19174095da4cff1213527d1692b8024863607dcc8407569db8c5c6bd857
quay.io/apicurio/apicurio-api-designer-ui@sha256:6f0eee8237af774ef0f5680c5c207e0fa1c12c209ec6454c63703ba7cae34913
name: apicurio-designer-ui
ports:
- name: web
Expand All @@ -28,15 +28,16 @@ spec:
- name: DESIGNER_API_URL
value: >-
https://apicurio-designer-api-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/apis/designer/v0
- name: DESIGNER_AUTH_TYPE
value: oidc
- name: DESIGNER_AUTH_URL
value: https://keycloak-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/realms/apicurio
value: >-
https://keycloak-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/realms/apicurio
- name: DESIGNER_AUTH_CLIENT_ID
value: designer-ui
- name: DESIGNER_AUTH_REDIRECT_URL
value: https://apicurio-designer-ui-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/
value: >-
https://apicurio-designer-ui-rhaf-apicurio.apps.dev-eng-ocp4-mas.dev.3sca.net/
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit a006ca4

Please sign in to comment.