Skip to content

Commit bc5e845

Browse files
committed
Update for 2025-03 release
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent b8961ec commit bc5e845

8 files changed

Lines changed: 126 additions & 170 deletions

File tree

argocd/helm/kubedb.yaml

Lines changed: 58 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
source:
99
chart: kubedb
1010
repoURL: ghcr.io/appscode-charts
11-
targetRevision: v2025.2.19
11+
targetRevision: v2025.3.24
1212
helm:
1313
values: |
1414
ace-user-roles:
@@ -25,134 +25,112 @@ spec:
2525
- jsonPointers:
2626
- /data
2727
kind: Secret
28-
name: kubedb-kubedb-webhook-server-apiserver-cert
28+
name: kubedb-kubedb-webhook-server-cert
2929
namespace: kubedb
3030
- jsonPointers:
3131
- /data
3232
kind: Secret
33-
name: kubedb-petset-webhook-cert
33+
name: kubedb-petset-cert
34+
namespace: kubedb
35+
- jsonPointers:
36+
- /data
37+
kind: Secret
38+
name: kubedb-sidekick-cert
3439
namespace: kubedb
3540

41+
3642
- group: admissionregistration.k8s.io
3743
kind: MutatingWebhookConfiguration
38-
name: kubedb-petset
44+
name: mutators.petset.appscode.com
3945
jqPathExpressions:
4046
- .webhooks[].clientConfig.caBundle
4147
- group: admissionregistration.k8s.io
4248
kind: MutatingWebhookConfiguration
4349
name: mutators.kubedb.com
4450
jqPathExpressions:
4551
- .webhooks[].clientConfig.caBundle
52+
- group: admissionregistration.k8s.io
53+
kind: MutatingWebhookConfiguration
54+
name: mutators.autoscaling.kubedb.com
55+
jqPathExpressions:
56+
- .webhooks[].clientConfig.caBundle
57+
- group: admissionregistration.k8s.io
58+
kind: MutatingWebhookConfiguration
59+
name: mutators.elasticsearch.kubedb.com
60+
jqPathExpressions:
61+
- .webhooks[].clientConfig.caBundle
62+
- group: admissionregistration.k8s.io
63+
kind: MutatingWebhookConfiguration
64+
name: mutators.schema.kubedb.com
65+
jqPathExpressions:
66+
- .webhooks[].clientConfig.caBundle
67+
68+
4669
- group: admissionregistration.k8s.io
4770
kind: ValidatingWebhookConfiguration
48-
name: kubedb-petset
71+
name: validators.autoscaling.kubedb.com
72+
jqPathExpressions:
73+
- .webhooks[].clientConfig.caBundle
74+
- group: admissionregistration.k8s.io
75+
kind: ValidatingWebhookConfiguration
76+
name: validators.elasticsearch.kubedb.com
4977
jqPathExpressions:
5078
- .webhooks[].clientConfig.caBundle
5179
- group: admissionregistration.k8s.io
5280
kind: ValidatingWebhookConfiguration
5381
name: validators.kubedb.com
5482
jqPathExpressions:
5583
- .webhooks[].clientConfig.caBundle
84+
- group: admissionregistration.k8s.io
85+
kind: ValidatingWebhookConfiguration
86+
name: validators.ops.kubedb.com
87+
jqPathExpressions:
88+
- .webhooks[].clientConfig.caBundle
89+
- group: admissionregistration.k8s.io
90+
kind: ValidatingWebhookConfiguration
91+
name: validators.petset.appscode.com
92+
jqPathExpressions:
93+
- .webhooks[].clientConfig.caBundle
94+
- group: admissionregistration.k8s.io
95+
kind: ValidatingWebhookConfiguration
96+
name: validators.schema.kubedb.com
97+
jqPathExpressions:
98+
- .webhooks[].clientConfig.caBundle
5699

