Skip to content

Commit 35a82b6

Browse files
chore: updated deps and docs (#95)
Signed-off-by: niravparikh05 <[email protected]>
1 parent ebe6a90 commit 35a82b6

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [0.2.5] - 2023-08-11
8+
79
### Changed
810
- when deploying kratos as part of the chart and using TLS paralus should still connect over HTTP, and now does from [Joibel](https://github.com/Joibel)
11+
- helm hooks enable flag from [niravparikh05](https://github.com/niravparikh05)
12+
- Updated image versions for paralus, relay from [niravparikh05](https://github.com/niravparikh05)
913

1014
## [0.2.4] - 2023-04-28
1115

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.4"
33-
appVersion: "v0.2.3"
32+
version: "0.2.5"
33+
appVersion: "v0.2.4"

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.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.3](https://img.shields.io/badge/AppVersion-v0.2.3-informational?style=flat-square)
5+
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.4](https://img.shields.io/badge/AppVersion-v0.2.4-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

@@ -128,17 +128,17 @@ helm show values paralus/ztka
128128
| images.dashboard.tag | string | `"v0.2.0"` | |
129129
| images.paralus.name | string | `"paralus"` | |
130130
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
131-
| images.paralus.tag | string | `"v0.2.3"` | |
131+
| images.paralus.tag | string | `"v0.2.4"` | |
132132
| images.paralusInit.name | string | `"paralus-init"` | |
133133
| images.paralusInit.repository | string | `"paralusio/paralus-init"` | Paralus paralus initialize image |
134-
| images.paralusInit.tag | string | `"v0.2.3"` | |
134+
| images.paralusInit.tag | string | `"v0.2.4"` | |
135135
| images.prompt.name | string | `"prompt"` | |
136136
| images.prompt.repository | string | `"paralusio/prompt"` | prompt image |
137137
| images.prompt.tag | string | `"v0.1.1"` | |
138138
| images.pullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all deployments |
139139
| images.relay.name | string | `"relay"` | |
140140
| images.relay.repository | string | `"paralusio/relay"` | relay image |
141-
| images.relay.tag | string | `"v0.1.4"` | |
141+
| images.relay.tag | string | `"v0.1.5"` | |
142142
| ingress.annotations | object | `{}` | |
143143
| ingress.className | string | `""` | |
144144
| ingress.enabled | bool | `false` | |

charts/ztka/values.yaml

+4-4
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.3"
15+
tag: "v0.2.4"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.3"
20+
tag: "v0.2.4"
2121
relay:
2222
name: relay
2323
# -- relay image
2424
repository: paralusio/relay
25-
tag: "v0.1.4"
25+
tag: "v0.1.5"
2626
prompt:
2727
name: prompt
2828
# -- prompt 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.3"
417+
image: "paralusio/kratos-synchronizer:v0.2.4"
418418
volumeMounts:
419419
- name: other-configs
420420
mountPath: /etc/kratos

0 commit comments

Comments
 (0)