Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/api7/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.14.4
version: 0.14.5

# 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
4 changes: 2 additions & 2 deletions charts/api7/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# api7ee3

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

A Helm chart for Kubernetes

@@ -66,7 +66,7 @@ A Helm chart for Kubernetes
| developer_portal.extraEnvVars | list | `[]` | |
| developer_portal.image.pullPolicy | string | `"IfNotPresent"` | |
| developer_portal.image.repository | string | `"api7/api7-developer-portal"` | |
| developer_portal.image.tag | string | `"v0.0.4"` | |
| developer_portal.image.tag | string | `"v0.0.5"` | |
| developer_portal.ingress.annotations | object | `{}` | |
| developer_portal.ingress.className | string | `""` | |
| developer_portal.ingress.enabled | bool | `false` | |
2 changes: 1 addition & 1 deletion charts/api7/values.yaml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ developer_portal:
repository: api7/api7-developer-portal
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.4"
tag: "v0.0.5"
extraEnvVars: []
port: 4321
ingress:

0 comments on commit 5de6c8d

Please sign in to comment.