Skip to content

Commit 5824ead

Browse files
chore(release): updated dependent version and chart version (#102)
Signed-off-by: niravparikh05 <[email protected]>
1 parent 94c6516 commit 5824ead

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

charts/ztka/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies:
2929
condition: deploy.contour.enable
3030
maintainers:
3131
- name: Paralus Team
32-
version: "0.2.7"
33-
appVersion: "v0.2.6"
32+
version: "0.2.8"
33+
appVersion: "v0.2.7"

charts/ztka/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for Paralus ZTKA.
44

5-
![Version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.6](https://img.shields.io/badge/AppVersion-v0.2.6-informational?style=flat-square)
5+
![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.7](https://img.shields.io/badge/AppVersion-v0.2.7-informational?style=flat-square)
66

77
This chart bootstraps the Paralus deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
88

@@ -127,20 +127,20 @@ helm show values paralus/ztka
127127
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository |
128128
| images.dashboard.name | string | `"dashboard"` | |
129129
| images.dashboard.repository | string | `"paralusio/dashboard"` | Paralus dashboard image |
130-
| images.dashboard.tag | string | `"v0.2.1"` | |
130+
| images.dashboard.tag | string | `"v0.2.2"` | |
131131
| images.paralus.name | string | `"paralus"` | |
132132
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
133-
| images.paralus.tag | string | `"v0.2.6"` | |
133+
| images.paralus.tag | string | `"v0.2.7"` | |
134134
| images.paralusInit.name | string | `"paralus-init"` | |
135135
| images.paralusInit.repository | string | `"paralusio/paralus-init"` | Paralus paralus initialize image |
136-
| images.paralusInit.tag | string | `"v0.2.6"` | |
136+
| images.paralusInit.tag | string | `"v0.2.7"` | |
137137
| images.prompt.name | string | `"prompt"` | |
138138
| images.prompt.repository | string | `"paralusio/prompt"` | prompt image |
139139
| images.prompt.tag | string | `"v0.1.2"` | |
140140
| images.pullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all deployments |
141141
| images.relay.name | string | `"relay"` | |
142142
| images.relay.repository | string | `"paralusio/relay"` | relay image |
143-
| images.relay.tag | string | `"v0.1.6"` | |
143+
| images.relay.tag | string | `"v0.1.7"` | |
144144
| ingress.annotations | object | `{}` | |
145145
| ingress.className | string | `""` | |
146146
| ingress.enabled | bool | `false` | |

charts/ztka/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ images:
1212
name: paralus
1313
# -- Paralus paralus image
1414
repository: paralusio/paralus
15-
tag: "v0.2.6"
15+
tag: "v0.2.7"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.6"
20+
tag: "v0.2.7"
2121
relay:
2222
name: relay
2323
# -- relay image
2424
repository: paralusio/relay
25-
tag: "v0.1.6"
25+
tag: "v0.1.7"
2626
prompt:
2727
name: prompt
2828
# -- prompt image
@@ -32,7 +32,7 @@ images:
3232
name: dashboard
3333
# -- Paralus dashboard image
3434
repository: paralusio/dashboard
35-
tag: "v0.2.1"
35+
tag: "v0.2.2"
3636

3737
# -- If defined, a imagePullPolicy applied to all deployments
3838
pullPolicy: IfNotPresent
@@ -414,7 +414,7 @@ kratos:
414414
# OIDC Provider config synchronizer as sidecar to Kratos
415415
extraContainers: |
416416
- name: synchronizer
417-
image: "paralusio/kratos-synchronizer:v0.2.6"
417+
image: "paralusio/kratos-synchronizer:v0.2.7"
418418
volumeMounts:
419419
- name: other-configs
420420
mountPath: /etc/kratos

0 commit comments

Comments
 (0)