Skip to content

feat(vector): Bump Vector to v0.35.0 (#353) #67

feat(vector): Bump Vector to v0.35.0 (#353)

feat(vector): Bump Vector to v0.35.0 (#353) #67

Workflow file for this run

# Credit: https://github.com/DataDog/helm-charts/blob/main/.github/workflows/release.yaml
name: Release Charts
on:
push:
branches:
- master
paths:
- 'charts/**'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Add repo
run: |
helm repo add vector https://helm.vector.dev
helm repo update
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
CR_SKIP_EXISTING: true