Skip to content

Commit

Permalink
feat(kube-proxy): Updated image to v1.31.0 (#1025)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
  • Loading branch information
stevehipwell authored Aug 13, 2024
1 parent 0c76e43 commit cc7a5ca
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ permissions: read-all
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@a05629b0f7db2ed3df41aba6b0140205f70f9efa # v0.5.5
uses: action-stars/helm-workflows/.github/workflows/release.yaml@gh-attestation
permissions:
attestations: write
contents: write
id-token: write
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@a05629b0f7db2ed3df41aba6b0140205f70f9efa # v0.5.5
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@gh-attestation
permissions:
contents: read
id-token: write
Expand Down
7 changes: 7 additions & 0 deletions charts/kube-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v0.0.6] - 2024-08-13

### Changed

- Updated _kube-proxy_ OCI image to [v1.31.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.31.0).

## [v0.0.5] - 2024-08-01

### Fixed
Expand Down Expand Up @@ -48,6 +54,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/kube-proxy
[v0.0.6]: https://github.com/stevehipwell/helm-charts/releases/tag/kube-proxy-0.0.6
[v0.0.5]: https://github.com/stevehipwell/helm-charts/releases/tag/kube-proxy-0.0.5
[v0.0.4]: https://github.com/stevehipwell/helm-charts/releases/tag/kube-proxy-0.0.4
[v0.0.3]: https://github.com/stevehipwell/helm-charts/releases/tag/kube-proxy-0.0.3
Expand Down
8 changes: 4 additions & 4 deletions charts/kube-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kube-proxy
description: Helm chart for managing kube-proxy.
type: application
version: 0.0.5
appVersion: 1.30.3
version: 0.0.6
appVersion: 1.31.0
keywords:
- kubernetes
- kube-proxy
Expand All @@ -19,5 +19,5 @@ maintainers:
email: steve.hipwell@gmail.com
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "Fixed security context."
- kind: changed
description: "Updated _kube-proxy_ OCI image to [v1.31.0](https://github.com/kubernetes/kubernetes/releases/tag/v1.31.0)."
8 changes: 4 additions & 4 deletions charts/kube-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-proxy

![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.3](https://img.shields.io/badge/AppVersion-1.30.3-informational?style=flat-square)
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.0](https://img.shields.io/badge/AppVersion-1.31.0-informational?style=flat-square)

Helm chart for managing kube-proxy.

Expand All @@ -24,15 +24,15 @@ Helm chart for managing kube-proxy.
To install the chart using the recommended OCI method you can use the following command.

```shell
helm upgrade --install kube-proxy oci://ghcr.io/stevehipwell/helm-charts/kube-proxy --version 0.0.5
helm upgrade --install kube-proxy oci://ghcr.io/stevehipwell/helm-charts/kube-proxy --version 0.0.6
```

#### Verification

As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.

```shell
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/kube-proxy:0.0.5
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/kube-proxy:0.0.6
```

### Non-OCI Repository
Expand All @@ -41,7 +41,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.

```shell
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm upgrade --install kube-proxy stevehipwell/kube-proxy --version 0.0.5
helm upgrade --install kube-proxy stevehipwell/kube-proxy --version 0.0.6
```

## Values
Expand Down

0 comments on commit cc7a5ca

Please sign in to comment.