Skip to content

Cluster domain update (#156) #111

Cluster domain update (#156)

Cluster domain update (#156) #111

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge helm charts
on:
push:
branches:
- main
- release-*
paths:
- 'helm/**'
workflow_dispatch:
permissions: {}
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@5f1c7f544b235db6ded508b6b4c6a2d3a78a38be # v0.1.45
with:
run_build: false
run_helm_build: true
run_helm_push: true
run_version_tag: true
prefix_tag_separator: "/"
project_folder: "helm"
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}