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.2.1-develop.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alpiquero committed Jan 15, 2024
1 parent d652be3 commit 5d9dc05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.2.0"` | Image tag |
| adminApi.image.tag | string | `"0.2.1-develop.1"` | 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 Down Expand Up @@ -94,7 +94,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.2.0"` | Image tag |
| k8sManager.image.tag | string | `"0.2.1-develop.1"` | Image tag |
| 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 |
| k8sManager.imageBuilder.pullPolicy | string | `"IfNotPresent"` | |
Expand Down Expand Up @@ -252,7 +252,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.2.0"` | Image tag |
| natsManager.image.tag | string | `"0.2.1-develop.1"` | 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.2.0"
appVersion: "0.2.1-develop.1"
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.2.0
tag: 0.2.1-develop.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -178,7 +178,7 @@ k8sManager:
# -- Image repository
repository: konstellation/kai-k8s-manager
# -- Image tag
tag: 0.2.0
tag: 0.2.1-develop.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -526,7 +526,7 @@ natsManager:
# -- Image repository
repository: konstellation/kai-nats-manager
# -- Image tag
tag: 0.2.0
tag: 0.2.1-develop.1
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down

0 comments on commit 5d9dc05

Please sign in to comment.