Skip to content

Commit

Permalink
Sync chart with bitnami/kubeapps chart (version 11.0.1) (#5470)
Browse files Browse the repository at this point in the history
* bump chart version to 11.0.1

Signed-off-by: kubeapps-bot <tanzu-kubeapps-team@vmware.com>

* bring dev changes back

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

Signed-off-by: kubeapps-bot <tanzu-kubeapps-team@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
kubeapps-bot and antgamdia committed Oct 18, 2022
1 parent 5472118 commit e480e7b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions chart/kubeapps/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.3.2
version: 17.3.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.7
version: 11.9.8
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:26a5f52564804f1cb15ff4a4724c6e6a2d4314bda8c215df9db64196abad096c
generated: "2022-10-06T13:35:27.6052444+02:00"
digest: sha256:65621cb1e4058ca6ac7513aee4822d3a589ade12037661a54bbd1205eac14d02
generated: "2022-10-17T11:39:49.099687657Z"
2 changes: 1 addition & 1 deletion chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ maintainers:
name: kubeapps
sources:
- https://github.com/vmware-tanzu/kubeapps
version: 11.0.1-dev0
version: 11.0.2-dev0
5 changes: 2 additions & 3 deletions chart/kubeapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | ---------------------- |
| `frontend.image.registry` | NGINX image registry | `docker.io` |
| `frontend.image.repository` | NGINX image repository | `bitnami/nginx` |
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.23.1-debian-11-r27` |
| `frontend.image.tag` | NGINX image tag (immutable tags are recommended) | `1.23.1-debian-11-r35` |
| `frontend.image.digest` | NGINX image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `frontend.image.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
| `frontend.image.pullSecrets` | NGINX image pull secrets | `[]` |
Expand Down Expand Up @@ -349,7 +349,7 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
| `authProxy.enabled` | Specifies whether Kubeapps should configure OAuth login/logout | `false` |
| `authProxy.image.registry` | OAuth2 Proxy image registry | `docker.io` |
| `authProxy.image.repository` | OAuth2 Proxy image repository | `bitnami/oauth2-proxy` |
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.3.0-debian-11-r40` |
| `authProxy.image.tag` | OAuth2 Proxy image tag (immutable tags are recommended) | `7.3.0-debian-11-r46` |
| `authProxy.image.digest` | OAuth2 Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `authProxy.image.pullPolicy` | OAuth2 Proxy image pull policy | `IfNotPresent` |
| `authProxy.image.pullSecrets` | OAuth2 Proxy image pull secrets | `[]` |
Expand Down Expand Up @@ -554,7 +554,6 @@ Once you have installed Kubeapps follow the [Getting Started Guide](https://gith
| `redis.replica.disableCommands` | Array with commands to deactivate on Redis&reg; | `[]` |
| `redis.replica.persistence.enabled` | Enable Redis&reg; replica data persistence using PVC | `false` |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```bash
Expand Down
4 changes: 2 additions & 2 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ frontend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.23.1-debian-11-r27
tag: 1.23.1-debian-11-r35
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1139,7 +1139,7 @@ authProxy:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 7.3.0-debian-11-r40
tag: 7.3.0-debian-11-r46
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit e480e7b

Please sign in to comment.