Skip to content

Commit

Permalink
add valid image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreea-Lupu committed May 18, 2022
1 parent 08ffc8b commit 3802b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ jobs:
uses: azure/setup-helm@v1
with:
version: v3.8.1

- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand All @@ -275,10 +274,6 @@ jobs:
git config --global user.email '[email protected]'
git commit -am "Automated update of Helm Chart"
git push
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.8.1
helm-chart-release:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions helm/zot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.2-helm-chart"
appVersion: "v1.3.9"
2 changes: 1 addition & 1 deletion helm/zot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: ghcr.io/project-zot/zot-linux-amd64
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.2-helm-chart"
tag: "v1.3.9"
serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit 3802b10

Please sign in to comment.