Skip to content

chore(deps): bump kube from 0.82.2 to 0.96.0 #101

chore(deps): bump kube from 0.82.2 to 0.96.0

chore(deps): bump kube from 0.82.2 to 0.96.0 #101

Workflow file for this run

name: Helm OCI
on:
schedule:
- cron: "15 14 * * *"
push:
paths:
- "charts/**"
- ".github/workflows/helm-oci.yml"
branches: ["main", "stable"]
# Publish semver tags as releases.
# tags: ["v*.*.*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
docker:
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
# uses: appany/[email protected]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: appany/[email protected]
with:
name: chisel-operator
repository: fyralabs/chisel-operator
tag: 0.1.0
path: charts/chisel-operator
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
# update_dependencies: true