Skip to content

bump up opensearch to 2.11.0, fluent-bit to 2.2.0 #193

bump up opensearch to 2.11.0, fluent-bit to 2.2.0

bump up opensearch to 2.11.0, fluent-bit to 2.2.0 #193

Workflow file for this run

name: Release Charts
on:
push:
branches:
- 'main'
tags:
- '*.*.*'
paths-ignore:
- 'website/**'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.7.1
- name: Publish Helm charts
run: ./.github/scripts/publish.sh
shell: bash
env:
token: ${{ secrets.TOKEN }}