Skip to content

Commit

Permalink
chore: update to cnpg 1.23.1 (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei authored May 6, 2024
1 parent 458d431 commit 0ca7d02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_NAME := edb-cnpg-gke-autopilot
APP_NAME_DEV := edb-cnpg-gke-autopilot-dev
REGISTRY := gcr.io/public-edb-ppas
TAG ?= 1.22.2
TAG ?= 1.23.1
DOCKER_BUILDKIT := 1

export REGISTRY
Expand Down Expand Up @@ -66,6 +66,11 @@ cnpg-push-prod: ## Push the cnpg image to the production project

.PHONY: update-chart
update-chart: ## Update the CNPG dependency chart
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm dependency update chart/edb-cnpg-gke-autopilot

.PHONY: rebuild-chart
rebuild-chart: ## Rebuild the CNPG dependency chart
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm dependency build chart/edb-cnpg-gke-autopilot

Expand Down
6 changes: 3 additions & 3 deletions chart/edb-cnpg-gke-autopilot/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: cloudnative-pg
repository: https://cloudnative-pg.github.io/charts
version: 0.20.2
digest: sha256:391c5f2ce8e2acc40f51a1ac28a1680f0c450bd938b9ee1848dabf2e3c3910bd
generated: "2024-03-20T17:24:48.503056+01:00"
version: 0.21.2
digest: sha256:505d7650f6f217a51e3846ec9aecc3d874a4b8323297ee778561c703d6b047c6
generated: "2024-05-06T16:09:45.376487+02:00"
2 changes: 1 addition & 1 deletion chart/edb-cnpg-gke-autopilot/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: cloudnative-pg
version: 0.20.2
version: 0.21.2
repository: https://cloudnative-pg.github.io/charts

0 comments on commit 0ca7d02

Please sign in to comment.