From a13645e8cae11ed2a69cbfc36d6977060b29826f Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Tue, 19 Mar 2024 09:39:37 +0100 Subject: [PATCH] feat: changes OCI artefact names --- .github/workflows/__shared-ci.yml | 2 +- helm/chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..e3fcce0 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: ovh-snapshoter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""