Skip to content

Commit f8e2688

Browse files
author
Josh West
committed
Bump version
1 parent 02867fc commit f8e2688

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: platspec-operator
33
description: Open-source Kubernetes operator implementing the Platform Specification processing layer
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.1"
5+
version: 0.1.4
6+
appVersion: "v0.1.4"
77
keywords:
88
- kubernetes
99
- operator

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/platformspec/platspec-operator
3-
tag: "v0.1.3"
3+
tag: "v0.1.4"
44
pullPolicy: IfNotPresent
55

66
replicaCount: 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "platspec-operator"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Open-source Kubernetes operator implementing the Platform Specification processing layer"
55
authors = [
66
{ name = "Josh West", email = "josh@foundation.io" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)