diff --git a/README.md b/README.md index e081387..67a57af 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,15 @@ yarn install ```yaml - name: magda-function-history-report - version: 0.0.57-0 - repository: https://charts.magda.io + version: "2.0.0" # or put latest version number here + repository: "oci://ghcr.io/magda-io/charts" tags: - all - magda-function-history-report ``` +> Since v2.0.0, we use [Github Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) as our official Helm Chart & Docker Image release registry. + - Run `helm dep build` to pull the dependency - Deploy Magda @@ -76,9 +78,9 @@ This repo comes with script to build, test & release script to release docker im Kubernetes: `>= 1.14.0-0` -| Repository | Name | Version | -| ----------------------- | ------------ | ------------- | -| https://charts.magda.io | magda-common | 1.0.0-alpha.4 | +| Repository | Name | Version | +| ----------------------------- | ------------ | ------- | +| oci://ghcr.io/magda-io/charts | magda-common | 2.1.1 | ## Values @@ -87,7 +89,7 @@ Kubernetes: `>= 1.14.0-0` | authApiVersion | string | `"v0"` | | | defaultImage.imagePullSecret | bool | `false` | | | defaultImage.pullPolicy | string | `"IfNotPresent"` | | -| defaultImage.repository | string | `"docker.io/data61"` | | +| defaultImage.repository | string | `"ghcr.io/magda-io"` | | | global.image | object | `{}` | | | global.openfaas | object | `{}` | | | image.name | string | `"magda-function-history-report"` | | diff --git a/deploy/magda-function-history-report/Chart.lock b/deploy/magda-function-history-report/Chart.lock index 4d9c981..0845592 100644 --- a/deploy/magda-function-history-report/Chart.lock +++ b/deploy/magda-function-history-report/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: magda-common - repository: https://charts.magda.io - version: 1.0.0-alpha.4 -digest: sha256:a5dcf2df16ca5a3972f92d91434c2e78be0ce411994d2a3cb89c674a711ddc24 -generated: "2021-10-11T23:32:32.454493+11:00" + repository: oci://ghcr.io/magda-io/charts + version: 2.1.1 +digest: sha256:ec6c98cd98ef7a74e919a4b87b8700658c4d4b66a063f2462a237234ebd00e10 +generated: "2023-01-25T17:55:00.016462+11:00"