Skip to content

Commit

Permalink
chore(deps): update docker.io/alpine/helm docker tag to v3.16.2 (#269)
Browse files Browse the repository at this point in the history
* chore(deps): update docker.io/alpine/helm docker tag to v3.16.2

* chore: incremental Chart patch version increase

* chore: Update 'README.md's

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jean-Philippe Krämer <j.kraemer@4allportal.com>
Co-authored-by: jpkraemer-mg <jpkraemer-mg@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 59fbcfc commit 31365be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/base-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A generic, base cluster setup
name: base-cluster
version: 40.2.1
version: 40.2.2
home: "https://4allportal.com"
maintainers:
- name: jpkraemer-mg
Expand Down
4 changes: 2 additions & 2 deletions charts/base-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# base-cluster

![Version: 40.2.1](https://img.shields.io/badge/Version-40.2.1-informational?style=flat-square)
![Version: 40.2.2](https://img.shields.io/badge/Version-40.2.2-informational?style=flat-square)

A generic, base cluster setup

Expand Down Expand Up @@ -79,7 +79,7 @@ This helm chart requires flux v2 to be installed (https://fluxcd.io/docs/install
| global.clusterName | string | `"eu-west-1"` | |
| global.helm.image.registry | string | `"docker.io"` | |
| global.helm.image.repository | string | `"alpine/helm"` | |
| global.helm.image.tag | string | `"3.15.3"` | |
| global.helm.image.tag | string | `"3.16.2"` | |
| global.imageCredentials | object | `{}` | |
| global.imageRegistry | string | `""` | |
| global.kubectl.image.registry | string | `"docker.io"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ global:
image:
registry: docker.io
repository: alpine/helm
tag: "3.15.3"
tag: "3.16.2"
imageRegistry: ""

flux:
Expand Down

0 comments on commit 31365be

Please sign in to comment.