Skip to content

Commit

Permalink
chore: update images for v0.2.4 release (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: niravparikh05 <[email protected]>
  • Loading branch information
niravparikh05 authored Apr 28, 2023
1 parent 63a7c5c commit 0d83deb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [0.2.4] - 2023-04-28

### Changed
- Updated image versions for paralus, dashboard from [niravparikh05](https://github.com/niravparikh05)

## [0.2.3] - 2023-03-31

### Changed
Expand Down Expand Up @@ -81,7 +86,9 @@ All notable changes to this project will be documented in this file.
### Added
- Initial release

[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.2...HEAD
[Unreleased]: https://github.com/paralus/helm-charts/compare/ztka-0.2.4...HEAD
[0.2.4]: https://github.com/paralus/helm-charts/compare/ztka-0.2.3...ztka-0.2.4
[0.2.3]: https://github.com/paralus/helm-charts/compare/ztka-0.2.2...ztka-0.2.3
[0.2.2]: https://github.com/paralus/helm-charts/compare/ztka-0.2.1...ztka-0.2.2
[0.2.1]: https://github.com/paralus/helm-charts/compare/ztka-0.2.0...ztka-0.2.1
[0.2.0]: https://github.com/paralus/helm-charts/compare/ztka-0.1.9...ztka-0.2.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ztka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies:
condition: deploy.contour.enable
maintainers:
- name: Paralus Team
version: "0.2.3"
appVersion: "v0.2.2"
version: "0.2.4"
appVersion: "v0.2.3"
8 changes: 4 additions & 4 deletions charts/ztka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Paralus ZTKA.

![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)
![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)

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

Expand Down Expand Up @@ -124,13 +124,13 @@ helm show values paralus/ztka
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository |
| images.dashboard.name | string | `"dashboard"` | |
| images.dashboard.repository | string | `"paralusio/dashboard"` | Paralus dashboard image |
| images.dashboard.tag | string | `"v0.1.9"` | |
| images.dashboard.tag | string | `"v0.2.0"` | |
| images.paralus.name | string | `"paralus"` | |
| images.paralus.repository | string | `"paralusio/paralus"` | Paralus paralus image |
| images.paralus.tag | string | `"v0.2.2"` | |
| images.paralus.tag | string | `"v0.2.3"` | |
| images.paralusInit.name | string | `"paralus-init"` | |
| images.paralusInit.repository | string | `"paralusio/paralus-init"` | Paralus paralus initialize image |
| images.paralusInit.tag | string | `"v0.2.2"` | |
| images.paralusInit.tag | string | `"v0.2.3"` | |
| images.prompt.name | string | `"prompt"` | |
| images.prompt.repository | string | `"paralusio/prompt"` | prompt image |
| images.prompt.tag | string | `"v0.1.1"` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/ztka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ images:
name: paralus
# -- Paralus paralus image
repository: paralusio/paralus
tag: "v0.2.2"
tag: "v0.2.3"
paralusInit:
name: paralus-init
# -- Paralus paralus initialize image
repository: paralusio/paralus-init
tag: "v0.2.2"
tag: "v0.2.3"
relay:
name: relay
# -- relay image
Expand All @@ -32,7 +32,7 @@ images:
name: dashboard
# -- Paralus dashboard image
repository: paralusio/dashboard
tag: "v0.1.9"
tag: "v0.2.0"

# -- If defined, a imagePullPolicy applied to all deployments
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -411,7 +411,7 @@ kratos:
# OIDC Provider config synchronizer as sidecar to Kratos
extraContainers: |
- name: synchronizer
image: "paralusio/kratos-synchronizer:v0.2.2"
image: "paralusio/kratos-synchronizer:v0.2.3"
volumeMounts:
- name: other-configs
mountPath: /etc/kratos
Expand Down

0 comments on commit 0d83deb

Please sign in to comment.