Skip to content

Commit f9b560f

Browse files
feat(internal-gateway): bump cf-common lib (#103)
1 parent 8f286e9 commit f9b560f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/internal-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.0
33
description: A Helm chart for Codefresh Internal Gateway
44
name: internal-gateway
5-
version: 0.10.1
5+
version: 0.10.2
66
home: https://github.com/codefresh-io/helm-charts
77
keywords:
88
- codefresh
@@ -13,4 +13,4 @@ maintainers:
1313
dependencies:
1414
- name: cf-common
1515
repository: oci://quay.io/codefresh/charts
16-
version: "0.21.0"
16+
version: "0.23.0"

charts/internal-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# internal-gateway
22

3-
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
3+
![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
44

55
A Helm chart for Codefresh Internal Gateway
66

@@ -16,7 +16,7 @@ A Helm chart for Codefresh Internal Gateway
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| oci://quay.io/codefresh/charts | cf-common | 0.21.0 |
19+
| oci://quay.io/codefresh/charts | cf-common | 0.23.0 |
2020

2121
## Values
2222

charts/internal-gateway/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ volumes:
287287
njs-scripts:
288288
enabled: true
289289
type: configMap
290+
optional: true
290291

291292
# -- HPA parameters
292293
# @default -- See below

0 commit comments

Comments
 (0)