Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

[dnsmadeeasy-webhook][tt-rss][zalando-postgres-cluster] update to common-v3 #986

Merged
merged 14 commits into from
Jun 14, 2021

Conversation

angelnu
Copy link
Contributor

@angelnu angelnu commented Jun 11, 2021

Description of the change

Benefits

Possible drawbacks

Applicable issues

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Title of the PR starts with chart name (e.g. [home-assistant])
  • Variables are documented in the README.md (this can be done with using our helm-docs wrapper ./hack/gen-helm-docs.sh stable <chart>)

@angelnu angelnu force-pushed the common-v3 branch 2 times, most recently from 5b8f746 to 781ae0c Compare June 11, 2021 22:37
@@ -77,7 +77,8 @@ dumpBackup:
memory: "10Mi"
cpu: "5m"

# Dissable Deployment and Service
# Dissable Deployment and Service generation
controllerType: ""
Copy link
Contributor

Choose a reason for hiding this comment

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

controllerType is not a supported field.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is a problem: the common v3 does not allow to run without controller. Will ping you to discuss a possible PR to add.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

solved with 3.1

angelnu and others added 7 commits June 12, 2021 18:18
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <[email protected]>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <[email protected]>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <[email protected]>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <[email protected]>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <[email protected]>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <[email protected]>
@angelnu angelnu marked this pull request as draft June 12, 2021 16:30
controllerType: ""
# Disable Deployment
controller:
type: none
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
type: none
enabled: false

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@angelnu angelnu marked this pull request as ready for review June 14, 2021 14:50
@angelnu angelnu requested a review from bjw-s June 14, 2021 14:51
Comment on lines 80 to 87
# Disable Deployment
controller:
enabled: false

# Disable Service
service:
main:
enabled: false
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you not want to put these in as hardcoded in common.yaml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, I can do that in common.yaml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved

@angelnu angelnu requested a review from bjw-s June 14, 2021 15:24
@bjw-s bjw-s merged commit 13c4cb5 into k8s-at-home:master Jun 14, 2021
@angelnu angelnu deleted the common-v3 branch June 14, 2021 21:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate charts to common v3
2 participants