Skip to content

Commit 94c6516

Browse files
chore(deps): updated release versions for v0.2.7 (#100)
Signed-off-by: niravparikh05 <[email protected]>
1 parent a938261 commit 94c6516

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.6"
33-
appVersion: "v0.2.5"
32+
version: "0.2.7"
33+
appVersion: "v0.2.6"

charts/ztka/README.md

+4-4
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.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.5](https://img.shields.io/badge/AppVersion-v0.2.5-informational?style=flat-square)
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)
66

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

@@ -130,13 +130,13 @@ helm show values paralus/ztka
130130
| images.dashboard.tag | string | `"v0.2.1"` | |
131131
| images.paralus.name | string | `"paralus"` | |
132132
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
133-
| images.paralus.tag | string | `"v0.2.5"` | |
133+
| images.paralus.tag | string | `"v0.2.6"` | |
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.5"` | |
136+
| images.paralusInit.tag | string | `"v0.2.6"` | |
137137
| images.prompt.name | string | `"prompt"` | |
138138
| images.prompt.repository | string | `"paralusio/prompt"` | prompt image |
139-
| images.prompt.tag | string | `"v0.1.1"` | |
139+
| 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 |

charts/ztka/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ images:
1212
name: paralus
1313
# -- Paralus paralus image
1414
repository: paralusio/paralus
15-
tag: "v0.2.5"
15+
tag: "v0.2.6"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.5"
20+
tag: "v0.2.6"
2121
relay:
2222
name: relay
2323
# -- relay image
@@ -27,7 +27,7 @@ images:
2727
name: prompt
2828
# -- prompt image
2929
repository: paralusio/prompt
30-
tag: "v0.1.1"
30+
tag: "v0.1.2"
3131
dashboard:
3232
name: dashboard
3333
# -- Paralus dashboard image
@@ -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.5"
417+
image: "paralusio/kratos-synchronizer:v0.2.6"
418418
volumeMounts:
419419
- name: other-configs
420420
mountPath: /etc/kratos

0 commit comments

Comments
 (0)