Skip to content

chore(deps): update helm release kube-prometheus-stack to v67.7.0 #242

chore(deps): update helm release kube-prometheus-stack to v67.7.0

chore(deps): update helm release kube-prometheus-stack to v67.7.0 #242

Workflow file for this run

name: Feature Branch
on:
pull_request:
paths:
- "*.tf"
- "files/helm/**/*.yaml"
types:
- opened
- synchronize
- reopened
- closed
branches:
- main
workflow_dispatch:
jobs:
feature_deploy:
if: github.event_name == 'pull_request' && github.event.action != 'closed'
uses: tx-pts-dai/github-workflows/.github/workflows/tf-feature.yaml@v2
with:
environment: examples
tf_dir: tests/main
tf_vars: |
name = "${{ github.head_ref }}"
feature_destroy:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
uses: tx-pts-dai/github-workflows/.github/workflows/tf-cleanup.yaml@v2
with:
environment: examples
tf_dir: tests/main
tf_vars: |
name = "${{ github.head_ref }}"
manual_feature_destroy:
if: github.event_name == 'workflow_dispatch'
uses: tx-pts-dai/github-workflows/.github/workflows/tf-cleanup.yaml@v2
with:
environment: examples
tf_dir: tests/main
tf_vars: |
name = "${{ github.ref_name }}"