Skip to content

Commit

Permalink
update helm chart (#33)
Browse files Browse the repository at this point in the history
* test wf

* fix

* fix2

* update

* revert

* updates
  • Loading branch information
f2calv authored May 3, 2024
1 parent 6f7e7cb commit b04e4dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
# - .github
# - .scripts
# - .charts
- kustomize
- LICENSE
- README.md
- build.sh
Expand Down Expand Up @@ -42,8 +41,10 @@ jobs:

chart:
uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1
permissions:
packages: write #for pushing helm artifact
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
needs: [versioning, app, image]
if: github.ref == 'refs/heads/main'
with:
tag: ${{ needs.versioning.outputs.semVer }}

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion charts/multi-arch-container-dotnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: multi-arch-container-dotnet
repository: ghcr.io/f2calv/multi-arch-container-dotnet
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit b04e4dd

Please sign in to comment.