Skip to content

Commit

Permalink
Merge pull request #2109 from slim-bean/remove-more-gpg
Browse files Browse the repository at this point in the history
remove chart signing from update-helm-repo workflow
  • Loading branch information
slim-bean authored Jan 11, 2023
2 parents fc2f0c5 + a6e0971 commit adabf2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 161 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/update-helm-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ on:
helm_repo_token:
description: GitHub api token to use against the helm-charts repository
required: true
gpg_key_base64:
description: GPG key in base64 for signing helm package with
required: true

env:
CR_CONFIGFILE: "${{ github.workspace }}/source/${{ inputs.cr_configfile }}"
CT_CONFIGFILE: "${{ github.workspace }}/source/${{ inputs.ct_configfile }}"
CR_INDEX_PATH: "${{ github.workspace }}/.cr-index"
CR_KEYRING: "${{ github.workspace }}/.cr-gpg/secring.gpg"
CR_PACKAGE_PATH: "${{ github.workspace }}/.cr-release-packages"
CR_TOOL_PATH: "${{ github.workspace }}/.cr-tool"
HELM_TAG_PREFIX: "${{ inputs.helm_tag_prefix }}"
Expand Down Expand Up @@ -125,14 +121,6 @@ jobs:
with:
version: v3.5.2

- name: Prepare GPG key
run: |
keyring_dir=$(dirname "${CR_KEYRING}")
mkdir "${keyring_dir}"
base64 -d <<< "$GPG_KEY_BASE64" > "${CR_KEYRING}"
env:
GPG_KEY_BASE64: "${{ secrets.gpg_key_base64 }}"

- name: Add dependency chart repos
# Todo replace this by https://github.com/grafana/helm-charts/issues/1534
run: |
Expand Down
149 changes: 0 additions & 149 deletions INTERNAL.md

This file was deleted.

0 comments on commit adabf2e

Please sign in to comment.