diff --git a/charts/ecr-proxy/Chart.lock b/charts/ecr-proxy/Chart.lock index 46c7f49..e822952 100644 --- a/charts/ecr-proxy/Chart.lock +++ b/charts/ecr-proxy/Chart.lock @@ -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" diff --git a/charts/ecr-proxy/Chart.yaml b/charts/ecr-proxy/Chart.yaml index 7e06ae2..c92ea2d 100644 --- a/charts/ecr-proxy/Chart.yaml +++ b/charts/ecr-proxy/Chart.yaml @@ -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 diff --git a/charts/ecr-proxy/README.md b/charts/ecr-proxy/README.md index 795eb9d..81fa1ca 100644 --- a/charts/ecr-proxy/README.md +++ b/charts/ecr-proxy/README.md @@ -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 @@ -10,7 +10,7 @@ A Helm chart for Kubernetes | Name | Email | Url | | ---- | ------ | --- | -| davidkarlsen | david@davidkarlsen.com | | +| davidkarlsen | | | ## Source Code @@ -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 @@ -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 | `""` | | @@ -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) diff --git a/charts/ecr-proxy/values.yaml b/charts/ecr-proxy/values.yaml index 100d43c..fe90c09 100644 --- a/charts/ecr-proxy/values.yaml +++ b/charts/ecr-proxy/values.yaml @@ -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: ""