57-
- group: apiregistration.k8s.io
58-
kind: APIService
59-
name: v1alpha1.mutators.autoscaling.kubedb.com
60-
jsonPointers:
61-
- /spec/caBundle
62-
- group: apiregistration.k8s.io
63-
kind: APIService
64-
name: v1alpha1.mutators.elasticsearch.kubedb.com
65-
jsonPointers:
66-
- /spec/caBundle
67-
- group: apiregistration.k8s.io
68-
kind: APIService
69-
name: v1alpha1.mutators.kafka.kubedb.com
70-
jsonPointers:
71-
- /spec/caBundle
72-
- group: apiregistration.k8s.io
73-
kind: APIService
74-
name: v1alpha1.mutators.kubedb.com
75-
jsonPointers:
76-
- /spec/caBundle
77-
- group: apiregistration.k8s.io
78-
kind: APIService
79-
name: v1alpha1.mutators.ops.kubedb.com
80-
jsonPointers:
81-
- /spec/caBundle
82-
- group: apiregistration.k8s.io
83-
kind: APIService
84-
name: v1alpha1.mutators.schema.kubedb.com
85-
jsonPointers:
86-
- /spec/caBundle
87-
- group: apiregistration.k8s.io
88-
kind: APIService
89-
name: v1alpha1.validators.autoscaling.kubedb.com
90-
jsonPointers:
91-
- /spec/caBundle
92-
- group: apiregistration.k8s.io
93-
kind: APIService
94-
name: v1alpha1.validators.elasticsearch.kubedb.com
95-
jsonPointers:
96-
- /spec/caBundle
97-
- group: apiregistration.k8s.io
98-
kind: APIService
99-
name: v1alpha1.validators.kafka.kubedb.com
100-
jsonPointers:
101-
- /spec/caBundle
102-
- group: apiregistration.k8s.io
103-
kind: APIService
104-
name: v1alpha1.validators.kubedb.com
105-
jsonPointers:
106-
- /spec/caBundle
107-
- group: apiregistration.k8s.io
108-
kind: APIService
109-
name: v1alpha1.validators.ops.kubedb.com
110-
jsonPointers:
111-
- /spec/caBundle
112-
- group: apiregistration.k8s.io
113-
kind: APIService
114-
name: v1alpha1.validators.postgres.kubedb.com
115-
jsonPointers:
116-
- /spec/caBundle
117-
- group: apiregistration.k8s.io
118-
kind: APIService
119-
name: v1alpha1.validators.schema.kubedb.com
120-
jsonPointers:
121-
- /spec/caBundle
122100

123101
- group: apps
124-
kind: Deployment
125-
name: kubedb-petset-webhook-server
102+
kind: StatefulSet
103+
name: kubedb-kubedb-autoscaler
126104
namespace: kubedb
127105
jsonPointers:
128106
- /spec/template/metadata/annotations/reload
129107
- group: apps
130-
kind: Deployment
131-
name: kubedb-kubedb-autoscaler
108+
kind: StatefulSet
109+
name: kubedb-kubedb-ops-manager
132110
namespace: kubedb
133111
jsonPointers:
134112
- /spec/template/metadata/annotations/reload
135113
- group: apps
136-
kind: Deployment
137-
name: kubedb-kubedb-ops-manager
114+
kind: StatefulSet
115+
name: kubedb-kubedb-provisioner
138116
namespace: kubedb
139117
jsonPointers:
140118
- /spec/template/metadata/annotations/reload
141119
- group: apps
142120
kind: Deployment
143-
name: kubedb-kubedb-provisioner
121+
name: kubedb-kubedb-webhook-server
144122
namespace: kubedb
145123
jsonPointers:
146124
- /spec/template/metadata/annotations/reload
147125
- group: apps
148126
kind: Deployment
149-
name: kubedb-kubedb-webhook-server
127+
name: kubedb-petset
150128
namespace: kubedb
151129
jsonPointers:
152130
- /spec/template/metadata/annotations/reload
153131
- group: apps
154132
kind: Deployment
155-
name: kubedb-petset-webhook-server
133+
name: kubedb-sidekick
156134
namespace: kubedb
157135
jsonPointers:
158-
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
136+
- /spec/template/metadata/annotations/reload

argocd/helm/kubestash.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
source:
99
chart: kubestash
1010
repoURL: ghcr.io/appscode-charts
11-
targetRevision: v2025.2.10
11+
targetRevision: v2025.3.24
1212
helm:
1313
values: |
1414
ace-user-roles:
@@ -25,17 +25,17 @@ spec:
2525
- jsonPointers:
2626
- /data
2727
kind: Secret
28-
name: kubestash-kubestash-operator-webhook-cert
28+
name: kubestash-kubestash-operator-cert
2929
namespace: kubestash
3030
- group: apps
3131
kind: Deployment
3232
name: kubestash-kubestash-operator-operator
3333
namespace: kubestash
3434
jsonPointers:
35-
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
35+
- /spec/template/metadata/annotations/reload
3636
- group: apps
3737
kind: Deployment
3838
name: kubestash-kubestash-operator-webhook-server
3939
namespace: kubestash
4040
jsonPointers:
41-
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
41+
- /spec/template/metadata/annotations/reload

argocd/helm/license-proxyserver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
source:
99
chart: license-proxyserver
1010
repoURL: ghcr.io/appscode-charts
11-
targetRevision: v2025.1.17
11+
targetRevision: v2025.3.14
1212
helm:
1313
values: |
1414
platform:

0 commit comments

Comments
 (0)