Skip to content

⬆️ bump chart to v0.3.3 #5

⬆️ bump chart to v0.3.3

⬆️ bump chart to v0.3.3 #5

name: helm chart update
on:
push:
paths:
- 'install/chart/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push Helm chart to Cyclops OCI
run: |
helm package install/chart
helm push cyclops-chart-$(yq .version install/chart/Chart.yaml).tgz oci://registry-1.docker.io/cyclopsui