Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ keywords:
- high-availability
- pgbackrest
license: MIT
version: v0.4.0-beta.1
version: v0.4.0-beta.7
4 changes: 2 additions & 2 deletions charts/postgres-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down