Skip to content

Commit

Permalink
build: bump up mapt to 0.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <[email protected]>
  • Loading branch information
odockal authored and adrianriobo committed Jan 27, 2025
1 parent 65b002e commit e60c051
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-e2e-podman-windows-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-e2e-test-job-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
type: 'string'
required: true
mapt_params:
default: 'IMAGE="quay.io/redhat-developer/mapt",VERSION="v0.7.3"'
default: 'IMAGE="quay.io/redhat-developer/mapt",VERSION="v0.7.4"'
description: 'Mapt image version'
type: 'string'
required: true
Expand All @@ -71,7 +71,7 @@ jobs:
steps:
- name: Set the default env. variables
env:
DEFAULT_MAPT_PARAMS: 'IMAGE="quay.io/redhat-developer/mapt",VERSION="v0.7.3"'
DEFAULT_MAPT_PARAMS: 'IMAGE="quay.io/redhat-developer/mapt",VERSION="v0.7.4"'
DEFAULT_EXT_TESTS: '0'
DEFAULT_NPM_TARGET: 'test:e2e'
DEFAULT_PODMAN_PROVIDER: 'wsl'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-remote-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-desktop-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read
checks: write
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
timeout-minutes: 120
runs-on: ubuntu-latest
env:
MAPT_VERSION: v0.7.3
MAPT_VERSION: v0.7.4
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down

0 comments on commit e60c051

Please sign in to comment.