Skip to content

Commit

Permalink
Upgrade ecr-proxy image (#201)
Browse files Browse the repository at this point in the history
* Upgrade ecr-proxy image

* Bump chart-version
  • Loading branch information
davidkarlsen authored Oct 24, 2022
1 parent 59ddd50 commit 3a7c702
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/ecr-proxy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.10.0
digest: sha256:c7f68fc17071cf14dc1be6e629a5bf56e6effc45b5a6acce6555cb0e21a5a56d
generated: "2021-10-13T11:37:23.106042+02:00"
version: 2.0.3
digest: sha256:50423826ea4efe8c0ba51a7fe6103a6974dce43cacd0d0959de7cffb28df2f18
generated: "2022-10-24T13:31:41.476328+02:00"
6 changes: 3 additions & 3 deletions charts/ecr-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ 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.2.8
version: 0.2.9

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.4.0
appVersion: 1.5.1

dependencies:
- name: common
version: 1.10.x
version: 2.0.x
repository: https://charts.bitnami.com/bitnami
10 changes: 5 additions & 5 deletions charts/ecr-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ecr-proxy

![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
![Version: 0.2.9](https://img.shields.io/badge/Version-0.2.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -10,7 +10,7 @@ A Helm chart for Kubernetes

| Name | Email | Url |
| ---- | ------ | --- |
| davidkarlsen | david@davidkarlsen.com | |
| davidkarlsen | <david@davidkarlsen.com> | |

## Source Code

Expand All @@ -22,7 +22,7 @@ A Helm chart for Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 1.10.x |
| https://charts.bitnami.com/bitnami | common | 2.0.x |

## Values

Expand All @@ -32,7 +32,7 @@ A Helm chart for Kubernetes
| autoscaling | object | `{"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80}` | enable HPA |
| env | list | `[]` | |
| fullnameOverride | string | `""` | |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"esailors/aws-ecr-http-proxy","tag":"1.4.0"}` | image configuration |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"esailors/aws-ecr-http-proxy","tag":"1.5.1"}` | image configuration |
| imagePullSecrets | list | `[]` | |
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"chart-example.local","paths":[]}],"tls":[]}` | ingress configuration |
| nameOverride | string | `""` | |
Expand All @@ -49,4 +49,4 @@ A Helm chart for Kubernetes
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
2 changes: 1 addition & 1 deletion charts/ecr-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
repository: esailors/aws-ecr-http-proxy
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.4.0"
tag: "1.5.1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 3a7c702

Please sign in to comment.