Skip to content

chore(deps): update docker.io/nats docker tag to v2.10.22 #953

chore(deps): update docker.io/nats docker tag to v2.10.22

chore(deps): update docker.io/nats docker tag to v2.10.22 #953

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: PR-Lint
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "develop" branch
pull_request:
branches: [ "develop" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
lint-helm:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.8.0
- name: Build Subchart dependencies
run: |
bin/update-helm-dependencies.sh
- name: Lint Helm
run: |
helm lint \
./bke-development/*/. \
./infra/*/. \
./gp-apps/*/.