Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Release version 0.3.0-develop.7
Browse files Browse the repository at this point in the history
  • Loading branch information
keyrm10 committed Feb 22, 2024
1 parent 81d02df commit f55bbf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions helm/kai/CHART.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| adminApi.host | string | `"api.kai.local"` | Hostname. This will be used to create the ingress rule and must be a subdomain of `.config.baseDomainName` |
| adminApi.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| adminApi.image.repository | string | `"konstellation/kai-admin-api"` | Image repository |
| adminApi.image.tag | string | `"0.3.0-develop.6"` | Image tag |
| adminApi.image.tag | string | `"0.3.0-develop.7"` | Image tag |
| adminApi.imagePullSecrets | list | `[]` | Image pull secrets |
| adminApi.ingress.annotations | object | See `adminApi.ingress.annotations` in [values.yaml](./values.yaml) | Ingress annotations |
| adminApi.ingress.className | string | `"kong"` | The name of the ingress class to use |
Expand All @@ -27,9 +27,6 @@
| adminApi.serviceAccount.annotations | object | `{}` | |
| adminApi.serviceAccount.create | bool | `true` | |
| adminApi.serviceAccount.name | string | `""` | |
| adminApi.storage.class | string | `"standard"` | Storage class name |
| adminApi.storage.path | string | `"/admin-api-files"` | Persistent volume mount point. This will define Admin API app workdir too. |
| adminApi.storage.size | string | `"1Gi"` | Storage class size |
| adminApi.tolerations | list | `[]` | Tolerations for use with node taints # ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ # |
| config.admin.corsEnabled | bool | `true` | Whether to enable CORS on Admin API |
| config.baseDomainName | string | `"kai.local"` | Base domain name for Admin API and K8S Manager apps |
Expand Down Expand Up @@ -94,7 +91,7 @@
| k8sManager.affinity | object | `{}` | Assign custom affinity rules to the K8S Manager pods # ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ # |
| k8sManager.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| k8sManager.image.repository | string | `"konstellation/kai-k8s-manager"` | Image repository |
| k8sManager.image.tag | string | `"0.3.0-develop.6"` | Image tag |
| k8sManager.image.tag | string | `"0.3.0-develop.7"` | Image tag |
| k8sManager.imageBuilder.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for image builder's jobs |
| k8sManager.imageBuilder.image.repository | string | `"gcr.io/kaniko-project/executor"` | Image repository for image builder's jobs |
| k8sManager.imageBuilder.image.tag | string | `"v1.18.0"` | Image tag for image builder's jobs |
Expand Down Expand Up @@ -256,7 +253,7 @@
| nats.tolerations | list | `[]` | Tolerations for use with node taints # ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ # |
| natsManager.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| natsManager.image.repository | string | `"konstellation/kai-nats-manager"` | Image repository |
| natsManager.image.tag | string | `"0.3.0-develop.6"` | Image tag |
| natsManager.image.tag | string | `"0.3.0-develop.7"` | Image tag |
| natsManager.imagePullSecrets | list | `[]` | Image pull secrets |
| natsManager.serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
| natsManager.serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
Expand Down
2 changes: 1 addition & 1 deletion helm/kai/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.3.0-develop.6"
appVersion: "0.3.0-develop.7"
description: KAI
name: kai
version: 0.2.0
Expand Down
6 changes: 3 additions & 3 deletions helm/kai/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ adminApi:
# -- Image repository
repository: konstellation/kai-admin-api
# -- Image tag
tag: 0.3.0-develop.6
tag: 0.3.0-develop.7
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -171,7 +171,7 @@ k8sManager:
# -- Image repository
repository: konstellation/kai-k8s-manager
# -- Image tag
tag: 0.3.0-develop.6
tag: 0.3.0-develop.7
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -532,7 +532,7 @@ natsManager:
# -- Image repository
repository: konstellation/kai-nats-manager
# -- Image tag
tag: 0.3.0-develop.6
tag: 0.3.0-develop.7
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down

0 comments on commit f55bbf3

Please sign in to comment.