Skip to content

Update for 2025-03 release #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
138 changes: 58 additions & 80 deletions argocd/helm/kubedb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
chart: kubedb
repoURL: ghcr.io/appscode-charts
targetRevision: v2025.2.19
targetRevision: v2025.3.24
helm:
values: |
ace-user-roles:
Expand All @@ -25,134 +25,112 @@ spec:
- jsonPointers:
- /data
kind: Secret
name: kubedb-kubedb-webhook-server-apiserver-cert
name: kubedb-kubedb-webhook-server-cert
namespace: kubedb
- jsonPointers:
- /data
kind: Secret
name: kubedb-petset-webhook-cert
name: kubedb-petset-cert
namespace: kubedb
- jsonPointers:
- /data
kind: Secret
name: kubedb-sidekick-cert
namespace: kubedb


- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
name: kubedb-petset
name: mutators.petset.appscode.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
name: mutators.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
name: mutators.autoscaling.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
name: mutators.elasticsearch.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: MutatingWebhookConfiguration
name: mutators.schema.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle


- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
name: kubedb-petset
name: validators.autoscaling.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
name: validators.elasticsearch.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
name: validators.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
name: validators.ops.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
name: validators.petset.appscode.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle
- group: admissionregistration.k8s.io
kind: ValidatingWebhookConfiguration
name: validators.schema.kubedb.com
jqPathExpressions:
- .webhooks[].clientConfig.caBundle

- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.mutators.autoscaling.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.mutators.elasticsearch.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.mutators.kafka.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.mutators.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.mutators.ops.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.mutators.schema.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.autoscaling.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.elasticsearch.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.kafka.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.ops.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.postgres.kubedb.com
jsonPointers:
- /spec/caBundle
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.validators.schema.kubedb.com
jsonPointers:
- /spec/caBundle

- group: apps
kind: Deployment
name: kubedb-petset-webhook-server
kind: StatefulSet
name: kubedb-kubedb-autoscaler
namespace: kubedb
jsonPointers:
- /spec/template/metadata/annotations/reload
- group: apps
kind: Deployment
name: kubedb-kubedb-autoscaler
kind: StatefulSet
name: kubedb-kubedb-ops-manager
namespace: kubedb
jsonPointers:
- /spec/template/metadata/annotations/reload
- group: apps
kind: Deployment
name: kubedb-kubedb-ops-manager
kind: StatefulSet
name: kubedb-kubedb-provisioner
namespace: kubedb
jsonPointers:
- /spec/template/metadata/annotations/reload
- group: apps
kind: Deployment
name: kubedb-kubedb-provisioner
name: kubedb-kubedb-webhook-server
namespace: kubedb
jsonPointers:
- /spec/template/metadata/annotations/reload
- group: apps
kind: Deployment
name: kubedb-kubedb-webhook-server
name: kubedb-petset
namespace: kubedb
jsonPointers:
- /spec/template/metadata/annotations/reload
- group: apps
kind: Deployment
name: kubedb-petset-webhook-server
name: kubedb-sidekick
namespace: kubedb
jsonPointers:
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
- /spec/template/metadata/annotations/reload
8 changes: 4 additions & 4 deletions argocd/helm/kubestash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
chart: kubestash
repoURL: ghcr.io/appscode-charts
targetRevision: v2025.2.10
targetRevision: v2025.3.24
helm:
values: |
ace-user-roles:
Expand All @@ -25,17 +25,17 @@ spec:
- jsonPointers:
- /data
kind: Secret
name: kubestash-kubestash-operator-webhook-cert
name: kubestash-kubestash-operator-cert
namespace: kubestash
- group: apps
kind: Deployment
name: kubestash-kubestash-operator-operator
namespace: kubestash
jsonPointers:
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
- /spec/template/metadata/annotations/reload
- group: apps
kind: Deployment
name: kubestash-kubestash-operator-webhook-server
namespace: kubestash
jsonPointers:
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
- /spec/template/metadata/annotations/reload
2 changes: 1 addition & 1 deletion argocd/helm/license-proxyserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
chart: license-proxyserver
repoURL: ghcr.io/appscode-charts
targetRevision: v2025.1.17
targetRevision: v2025.3.14
helm:
values: |
platform:
Expand Down
49 changes: 49 additions & 0 deletions argocd/helm/monitoring-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring-operator
namespace: argocd
spec:
project: default
source:
chart: monitoring-operator
repoURL: ghcr.io/appscode-charts
targetRevision: v2025.3.14
helm:
values: |
tolerations:
- key: "role"
operator: "Equal"
value: "worker_node_svc"
effect: "NoSchedule"
monitoring:
agent: "prometheus.io/operator"
serviceMonitor:
labels:
release: prometheus-operator

destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true

ignoreDifferences:
- jsonPointers:
- /data
kind: Secret
name: monitoring-operator-apiserver-cert
namespace: monitoring
- group: apiregistration.k8s.io
kind: APIService
name: v1alpha1.ui.openviz.dev
jsonPointers:
- /spec/caBundle
- group: apps
kind: Deployment
name: monitoring-operator
namespace: monitoring
jsonPointers:
- /spec/template/metadata/annotations/checksum~1apiregistration.yaml
Loading