This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/postgresql] Ensure intContainer creates the data directory. #14401
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: juan131 <[email protected]>
helm-bot
added
Contribution Allowed
If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO).
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
labels
Jun 3, 2019
k8s-ci-robot
added
the
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
label
Jun 3, 2019
/retest |
carrodher
reviewed
Jun 3, 2019
/hold |
k8s-ci-robot
added
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Jun 3, 2019
Signed-off-by: juan131 <[email protected]>
…ction.yaml' Signed-off-by: juan131 <[email protected]>
/hold cancel |
k8s-ci-robot
removed
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Jun 3, 2019
/retest |
/hold |
k8s-ci-robot
added
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Jun 3, 2019
Signed-off-by: juan131 <[email protected]>
/hold cancel |
k8s-ci-robot
removed
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Jun 3, 2019
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carrodher, juan131 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
JGodin-C2C
pushed a commit
to camptocamp/charts-1
that referenced
this pull request
Jun 3, 2019
…elm#14401) * [stable/postgresql] Ensure intContainer creates the data directory. Signed-off-by: juan131 <[email protected]> * Update PostgreSQL image tag to '11.3.0-debian-9-r26' Signed-off-by: juan131 <[email protected]> * Update PostgreSQL image tag to '11.3.0-debian-9-r26' on 'values-production.yaml' Signed-off-by: juan131 <[email protected]> * Update PostgreSQL image tag to '11.3.0-debian-9-r27' Signed-off-by: juan131 <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
Contribution Allowed
If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO).
lgtm
Indicates that a PR is ready to be merged.
size/S
Denotes a PR that changes 10-29 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: juan131 [email protected]
What this PR does / why we need it:
This PR ensures the initContainer used to prepare the right permissions in the volume used to persist data are correct. To do so, it ensure the "data" directory exists so the PostgreSQL container doesn't face the error below:
Which issue this PR fixes
Checklist
[stable/chart]
)