Skip to content
Commits on Source (2)
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [0.4.3](https://dev.solidev.net/solidev/rustize/compare/v0.4.2...v0.4.3) (2023-05-01)
### Bug Fixes
* **helm:** update helm repository base address ([9db86e3](https://dev.solidev.net/solidev/rustize/commit/9db86e3c2857d416345278188935b12f7af950a4))
## [0.4.2](https://dev.solidev.net/solidev/rustize/compare/v0.4.1...v0.4.2) (2023-05-01)
......
......@@ -1410,7 +1410,7 @@ dependencies = [
[[package]]
name = "rustize"
version = "0.4.1"
version = "0.4.3"
dependencies = [
"env_logger 0.10.0",
"futures",
......
[package]
name = "rustize"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
repository = "https://dev.solidev.net/solidev/rustize"
......
......@@ -2,5 +2,5 @@ apiVersion: v2
name: rustize
description: Rustize is an image processing service written in Rust.
type: application
version: 0.4.2
appVersion: "0.4.2"
version: 0.4.3
appVersion: "0.4.3"
......@@ -7,7 +7,7 @@ replicaCount: 1
image:
# -- image repository
repository: registry.solidev.net/solidev/rustize/main
repository: registry.solidev.net/solidev/rustize
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tage, overrides the image tag whose default is the chart appVersion.
......