Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Jan 25, 2023
1 parent 9adb1ff commit a29e0c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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"` | |
Expand Down
8 changes: 4 additions & 4 deletions deploy/magda-function-history-report/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a29e0c5

Please sign in to comment.