Skip to content

Commit

Permalink
remove helm
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 21, 2024
1 parent 6d7aac8 commit 0a5964b
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 717 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,4 @@ jobs:
--keyversion-location="${{ env.GAR_LOCATION }}" \
--keyversion-keyring="${{ env.KEY_RING }}" \
--keyversion-key="${{ env.KEY }}" \
--keyversion="1"
- name: Update Helm values # the helm-chart name should be standardized or parameterized
run: |-
DIGEST=$(gcloud container images describe ${{ env.IMAGE_NAME }}:${{ github.sha }} \
--format='get(image_summary.digest)')
sed -i "s|image:.*|image: ${{ env.IMAGE_NAME }}@${DIGEST}|" ./helm-chart/values.yaml
- name: Set up Git, Commit and Push Changes to Update Container Image
uses: stefanzweifel/git-auto-commit-action@v5
with: # the helm-chart name should be standardized or parameterized
commit_message: Apply automatic changes to Update image repository in Helm values
file_pattern: './helm-chart/values.yaml'
branch: jesse/pipeline-deploy
create_branch: true
--keyversion="1"
Empty file removed helm-chart/.helmignore
Empty file.
24 changes: 0 additions & 24 deletions helm-chart/Chart.yaml

This file was deleted.

265 changes: 0 additions & 265 deletions helm-chart/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions helm-chart/templates/NOTES.txt

This file was deleted.

Loading

0 comments on commit 0a5964b

Please sign in to comment.