Skip to content

Commit bfdb130

Browse files
author
Josh West
committed
Bump version
1 parent ff8bcb4 commit bfdb130

3 files changed

Lines changed: 4 additions & 4 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.0
6-
appVersion: "0.1.0"
5+
version: 0.1.1
6+
appVersion: "0.1.1"
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/foundationio/platspec-operator
3-
tag: "0.1.0"
3+
tag: "0.1.1"
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.0"
3+
version = "0.1.1"
44
description = "Open-source Kubernetes operator implementing the Platform Specification processing layer"
55
authors = [
66
{ name = "Josh West", email = "josh@foundation.io" }

0 commit comments

Comments
 (0)