Skip to content
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

Update postgres base image for postgres-kanister-tools #2363

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

akankshakumari393
Copy link
Contributor

Change Overview

This PR updates the base image for postgres-kanister-tools image

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual

  • ⚡ Unit test

  • 💚 E2E

  • Build the image and use it in blueprint.

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
kubectl create ns postgres-test
helm install my-release --namespace postgres-test bitnami/postgresql
helm list --all-namespaces
helm repo add kanister https://charts.kanister.io
helm install kanister --namespace kanister --create-namespace kanister/kanister-operator --set image.tag=0.96.0\n
# create profile
kubectl create -f ./examples/postgresql/postgres-blueprint.yaml -n kanister
kubectl get profile -n postgres-test
kanctl create actionset --action backup --namespace kanister --blueprint postgres-bp --statefulset postgres-test/my-release-postgresql --profile postgres-test/s3-profile-vs66q
kubectl get actionset -A
NAMESPACE   NAME           PROGRESS   RUNNING PHASE   LAST TRANSITION TIME   STATE
kanister    backup-f8whv   10.00                      2023-09-29T10:05:57Z   complete

Signed-off-by: Akanksha Kumari <akanksha.kumari@veeam.com>
Copy link
Contributor

@ankitjain235 ankitjain235 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Kanister automation moved this from In Progress to Reviewer approved Sep 29, 2023
@mergify mergify bot merged commit b7b6a78 into master Oct 2, 2023
14 checks passed
Kanister automation moved this from Reviewer approved to Done Oct 2, 2023
@mergify mergify bot deleted the postgres_version-16 branch October 2, 2023 06:28
leuyentran pushed a commit that referenced this pull request Oct 18, 2023
Signed-off-by: Akanksha Kumari <akanksha.kumari@veeam.com>
Co-authored-by: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants