Skip to content

Commit

Permalink
Release version (#18)
Browse files Browse the repository at this point in the history
* Release version

* add jamie as maintainer

* update to latests

* update to latests
  • Loading branch information
gabcoyne authored Jul 29, 2022
1 parent 31f6283 commit 4bf0b36
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 28 deletions.
4 changes: 3 additions & 1 deletion charts/prefect-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: prefect-agent
description: Prefect orion application bundle
type: application
home: https://github.com/PrefectHQ
version: 2022.6.30
version: 0.2.5
appVersion: "latest"
maintainers:
- name: gabcoyne
email: george@prefect.io
- name: jamiedick
email: jamie@prefect.io
sources:
- https://github.com/PrefectHQ/prefect-helm
9 changes: 5 additions & 4 deletions charts/prefect-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prefect-agent

![Version: 2022.6.30](https://img.shields.io/badge/Version-2022.6.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Prefect orion application bundle

Expand All @@ -11,6 +11,7 @@ Prefect orion application bundle
| Name | Email | Url |
| ---- | ------ | --- |
| gabcoyne | <george@prefect.io> | |
| jamiedick | <jamie@prefect.io> | |

## Source Code

Expand All @@ -28,7 +29,7 @@ Prefect orion application bundle
| agent.debug_enabled | bool | `true` | |
| agent.image.name | string | `"prefecthq/prefect"` | |
| agent.image.pullPolicy | string | `"IfNotPresent"` | |
| agent.image.tag | string | `"2.0b7-python3.8"` | |
| agent.image.tag | string | `"latest-python3.9"` | |
| agent.nodeSelector | object | `{}` | |
| agent.podAnnotations | object | `{}` | |
| agent.podSecurityContext | object | `{}` | |
Expand All @@ -50,8 +51,8 @@ Prefect orion application bundle
| fullnameOverride | string | `""` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| prefectVersionTag | string | `"2.0b7-python3.8"` | |
| prefectVersionTag | string | `"2.0-python3.8"` | |
| serviceAccount.enabled | bool | `true` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions charts/prefect-agent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

prefectVersionTag: 2.0b7-python3.8
prefectVersionTag: 2.0-python3.8

agent:
# Default values for Orion Agent.
Expand Down Expand Up @@ -28,7 +28,7 @@ agent:
image:
name: prefecthq/prefect
pullPolicy: IfNotPresent
tag: 2.0b7-python3.8
tag: latest-python3.9

serviceAccount:
# Specifies whether a service account should be created
Expand Down
4 changes: 3 additions & 1 deletion charts/prefect-orion/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: prefect-orion
description: Prefect orion application bundle
type: application
home: https://github.com/PrefectHQ
version: 2022.6.30
version: 0.2.5
appVersion: "latest"
maintainers:
- name: gabcoyne
email: george@prefect.io
- name: jamiedick
email: jamie@prefect.io
sources:
- https://github.com/PrefectHQ/prefect-helm
dependencies:
Expand Down
25 changes: 7 additions & 18 deletions charts/prefect-orion/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prefect-orion

![Version: 2022.6.30](https://img.shields.io/badge/Version-2022.6.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Prefect orion application bundle

Expand All @@ -11,30 +11,18 @@ Prefect orion application bundle
| Name | Email | Url |
| ---- | ------ | --- |
| gabcoyne | <george@prefect.io> | |
| jamiedick | <jamie@prefect.io> | |

## Source Code

* <https://github.com/PrefectHQ/prefect-helm>

## Database

Prefect-orion supports two databases SQLite and PostgreSQL.
We recommend using a PostgreSQL which is enabled by default in this helm chart:
## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | ~11.6.2 |


However, you can still use install prefect-orion using SQLite database, you need to override these values:

```
postgresql:
enabled: false
useSubChart: false
```


## Values

| Key | Type | Default | Description |
Expand All @@ -48,7 +36,7 @@ postgresql:
| api.enabled | bool | `true` | |
| api.image.name | string | `"prefecthq/prefect"` | |
| api.image.pullPolicy | string | `"IfNotPresent"` | |
| api.image.tag | string | `"2.0b7-python3.8"` | Overrides the image tag whose default is the chart appVersion. |
| api.image.tag | string | `"latest-python3.9"` | Overrides the image tag whose default is the chart appVersion. |
| api.ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"prefect.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | Ingress configuration |
| api.nodeSelector | object | `{}` | |
| api.podAnnotations | object | `{}` | |
Expand All @@ -63,14 +51,15 @@ postgresql:
| postgresql.auth.existingSecret | string | `nil` | |
| postgresql.auth.username | string | `"prefect"` | |
| postgresql.containerPorts.postgresql | int | `5432` | |
| postgresql.enabled | bool | `true` | |
| postgresql.externalHostname | string | `""` | |
| postgresql.image.tag | string | `"14.3.0"` | Version tag, corresponds to tags at https://hub.docker.com/r/bitnami/postgresql/ |
| postgresql.initdbUser | string | `"postgres"` | initial postgres user to create |
| postgresql.persistence.enabled | bool | `false` | Enables a PVC that stores db between deployments |
| postgresql.persistence.size | string | `"8Gi"` | Configures size of postgres PVC |
| postgresql.useSubChart | bool | `true` | |
| prefectVersionTag | string | `"2.0b7-python3.8"` | |
| prefectVersionTag | string | `"latest-python3.9"` | |
| serviceAccount.enabled | bool | `true` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions charts/prefect-orion/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
prefectVersionTag: 2.0b7-python3.8
prefectVersionTag: latest-python3.9

api:
enabled: true
Expand All @@ -12,7 +12,7 @@ api:
name: prefecthq/prefect
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: 2.0b7-python3.8
tag: latest-python3.9

debug_enabled: false

Expand Down

0 comments on commit 4bf0b36

Please sign in to comment.