Skip to content

Commit

Permalink
feat: changes OCI artefact names (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger authored Mar 19, 2024
1 parent b792fd9 commit 26597cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
oci-registry-username: ${{ vars.OCI_REGISTRY_USERNAME }}
images: |
[{
"name": "ovh-snapshoter",
"name": "app",
"repository": "${{ vars.OCI_REGISTRY_IMAGE_REPOSITORY }}",
"tag": "${{ inputs.tag }}",
"dockerfile": "./Dockerfile",
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
registry: harbor.hoverkraft.cloud
repository: public/ovh-snapshoter
repository: ovh-snapshoter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit 26597cb

Please sign in to comment.