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

Fixed steps for postgresql example #1779

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Fixed steps for postgresql example #1779

merged 1 commit into from
Dec 15, 2022

Conversation

shahpratikr
Copy link
Contributor

@shahpratikr shahpratikr commented Dec 8, 2022

Change Overview

  • fixed kanctl installation link
  • updated responses for actionset

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

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2022

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Dec 8, 2022
examples/postgresql/README.md Outdated Show resolved Hide resolved
examples/postgresql/README.md Outdated Show resolved Hide resolved
examples/postgresql/README.md Outdated Show resolved Hide resolved
examples/postgresql/README.md Outdated Show resolved Hide resolved
examples/postgresql/README.md Outdated Show resolved Hide resolved
examples/postgresql/postgres-blueprint.yaml Outdated Show resolved Hide resolved
@@ -70,7 +70,7 @@ actions:
name: deleteDump
args:
image: ghcr.io/kanisterio/postgres-kanister-tools:0.84.0
namespace: "{{ .Namespace.Name }}"
namespace: "{{ .StatefulSet.Namespace }}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above

Also, I believe this blueprint is no longer relevant. We can remove the v10.16.2 and v8.6.4 folders completely. @viveksinghggits @PrasadG193 WDYT?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

reverted the change

Copy link
Contributor

Choose a reason for hiding this comment

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

sorry, maybe I am missing some context. Why this blueprint not relevant?

Copy link
Contributor

Choose a reason for hiding this comment

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

@viveksinghggits are there any specific uses for this blueprint? Do we need to support this particular version of postgres?

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we have to support that specific version. But I think it's ok to keep the stale versions of blueprint just for future reference. if someone wants to refer to specific postgres' versions blueprint.
I think this is the reason we decided to have these dirs with older blueprints right?
I am also ok if decide to remove them.

examples/postgresql/README.md Outdated Show resolved Hide resolved
@shahpratikr shahpratikr force-pushed the fix_postgresql_readme branch 2 times, most recently from 31cc082 to 75c81f6 Compare December 9, 2022 06:51
@shahpratikr shahpratikr force-pushed the fix_postgresql_readme branch 3 times, most recently from a82af0d to fac2bb4 Compare December 13, 2022 04:50
- fixed kanctl installation link
- updated responses for actionset
FROM postgres:14-bullseye

LABEL maintainer="vkamra@kasten.io"
FROM postgres:15-bullseye
Copy link
Contributor

Choose a reason for hiding this comment

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

As a follow-up, we should remove this Dockerfile and stop building this image through goreleaser. I don't think we use this anymore

Kanister automation moved this from In Progress to Reviewer approved Dec 14, 2022
@mergify mergify bot merged commit e2bb2b0 into master Dec 15, 2022
Kanister automation moved this from Reviewer approved to Done Dec 15, 2022
@mergify mergify bot deleted the fix_postgresql_readme branch December 15, 2022 05:51
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