Skip to content

Commit

Permalink
next version is 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Nov 13, 2024
1 parent 89edba4 commit 664f71c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.6"
version = "0.1.7"
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.6
appVersion: "v0.1.6"
version: 0.1.7
appVersion: "v0.1.7"
2 changes: 1 addition & 1 deletion charts/rustcloak-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rustcloak-operator

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.6](https://img.shields.io/badge/AppVersion-v0.1.6-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.7](https://img.shields.io/badge/AppVersion-v0.1.7-informational?style=flat-square)

The helm-chart for the rustcloak-operator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: ''
- description: The base URL of the Keycloak instance
jsonPath: .spec.baseUrl
name: Base URL
type: string
Expand Down

0 comments on commit 664f71c

Please sign in to comment.