Skip to content

Commit

Permalink
fix helmchart image url, upgrade to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Nov 5, 2024
1 parent 048fa88 commit cdbe92e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
set -x
test "${cargo_version}" = "${GITHUB_REF_NAME#v}"
test "${helm_version}" = "${GITHUB_REF_NAME#v}"
test "${helm_appversion}" = "${GITHUB_REF_NAME#v}"
test "${helm_appversion}" = "${GITHUB_REF_NAME}"
build:
needs: prepare
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustcloak-operator"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions charts/rustcloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
- name: Enno Boland
email: [email protected]
url: https://github.com/Gottox
version: 0.1.0
appVersion: "0.1.0"
version: 0.1.1
appVersion: "v0.1.1"

0 comments on commit cdbe92e

Please sign in to comment.