Skip to content

Commit

Permalink
Updating the common version ambassador points to
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Nov 7, 2024
1 parent 0a37eb6 commit 069f9b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions helm/ambassador/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.13
version: 0.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -24,6 +24,6 @@ version: 0.1.13
appVersion: "1.4.2"

dependencies:
- name: common
version: 0.1.14
repository: file://../common
- name: common
version: 0.1.15
repository: file://../common
4 changes: 2 additions & 2 deletions helm/ambassador/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ambassador

![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square)
![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.2](https://img.shields.io/badge/AppVersion-1.4.2-informational?style=flat-square)

A Helm chart for deploying ambassador for gen3

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../common | common | 0.1.14 |
| file://../common | common | 0.1.15 |

## Values

Expand Down

0 comments on commit 069f9b2

Please sign in to comment.