Skip to content

Commit 63a7c5c

Browse files
authored
Merge pull request #82 from paralus/v0.2.3-cl
chore: added set-limit init containers for relay server and updated changelogs
2 parents 283b07b + 7967f1f commit 63a7c5c

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.2.3] - 2023-03-31
8+
9+
### Changed
10+
- Update kratos chart to kratos app version 0.11.1 from [akshay196](https://github.com/akshay196)
11+
- Updated image versions for paralus, dashboard, relay from [niravparikh05](https://github.com/niravparikh05)
12+
713
## [0.2.2] - 2023-02-24
814

915
### 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.2"
33-
appVersion: "v0.2.1"
32+
version: "0.2.3"
33+
appVersion: "v0.2.2"

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.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)
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)
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.8"` | |
127+
| images.dashboard.tag | string | `"v0.1.9"` | |
128128
| images.paralus.name | string | `"paralus"` | |
129129
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
130-
| images.paralus.tag | string | `"v0.2.1"` | |
130+
| images.paralus.tag | string | `"v0.2.2"` | |
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.1"` | |
133+
| images.paralusInit.tag | string | `"v0.2.2"` | |
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.3"` | |
140+
| images.relay.tag | string | `"v0.1.4"` | |
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.1"
15+
tag: "v0.2.2"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.2.1"
20+
tag: "v0.2.2"
2121
relay:
2222
name: relay
2323
# -- relay image
2424
repository: paralusio/relay
25-
tag: "v0.1.3"
25+
tag: "v0.1.4"
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.8"
35+
tag: "v0.1.9"
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.1"
414+
image: "paralusio/kratos-synchronizer:v0.2.2"
415415
volumeMounts:
416416
- name: other-configs
417417
mountPath: /etc/kratos

0 commit comments

Comments
 (0)