Skip to content

Commit aed73c6

Browse files
committed
feat: first alpha
1 parent 6770328 commit aed73c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
group = "com.superkooka"
21-
version = "1.0.0-alpha"
21+
version = "1.0.0-alpha.1"
2222

2323
java {
2424
toolchain {

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
operator:
22
image:
33
repository: ghcr.io/superkooka/light-k8s-postgres-operator
4-
tag: "v1.0.0-alpha"
4+
tag: "v1.0.0-alpha.1"
55
pullPolicy: IfNotPresent
66
pullSecrets: []
77
# healthPort: 8080
@@ -16,7 +16,7 @@ operator:
1616
memory: 256Mi
1717
cpu: 100m
1818
serviceAccount:
19-
name: my-operator
19+
name: light-k8s-postgres-operator
2020

2121
postgresql:
2222
enabled: false

0 commit comments

Comments
 (0)