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.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alpiquero committed Mar 4, 2024
1 parent e9f1146 commit 6a36011
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions helm/kai/CHART.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.16"` | Image tag |
| adminApi.image.tag | string | `"0.3.0-develop.17"` | 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 @@ -95,7 +95,7 @@
| k8sManager.deploymentStrategy | object | `{"type":"Recreate"}` | Deployment Strategy |
| 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.16"` | Image tag |
| k8sManager.image.tag | string | `"0.3.0-develop.17"` | 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 @@ -248,7 +248,7 @@
| natsManager.deploymentStrategy | object | `{"type":"Recreate"}` | Deployment Strategy |
| 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.16"` | Image tag |
| natsManager.image.tag | string | `"0.3.0-develop.17"` | Image tag |
| natsManager.imagePullSecrets | list | `[]` | Image pull secrets |
| natsManager.nodeSelector | object | `{}` | Define which Nodes the Pods are scheduled on. # ref: https://kubernetes.io/docs/user-guide/node-selection/ # |
| natsManager.resources | object | `{}` | Container resources |
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.16"
appVersion: "0.3.0-develop.17"
description: KAI
name: kai
version: 0.2.0
Expand Down
7 changes: 3 additions & 4 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.16
tag: 0.3.0-develop.17
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -176,7 +176,7 @@ k8sManager:
# -- Image repository
repository: konstellation/kai-k8s-manager
# -- Image tag
tag: 0.3.0-develop.16
tag: 0.3.0-develop.17
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down Expand Up @@ -444,7 +444,6 @@ keycloak:
extraVolumes: []
# -- Extra volume mounts
extraVolumeMounts: []

## The following values are only a small set of options. For a full list see
## https://github.com/nats-io/k8s/tree/main/helm/charts/nats#nats-server
##
Expand Down Expand Up @@ -510,7 +509,7 @@ natsManager:
# -- Image repository
repository: konstellation/kai-nats-manager
# -- Image tag
tag: 0.3.0-develop.16
tag: 0.3.0-develop.17
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image pull secrets
Expand Down

0 comments on commit 6a36011

Please sign in to comment.