From 68a1e66c5df9039787a59d1be3612f015cab2bca Mon Sep 17 00:00:00 2001 From: t83714 Date: Wed, 17 Apr 2024 11:29:23 +0000 Subject: [PATCH] v3.0.0-alpha.1 --- README.md | 54 +++++++++++----------- deploy/magda-minion-broken-link/Chart.yaml | 2 +- package.json | 2 +- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index d85f4bd..8ae4384 100644 --- a/README.md +++ b/README.md @@ -16,39 +16,39 @@ It's recommended to deploy minions with as [dependencies](https://helm.sh/docs/t ```yaml dependencies: - - name: magda-minion-broken-link - version: "2.0.0" - repository: "oci://ghcr.io/magda-io/charts" + - name: magda-minion-broken-link + version: "2.0.0" + repository: "oci://ghcr.io/magda-io/charts" ``` ## Requirements Kubernetes: `>= 1.21.0` -| Repository | Name | Version | -| ----------------------------- | ------------ | ------- | -| oci://ghcr.io/magda-io/charts | magda-common | 2.1.1 | +| Repository | Name | Version | +|------------|------|---------| +| oci://ghcr.io/magda-io/charts | magda-common | 2.1.1 | ## Values -| Key | Type | Default | Description | -| ---------------------------- | ------ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| cronJobImage.name | string | `"alpine"` | | -| cronJobImage.pullPolicy | string | `"IfNotPresent"` | | -| cronJobImage.pullSecrets | bool | `false` | | -| cronJobImage.repository | string | `"docker.io"` | | -| cronJobImage.tag | string | `"latest"` | | -| datasetBucketName | string | `""` | The name of the storage bucket where all dataset files are stored. Should match storage API config. By default, it will use the value of `global.defaultDatasetBucket` (defined in `magda-core` chart) unless you specify a different value here. | -| defaultAdminUserId | string | `"00000000-0000-4000-8000-000000000000"` | | -| defaultImage.imagePullSecret | bool | `false` | | -| defaultImage.pullPolicy | string | `"IfNotPresent"` | | -| defaultImage.repository | string | `"ghcr.io/magda-io"` | | -| global.image | object | `{}` | | -| global.minions.image | object | `{}` | | -| global.rollingUpdate | object | `{}` | | -| image.name | string | `"magda-minion-broken-link"` | | -| resources.limits.cpu | string | `"200m"` | | -| resources.requests.cpu | string | `"50m"` | | -| resources.requests.memory | string | `"40Mi"` | | -| schedule | string | `"0 0 14,28 * *"` | | -| storageApiBaseUrl | string | `"http://storage-api/v0"` | The base URL of the storage API to use when generating access URLs for MAGDA internal stored resources. | +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| cronJobImage.name | string | `"alpine"` | | +| cronJobImage.pullPolicy | string | `"IfNotPresent"` | | +| cronJobImage.pullSecrets | bool | `false` | | +| cronJobImage.repository | string | `"docker.io"` | | +| cronJobImage.tag | string | `"latest"` | | +| datasetBucketName | string | `""` | The name of the storage bucket where all dataset files are stored. Should match storage API config. By default, it will use the value of `global.defaultDatasetBucket` (defined in `magda-core` chart) unless you specify a different value here. | +| defaultAdminUserId | string | `"00000000-0000-4000-8000-000000000000"` | | +| defaultImage.imagePullSecret | bool | `false` | | +| defaultImage.pullPolicy | string | `"IfNotPresent"` | | +| defaultImage.repository | string | `"ghcr.io/magda-io"` | | +| global.image | object | `{}` | | +| global.minions.image | object | `{}` | | +| global.rollingUpdate | object | `{}` | | +| image.name | string | `"magda-minion-broken-link"` | | +| resources.limits.cpu | string | `"200m"` | | +| resources.requests.cpu | string | `"50m"` | | +| resources.requests.memory | string | `"40Mi"` | | +| schedule | string | `"0 0 14,28 * *"` | | +| storageApiBaseUrl | string | `"http://storage-api/v0"` | The base URL of the storage API to use when generating access URLs for MAGDA internal stored resources. | \ No newline at end of file diff --git a/deploy/magda-minion-broken-link/Chart.yaml b/deploy/magda-minion-broken-link/Chart.yaml index 3951ff6..3295238 100644 --- a/deploy/magda-minion-broken-link/Chart.yaml +++ b/deploy/magda-minion-broken-link/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: magda-minion-broken-link description: A Helm chart for Magda Broken Link Minion -version: "2.0.0" +version: "3.0.0-alpha.1" kubeVersion: ">= 1.21.0" home: "https://github.com/magda-io/magda-minion-broken-link" sources: [ "https://github.com/magda-io/magda-minion-broken-link" ] diff --git a/package.json b/package.json index b56295d..c3d5ce2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@magda/minion-broken-link", "description": "MAGDA Broken Link Minion", - "version": "2.0.0", + "version": "3.0.0-alpha.1", "type": "module", "scripts": { "prebuild": "rimraf dist tsconfig.tsbuildinfo",