diff --git a/CITATION.cff b/CITATION.cff index d462eae..9c37dfb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,4 +20,4 @@ keywords: - high-availability - pgbackrest license: MIT -version: v0.4.0-beta.1 +version: v0.4.0-beta.7 diff --git a/charts/postgres-operator/Chart.yaml b/charts/postgres-operator/Chart.yaml index 80a4213..03e7974 100644 --- a/charts/postgres-operator/Chart.yaml +++ b/charts/postgres-operator/Chart.yaml @@ -14,10 +14,10 @@ kubeVersion: ">=1.26.0-0" # Chart 자체 버전 — beta 단계, Level 4 Deep Insights. SemVer 준수. # beta.N iterative pre-release 표기. -version: 0.4.0-beta.6 +version: 0.4.0-beta.7 # 본 chart가 packaging하는 operator 버전. cmd/main.go binary 버전과 일치. -appVersion: "0.4.0-beta.1" +appVersion: "0.4.0-beta.7" home: https://github.com/keiailab/postgres-operator sources: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 298a273..5ba6f87 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -7,4 +7,4 @@ resources: images: - name: controller newName: ghcr.io/keiailab/postgres-operator - newTag: 0.4.0-beta.1 + newTag: 0.4.0-beta.7 diff --git a/dist/install.yaml b/dist/install.yaml index 3ebfcec..fb3d0fb 100644 --- a/dist/install.yaml +++ b/dist/install.yaml @@ -31795,7 +31795,7 @@ spec: - --health-probe-bind-address=:8081 command: - /manager - image: ghcr.io/keiailab/postgres-operator:0.4.0-beta.1 + image: ghcr.io/keiailab/postgres-operator:0.4.0-beta.7 livenessProbe: httpGet: path: /healthz