Skip to content

Commit

Permalink
chore(cicd): removing helm releases (#16)
Browse files Browse the repository at this point in the history
* removing the helm relases

* Using correct tag
  • Loading branch information
Jacobbrewer1 authored Nov 12, 2024
1 parent 1fcdcef commit cc38e22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: shorten_hash
run: |
if ${{ github.event_name == 'workflow_run' }} && ${{ github.event.workflow_run.conclusion == 'success' }}; then
echo "HASH=$(git rev-parse --short ${{ github.ref }})" >> $GITHUB_ENV
echo "HASH=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
else
echo "HASH=$(git describe --tags)" >> $GITHUB_ENV
fi
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,3 @@ jobs:
prerelease: false
generate_release_notes: false
make_latest: true

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/vault-unseal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.0-13-g0e9c4aa"
tag: "latest"

# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: []
Expand Down

0 comments on commit cc38e22

Please sign in to comment.