Skip to content

Commit

Permalink
chore: cloudnative-pg npins update v1.25.1
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
update-chan committed Feb 28, 2025
1 parent 85bdc9e commit 307e002
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: backups.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -450,7 +450,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: clusterimagecatalogs.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -531,7 +531,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: clusters.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -3470,6 +3470,12 @@ spec:
default: true
description: Enabled is true if this plugin will be used
type: boolean
isWALArchiver:
default: false
description: |-
Only one plugin can be declared as WALArchiver.
Cannot be active if ".spec.backup.barmanObjectStore" configuration is present.
type: boolean
name:
description: Name is the plugin name
type: string
Expand Down Expand Up @@ -4496,6 +4502,12 @@ spec:
default: true
description: Enabled is true if this plugin will be used
type: boolean
isWALArchiver:
default: false
description: |-
Only one plugin can be declared as WALArchiver.
Cannot be active if ".spec.backup.barmanObjectStore" configuration is present.
type: boolean
name:
description: Name is the plugin name
type: string
Expand Down Expand Up @@ -6946,7 +6958,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: databases.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -7208,7 +7220,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: imagecatalogs.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -7288,7 +7300,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: poolers.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -16066,6 +16078,7 @@ spec:
enum:
- rw
- ro
- r
type: string
required:
- cluster
Expand Down Expand Up @@ -16146,7 +16159,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: publications.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -16341,7 +16354,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: scheduledbackups.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -16532,7 +16545,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
controller-gen.kubebuilder.io/version: v0.17.2
name: subscriptions.postgresql.cnpg.io
spec:
group: postgresql.cnpg.io
Expand Down Expand Up @@ -17555,14 +17568,14 @@ spec:
- /manager
env:
- name: OPERATOR_IMAGE_NAME
value: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0
value: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.1
- name: OPERATOR_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: MONITORING_QUERIES_CONFIGMAP
value: cnpg-default-monitoring
image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0
image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.1
livenessProbe:
httpGet:
path: /readyz
Expand Down Expand Up @@ -17598,6 +17611,13 @@ spec:
runAsUser: 10001
seccompProfile:
type: RuntimeDefault
startupProbe:
failureThreshold: 6
httpGet:
path: /readyz
port: 9443
scheme: HTTPS
periodSeconds: 5
volumeMounts:
- mountPath: /controller
name: scratch-data
Expand Down
2 changes: 1 addition & 1 deletion gitops/apps/cnpg/upstream/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cnpg-1.25.0.yaml
- cnpg-1.25.1.yaml
10 changes: 5 additions & 5 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"pre_releases": false,
"version_upper_bound": null,
"release_prefix": null,
"version": "v1.25.0",
"revision": "bad5a251642655399eca392abf5d981668fbd8cc",
"url": "https://api.github.com/repos/cloudnative-pg/cloudnative-pg/tarball/v1.25.0",
"hash": "1i4f93968x06xp2kxjmkzq1siby0w5sk18f3f0gr3kcid600wkx5"
"version": "v1.25.1",
"revision": "c56e00d462c3899ab305540953ec541dfe0f762a",
"url": "https://api.github.com/repos/cloudnative-pg/cloudnative-pg/tarball/v1.25.1",
"hash": "1kwj55vkkrj494fa31xc6divmr67xyavqi64sfpys41dfqw041wl"
},
"contour": {
"type": "GitRelease",
Expand All @@ -38,4 +38,4 @@
}
},
"version": 3
}
}

0 comments on commit 307e002

Please sign in to comment.