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

Commit bb9acfd

Browse files
author
angelnu
committed
use common v3.1.0
1 parent 976810d commit bb9acfd

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

Diff for: charts/stable/dnsmadeeasy-webhook/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ maintainers:
1818
dependencies:
1919
- name: common
2020
repository: https://library-charts.k8s-at-home.com
21-
version: 3.0.2
21+
version: 3.1.0

Diff for: charts/stable/dnsmadeeasy-webhook/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Cert-Manager Webhook for DNSMadeEasy
1717

1818
| Repository | Name | Version |
1919
|------------|------|---------|
20-
| https://library-charts.k8s-at-home.com | common | 3.0.2 |
20+
| https://library-charts.k8s-at-home.com | common | 3.1.0 |
2121

2222
## TL;DR
2323

@@ -96,7 +96,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9696

9797
#### Changed
9898

99-
- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
99+
- **BREAKING**: Upgraded the common library dependency to version 3.1.0. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
100100
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values.
101101
- moved harcoded values into common.tpl
102102

Diff for: charts/stable/dnsmadeeasy-webhook/README_CHANGELOG.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717

1818
#### Changed
1919

20-
- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
20+
- **BREAKING**: Upgraded the common library dependency to version 3.1.0. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
2121
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values.
2222
- moved harcoded values into common.tpl
2323

Diff for: charts/stable/tt-rss/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers:
1616
dependencies:
1717
- name: common
1818
repository: https://library-charts.k8s-at-home.com
19-
version: 3.0.2
19+
version: 3.1.0
2020
- name: postgresql
2121
version: 10.4.8
2222
repository: https://charts.bitnami.com/bitnami

Diff for: charts/stable/tt-rss/README_CHANGELOG.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717

1818
#### Changed
1919

20-
- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
20+
- **BREAKING**: Upgraded the common library dependency to version 3.1.0. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
2121
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values.
2222

2323
#### Removed

Diff for: charts/stable/zalando-postgres-cluster/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ maintainers:
1717
dependencies:
1818
- name: common
1919
repository: https://library-charts.k8s-at-home.com
20-
version: 3.0.2
20+
version: 3.1.0

Diff for: charts/stable/zalando-postgres-cluster/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates a postgres cluster using the Zalando Postgres operator and local storage
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| https://library-charts.k8s-at-home.com | common | 3.0.2 |
19+
| https://library-charts.k8s-at-home.com | common | 3.1.0 |
2020

2121
## TL;DR
2222

@@ -80,7 +80,7 @@ Features added by this wrapper:
8080

8181
| Key | Type | Default | Description |
8282
|-----|------|---------|-------------|
83-
| controllerType | string | `""` | |
83+
| controller.enabled | bool | `false` | |
8484
| dumpBackup.existingClaim | string | `nil` | |
8585
| dumpBackup.image.pullPolicy | string | `"IfNotPresent"` | |
8686
| dumpBackup.image.repository | string | `"postgres"` | |
@@ -123,7 +123,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
123123

124124
#### Changed
125125

126-
- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
126+
- **BREAKING**: Upgraded the common library dependency to version 3.1.0. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
127127
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values.
128128

129129
#### Removed

Diff for: charts/stable/zalando-postgres-cluster/README_CHANGELOG.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717

1818
#### Changed
1919

20-
- **BREAKING**: Upgraded the common library dependency to version 3.0.2. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
20+
- **BREAKING**: Upgraded the common library dependency to version 3.1.0. This introduces several breaking changes (`service`, `ingress` and `persistence` keys have been refactored).
2121
Be sure to check out the [library chart](https://github.com/k8s-at-home/library-charts/blob/common-3.0.2/charts/stable/common/) for the up-to-date values.
2222

2323
#### Removed

Diff for: charts/stable/zalando-postgres-cluster/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dumpBackup:
7979

8080
# Disable Deployment
8181
controller:
82-
type: none
82+
enabled: false
8383

8484
# Disable Service
8585
service:

0 commit comments

Comments
 (0)