Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Commit

Permalink
Automated: Bump Docker images (#119)
Browse files Browse the repository at this point in the history
* Automated: Bump Docker images

* update app for abac engine

* update tests
  • Loading branch information
qlikossbuild authored and carlioth committed Feb 8, 2019
1 parent a2cecba commit 9165ac3
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment-test/verify-deployment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Verify the Deployment', () => {
beforeEach(async () => {
session = enigma.create({
schema,
url: `ws://${testClusterIP}/app/doc/5f5f03fe-00f3-4a4b-ac52-db32152a7e44`,
url: `ws://${testClusterIP}/app/doc/739db838-dd28-4078-8715-ee9cfcc06c29`,
createSocket: url => new WebSocket(url),
});
qix = await session.open();
Expand All @@ -23,7 +23,7 @@ describe('Verify the Deployment', () => {
it('Verify that the correct app is opened', async () => {
const app = await qix.getActiveDoc();
const layout = await app.getAppLayout();
expect(layout.qTitle).to.equal('5f5f03fe-00f3-4a4b-ac52-db32152a7e44');
expect(layout.qTitle).to.equal('739db838-dd28-4078-8715-ee9cfcc06c29');
});

it('Verify that the app includes at least one of the correct fields', async () => {
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion qlik-core/engine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
terminationGracePeriodSeconds: 600
containers:
- name: engine
image: "qlikcore/engine:12.311.0"
image: "qlikcore/engine:12.321.0"
resources:
requests:
memory: "2200Mi"
Expand Down

0 comments on commit 9165ac3

Please sign in to comment.