diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 56b9fb3..b980e9c 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -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", diff --git a/helm/chart/values.yaml b/helm/chart/values.yaml index eef6114..292ecf1 100644 --- a/helm/chart/values.yaml +++ b/helm/chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: registry: harbor.hoverkraft.cloud - repository: public/ovh-snapshoter + repository: public/ovh-snapshoter/app pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""