Loading .github/workflows/release.yml 0 → 100644 +32 −0 Original line number Diff line number Diff line name: Release Charts on: push: branches: - master 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.4.0 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 with: config: cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" rucio-daemons/Chart.yaml→charts/rucio-daemons/Chart.yaml +0 −0 File moved. View file rucio-daemons/README.md→charts/rucio-daemons/README.md +0 −0 File moved. View file rucio-daemons/templates/_helpers.tpl→charts/rucio-daemons/templates/_helpers.tpl +0 −0 File moved. View file rucio-daemons/templates/abacus-account.yaml→charts/rucio-daemons/templates/abacus-account.yaml +0 −0 File moved. View file Loading
.github/workflows/release.yml 0 → 100644 +32 −0 Original line number Diff line number Diff line name: Release Charts on: push: branches: - master 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.4.0 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 with: config: cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
rucio-daemons/templates/_helpers.tpl→charts/rucio-daemons/templates/_helpers.tpl +0 −0 File moved. View file
rucio-daemons/templates/abacus-account.yaml→charts/rucio-daemons/templates/abacus-account.yaml +0 −0 File moved. View file