Skip to content

Commit 1b7bdc3

Browse files
Merge pull request #75 from paralus/v0.2.1-release
updated images and changelogs for v0.2.1 release
2 parents 547f15c + fb1b87f commit 1b7bdc3

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.2.1] - 2023-01-27
8+
79
### Changed
810
- Upgraded kratos version and changes for default password feature [akshay196](https://github.com/akshay196)
911

@@ -68,7 +70,8 @@ All notable changes to this project will be documented in this file.
6870
### Added
6971
- Initial release
7072

71-
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...HEAD
73+
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...HEAD
74+
[0.2.1]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...ztka-0.2.1
7275
[0.2.0]: https://github.com/paralus/helm-charts/compare/ztka-0.1.9...ztka-0.2.0
7376
[0.1.9]: https://github.com/paralus/helm-charts/compare/ztka-0.1.8...ztka-0.1.9
7477
[0.1.8]: https://github.com/paralus/helm-charts/compare/ztka-0.1.7...ztka-0.1.8

charts/ztka/Chart.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies:
1717
- name: contour
1818
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
1919
version: 7.8.0
20-
digest: sha256:5533ac95db6b7dc1ef9601b033ad8f0f2436f610c2de1263289d9890a5648962
21-
generated: "2022-12-30T10:58:05.495751413+05:30"
20+
digest: sha256:0fe9a9659e8cb4d97d9aa6f1b8b3bfc6c237256d81bcf1a753ab35103eac3bd5
21+
generated: "2023-01-27T19:15:25.696019715+05:30"

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.0"
33-
appVersion: "v0.1.9"
32+
version: "0.2.1"
33+
appVersion: "v0.2.0"

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.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.9](https://img.shields.io/badge/AppVersion-v0.1.9-informational?style=flat-square)
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)
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.6"` | |
127+
| images.dashboard.tag | string | `"v0.1.7"` | |
128128
| images.paralus.name | string | `"paralus"` | |
129129
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
130-
| images.paralus.tag | string | `"v0.1.9"` | |
130+
| images.paralus.tag | string | `"v0.2.0"` | |
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.1.9"` | |
133+
| images.paralusInit.tag | string | `"v0.2.0"` | |
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.1.9"
15+
tag: "v0.2.0"
1616
paralusInit:
1717
name: paralus-init
1818
# -- Paralus paralus initialize image
1919
repository: paralusio/paralus-init
20-
tag: "v0.1.9"
20+
tag: "v0.2.0"
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.6"
35+
tag: "v0.1.7"
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.1.9"
413+
image: "paralusio/kratos-synchronizer:v0.2.0"
414414
volumeMounts:
415415
- name: other-configs
416416
mountPath: /etc/kratos

0 commit comments

Comments
 (0)