Skip to content

feat(internal-gateway): bump cf-common lib #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/internal-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.0.0
description: A Helm chart for Codefresh Internal Gateway
name: internal-gateway
version: 0.10.4
version: 0.11.0
home: https://github.com/codefresh-io/helm-charts
keywords:
- codefresh
Expand All @@ -12,5 +12,5 @@ maintainers:
url: https://codefresh-io.github.io/
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: "0.24.0"
repository: oci://quay.io/codefresh/charts/dev
version: "0.26.0"
4 changes: 2 additions & 2 deletions charts/internal-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# internal-gateway

![Version: 0.10.4](https://img.shields.io/badge/Version-0.10.4-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)
![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![AppVersion: v0.0.0](https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square)

A Helm chart for Codefresh Internal Gateway

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

| Repository | Name | Version |
|------------|------|---------|
| oci://quay.io/codefresh/charts | cf-common | 0.24.0 |
| oci://quay.io/codefresh/charts/dev | cf-common | 0.26.0 |

## Values

Expand Down
1 change: 1 addition & 0 deletions charts/internal-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ service:
enabled: true
primary: true
type: ClusterIP
trafficDistribution: PreferClose
ports:
http:
port: 80
Expand Down
Loading