Skip to content

Commit

Permalink
chore(preview-env): Final adjustments (#1637)
Browse files Browse the repository at this point in the history
* fix(preview-env): Typo in PREVIEW-ENV-CLEAN.yml workflow name

* fix(preview-env): Use web-modeler-ee/modeler-webapp Docker image
  • Loading branch information
clementnero authored Jan 8, 2024
1 parent 1340650 commit 949146a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .ci/preview-environments/charts/c8sm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ camunda-platform:
webapp:
# image:
# repository: web-modeler-ee/modeler-webapp
image:
repository: web-modeler/modeler-webapp-self-managed
tag: latest
resources:
limits:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

clean:
if: always() && github.event_name == 'pull_request' && needs.deploy-preview.result != 'skipped'
uses: camunda/connectors/.github/workflows/PREVIEW-ENV-CLEAN.yml@master
uses: camunda/connectors/.github/workflows/PREVIEW-ENV-CLEAN.yml@main
needs: [deploy-preview]
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PREVIEW-ENV-TEARDOWN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

clean:
if: always() && needs.teardown-preview.result != 'skipped'
uses: camunda/connectors/.github/workflows/preview-env-clean.yml@master
uses: camunda/connectors/.github/workflows/PREVIEW-ENV-CLEAN.yml@main
needs: [teardown-preview]
secrets: inherit
with:
Expand Down

0 comments on commit 949146a

Please sign in to comment.