Skip to content

Commit

Permalink
Merge branch 'main' into maildev
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Aug 2, 2023
2 parents 492c3a1 + b60b514 commit 563a590
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 1.9.6 (2023-08-02)


### Bug Fixes

* do not snapshot metadata ([#29](https://github.com/SocialGouv/helm-charts/issues/29)) ([e1fc13e](https://github.com/SocialGouv/helm-charts/commit/e1fc13e66b483b08d97e48e2278dbefd924000dc))

## 1.9.5 (2023-08-02)


Expand Down
2 changes: 1 addition & 1 deletion charts/buildkit-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
version: 1.9.5
version: 1.9.6
name: buildkit-service
description: Helm chart for buildkit service deployment
2 changes: 1 addition & 1 deletion charts/cnpg-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cnpg-cluster
description: A Helm chart to create cloudnative-pg.io clusters
type: application
version: 1.9.5
version: 1.9.6
appVersion: '15'
2 changes: 1 addition & 1 deletion charts/maildev/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: A Helm chart for maildev
name: maildev
version: 1.9.5
version: 1.9.6
2 changes: 1 addition & 1 deletion charts/pgweb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: A Helm chart for pgweb
name: pgweb
version: 1.9.5
version: 1.9.6
18 changes: 6 additions & 12 deletions charts/pgweb/tests/__snapshot__/pgweb_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ should render default:
component: pgweb
type: ClusterIP
3: |
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: pgweb
helm.sh/chart: pgweb-1.9.5
name: RELEASE-NAME-pgweb
RELEASE-NAME-pgweb
4: |
ServiceAccount
should render with HPA:
1: |
selector:
Expand Down Expand Up @@ -99,12 +96,9 @@ should render with HPA:
kind: Deployment
name: pgweb
4: |
labels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: pgweb
helm.sh/chart: pgweb-1.9.5
name: RELEASE-NAME-pgweb
RELEASE-NAME-pgweb
5: |
ServiceAccount
should render with ingress:
1: |
rules:
Expand Down
10 changes: 8 additions & 2 deletions charts/pgweb/tests/pgweb_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ tests:
count: 0
- template: "serviceaccount.yaml"
matchSnapshot:
path: metadata
path: metadata.name
- template: "serviceaccount.yaml"
matchSnapshot:
path: kind
- it: should render with HPA
values:
- values-hpa.yaml
Expand All @@ -39,7 +42,10 @@ tests:
path: spec
- template: "serviceaccount.yaml"
matchSnapshot:
path: metadata
path: metadata.name
- template: "serviceaccount.yaml"
matchSnapshot:
path: kind
- it: should render with ingress
values:
- values-ingress.yaml
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.5",
"version": "1.9.6",
"repository": "git@github.com:SocialGouv/helm-charts.git",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 563a590

Please sign in to comment.