We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6770328 commit aed73c6Copy full SHA for aed73c6
2 files changed
build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
}
19
20
group = "com.superkooka"
21
-version = "1.0.0-alpha"
+version = "1.0.0-alpha.1"
22
23
java {
24
toolchain {
charts/values.yaml
@@ -1,7 +1,7 @@
1
operator:
2
image:
3
repository: ghcr.io/superkooka/light-k8s-postgres-operator
4
- tag: "v1.0.0-alpha"
+ tag: "v1.0.0-alpha.1"
5
pullPolicy: IfNotPresent
6
pullSecrets: []
7
# healthPort: 8080
@@ -16,7 +16,7 @@ operator:
16
memory: 256Mi
17
cpu: 100m
serviceAccount:
- name: my-operator
+ name: light-k8s-postgres-operator
postgresql:
enabled: false
0 commit comments