Skip to content

Commit 21f6f74

Browse files
authored
Merge pull request #77 from paralus/v0.2.2-upgrades
updates to paralus, dashboard, relay versions and changelogs
2 parents 1b7bdc3 + 1a367f4 commit 21f6f74

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

CHANGELOG.md

+7-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.2] - 2023-02-24
8+
9+
### Changed
10+
- Updated image versions for paralus, dashboard, relay from [niravparikh05](https://github.com/niravparikh05)
11+
712
## [0.2.1] - 2023-01-27
813

914
### Changed
@@ -70,7 +75,8 @@ All notable changes to this project will be documented in this file.
7075
### Added
7176
- Initial release
7277

73-
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...HEAD
78+
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.2...HEAD
79+
[0.2.2]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...ztka-0.2.2
7480
[0.2.1]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...ztka-0.2.1
7581
[0.2.0]: https://github.com/paralus/helm-charts/compare/ztka-0.1.9...ztka-0.2.0
7682
[0.1.9]: https://github.com/paralus/helm-charts/compare/ztka-0.1.8...ztka-0.1.9

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.1"
33-
appVersion: "v0.2.0"
32+
version: "0.2.2"
33+
appVersion: "v0.2.1"

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.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
5+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.1](https://img.shields.io/badge/AppVersion-v0.2.1-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,20 +124,20 @@ 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.7"` | |
127+
| images.dashboard.tag | string | `"v0.1.8"` | |
128128
| images.paralus.name | string | `"paralus"` | |
129129
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
130-
| images.paralus.tag | string | `"v0.2.0"` | |
130+
| images.paralus.tag | string | `"v0.2.1"` | |
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.0"` | |
133+
| images.paralusInit.tag | string | `"v0.2.1"` | |
134134
| images.prompt.name | string | `"prompt"` | |
135135
| images.prompt.repository | string | `"paralusio/prompt"` | prompt image |
136136
| images.prompt.tag | string | `"v0.1.1"` | |
137137
| images.pullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all deployments |
138138
| images.relay.name | string | `"relay"` | |
139139
| images.relay.repository | string | `"paralusio/relay"` | relay image |
140-
| images.relay.tag | string | `"v0.1.2"` | |
140+
| images.relay.tag | string | `"v0.1.3"` | |
141141
| ingress.annotations | object | `{}` | |
142142
| ingress.className | string | `""` | |
143143
| 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.0"
15+
tag: "v0.2.1"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.0"
20+
tag: "v0.2.1"
2121
relay:
2222
name: relay
2323
# -- relay image
2424
repository: paralusio/relay
25-
tag: "v0.1.2"
25+
tag: "v0.1.3"
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.1.7"
35+
tag: "v0.1.8"
3636

3737
# -- If defined, a imagePullPolicy applied to all deployments
3838
pullPolicy: IfNotPresent
@@ -410,7 +410,7 @@ kratos:
410410
# OIDC Provider config synchronizer as sidecar to Kratos
411411
extraContainers: |
412412
- name: synchronizer
413-
image: "paralusio/kratos-synchronizer:v0.2.0"
413+
image: "paralusio/kratos-synchronizer:v0.2.1"
414414
volumeMounts:
415415
- name: other-configs
416416
mountPath: /etc/kratos

0 commit comments

Comments
 (0)