Skip to content

Commit

Permalink
Merge pull request #1 from nepalevov/test-bump-extension
Browse files Browse the repository at this point in the history
feat!: bump common dependency in dial-extension chart
  • Loading branch information
nepalevov authored Oct 30, 2024
2 parents 23b3097 + d970b18 commit c7804ac
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 440 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS

This file was deleted.

45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,6 @@ jobs:
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: v3.13.0

# Optional step if GPG signing is used
- name: Prepare GPG key
run: |
gpg_dir=.cr-gpg
mkdir "$gpg_dir"
keyring="$gpg_dir/secring.gpg"
base64 -d <<< "$GPG_KEYRING_BASE64" > "$keyring"
passphrase_file="$gpg_dir/passphrase"
echo "$GPG_PASSPHRASE" > "$passphrase_file"
echo "CR_PASSPHRASE_FILE=$passphrase_file" >> "$GITHUB_ENV"
echo "CR_KEYRING=$keyring" >> "$GITHUB_ENV"
env:
GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}"
GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}"

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/sync-readme.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit c7804ac

Please sign in to comment.