Skip to content

Commit 6013b86

Browse files
chore: updated dependencies and chart version (#97)
Signed-off-by: niravparikh05 <[email protected]>
1 parent 35a82b6 commit 6013b86

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.2.6] - 2023-09-25
8+
9+
### Changed
10+
- Updated image versions for paralus, relay, dashboard from [niravparikh05](https://github.com/niravparikh05)
11+
712
## [0.2.5] - 2023-08-11
813

914
### Changed
@@ -93,7 +98,9 @@ All notable changes to this project will be documented in this file.
9398
### Added
9499
- Initial release
95100

96-
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.4...HEAD
101+
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.6...HEAD
102+
[0.2.6]: https://github.com/paralus/helm-charts/compare/ztka-0.2.5...ztka-0.2.6
103+
[0.2.5]: https://github.com/paralus/helm-charts/compare/ztka-0.2.4...ztka-0.2.5
97104
[0.2.4]: https://github.com/paralus/helm-charts/compare/ztka-0.2.3...ztka-0.2.4
98105
[0.2.3]: https://github.com/paralus/helm-charts/compare/ztka-0.2.2...ztka-0.2.3
99106
[0.2.2]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...ztka-0.2.2

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.5"
33-
appVersion: "v0.2.4"
32+
version: "0.2.6"
33+
appVersion: "v0.2.5"

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.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)
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)
66

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

@@ -125,20 +125,20 @@ helm show values paralus/ztka
125125
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository |
126126
| images.dashboard.name | string | `"dashboard"` | |
127127
| images.dashboard.repository | string | `"paralusio/dashboard"` | Paralus dashboard image |
128-
| images.dashboard.tag | string | `"v0.2.0"` | |
128+
| images.dashboard.tag | string | `"v0.2.1"` | |
129129
| images.paralus.name | string | `"paralus"` | |
130130
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
131-
| images.paralus.tag | string | `"v0.2.4"` | |
131+
| images.paralus.tag | string | `"v0.2.5"` | |
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.4"` | |
134+
| images.paralusInit.tag | string | `"v0.2.5"` | |
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.5"` | |
141+
| images.relay.tag | string | `"v0.1.6"` | |
142142
| ingress.annotations | object | `{}` | |
143143
| ingress.className | string | `""` | |
144144
| 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.4"
15+
tag: "v0.2.5"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.4"
20+
tag: "v0.2.5"
2121
relay:
2222
name: relay
2323
# -- relay image
2424
repository: paralusio/relay
25-
tag: "v0.1.5"
25+
tag: "v0.1.6"
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.0"
35+
tag: "v0.2.1"
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.4"
417+
image: "paralusio/kratos-synchronizer:v0.2.5"
418418
volumeMounts:
419419
- name: other-configs
420420
mountPath: /etc/kratos

0 commit comments

Comments
 (0)