Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

chore(deps): update nginx docker tag to v1.25.1 (#329) #11

chore(deps): update nginx docker tag to v1.25.1 (#329)

chore(deps): update nginx docker tag to v1.25.1 (#329) #11

Workflow file for this run

name: Release charts
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
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@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
with:
# renovate: datasource=github-releases depName=helm/helm
version: v3.12.1
- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# Skip upload of existing charts. This is useful when not bumping version numbers
# for simple documentation updates
CR_SKIP_EXISTING: true