Skip to content

Commit

Permalink
Bump up chart version to v2.6.0 (Scalar Envoy v1.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 7, 2024
1 parent 43e5cf0 commit bc9767a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/envoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: envoy
description: Envoy Proxy for Scalar applications
type: application
version: 2.5.0
appVersion: 1.6.0
version: 2.6.0
appVersion: 1.6.1
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
6 changes: 3 additions & 3 deletions charts/envoy/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# envoy

![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
![Version: 2.6.0](https://img.shields.io/badge/Version-2.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.1](https://img.shields.io/badge/AppVersion-1.6.1-informational?style=flat-square)

Envoy Proxy for Scalar applications
Current chart version is `2.5.0`
Current chart version is `2.6.0`

**Homepage:** <https://scalar-labs.com/>

Expand All @@ -19,7 +19,7 @@ Current chart version is `2.5.0`
| grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| image.repository | string | `"ghcr.io/scalar-labs/scalar-envoy"` | Docker image |
| image.version | string | `"1.6.0"` | |
| image.version | string | `"1.6.1"` | |
| imagePullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
| podAnnotations | object | `{}` | Pod annotations for the envoy Deployment |
Expand Down
2 changes: 1 addition & 1 deletion charts/envoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
# image.repository -- Docker image
repository: ghcr.io/scalar-labs/scalar-envoy
# image.tag -- Docker tag
version: 1.6.0
version: 1.6.1
# image.pullPolicy -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit bc9767a

Please sign in to comment.