Skip to content

Commit 0d83deb

Browse files
chore: update images for v0.2.4 release (#85)
Signed-off-by: niravparikh05 <[email protected]>
1 parent 63a7c5c commit 0d83deb

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
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.4] - 2023-04-28
8+
9+
### Changed
10+
- Updated image versions for paralus, dashboard from [niravparikh05](https://github.com/niravparikh05)
11+
712
## [0.2.3] - 2023-03-31
813

914
### Changed
@@ -81,7 +86,9 @@ All notable changes to this project will be documented in this file.
8186
### Added
8287
- Initial release
8388

84-
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.2...HEAD
89+
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.4...HEAD
90+
[0.2.4]: https://github.com/paralus/helm-charts/compare/ztka-0.2.3...ztka-0.2.4
91+
[0.2.3]: https://github.com/paralus/helm-charts/compare/ztka-0.2.2...ztka-0.2.3
8592
[0.2.2]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...ztka-0.2.2
8693
[0.2.1]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...ztka-0.2.1
8794
[0.2.0]: https://github.com/paralus/helm-charts/compare/ztka-0.1.9...ztka-0.2.0

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.3"
33-
appVersion: "v0.2.2"
32+
version: "0.2.4"
33+
appVersion: "v0.2.3"

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

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

@@ -124,13 +124,13 @@ helm show values paralus/ztka
124124
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository |
125125
| images.dashboard.name | string | `"dashboard"` | |
126126
| images.dashboard.repository | string | `"paralusio/dashboard"` | Paralus dashboard image |
127-
| images.dashboard.tag | string | `"v0.1.9"` | |
127+
| images.dashboard.tag | string | `"v0.2.0"` | |
128128
| images.paralus.name | string | `"paralus"` | |
129129
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
130-
| images.paralus.tag | string | `"v0.2.2"` | |
130+
| images.paralus.tag | string | `"v0.2.3"` | |
131131
| images.paralusInit.name | string | `"paralus-init"` | |
132132
| images.paralusInit.repository | string | `"paralusio/paralus-init"` | Paralus paralus initialize image |
133-
| images.paralusInit.tag | string | `"v0.2.2"` | |
133+
| images.paralusInit.tag | string | `"v0.2.3"` | |
134134
| images.prompt.name | string | `"prompt"` | |
135135
| images.prompt.repository | string | `"paralusio/prompt"` | prompt image |
136136
| images.prompt.tag | string | `"v0.1.1"` | |

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.2"
15+
tag: "v0.2.3"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.2"
20+
tag: "v0.2.3"
2121
relay:
2222
name: relay
2323
# -- relay image
@@ -32,7 +32,7 @@ images:
3232
name: dashboard
3333
# -- Paralus dashboard image
3434
repository: paralusio/dashboard
35-
tag: "v0.1.9"
35+
tag: "v0.2.0"
3636

3737
# -- If defined, a imagePullPolicy applied to all deployments
3838
pullPolicy: IfNotPresent
@@ -411,7 +411,7 @@ kratos:
411411
# OIDC Provider config synchronizer as sidecar to Kratos
412412
extraContainers: |
413413
- name: synchronizer
414-
image: "paralusio/kratos-synchronizer:v0.2.2"
414+
image: "paralusio/kratos-synchronizer:v0.2.3"
415415
volumeMounts:
416416
- name: other-configs
417417
mountPath: /etc/kratos

0 commit comments

Comments
 (0)