Skip to content

Commit

Permalink
bump OpenBao and K8S versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Martens <[email protected]>
  • Loading branch information
JanMa committed Jan 28, 2025
1 parent ae5a46b commit c04b3cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kind-k8s-version: [1.29.10, 1.30.6, 1.31.2]
kind-k8s-version: [1.30.8, 1.31.4, 1.32.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
6 changes: 3 additions & 3 deletions charts/openbao/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

apiVersion: v2
name: openbao
version: 0.7.0
appVersion: v2.1.0
kubeVersion: ">= 1.27.0-0"
version: 0.8.0
appVersion: v2.1.1
kubeVersion: ">= 1.30.0-0"
description: Official OpenBao Chart
home: https://github.com/openbao/openbao-helm
icon: https://github.com/openbao/artwork/blob/main/color/openbao-color.svg
Expand Down
4 changes: 2 additions & 2 deletions charts/openbao/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openbao

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: v2.1.0](https://img.shields.io/badge/AppVersion-v2.1.0-informational?style=flat-square)
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: v2.1.1](https://img.shields.io/badge/AppVersion-v2.1.1-informational?style=flat-square)

Official OpenBao Chart

Expand All @@ -18,7 +18,7 @@ Official OpenBao Chart

## Requirements

Kubernetes: `>= 1.29.0-0`
Kubernetes: `>= 1.30.0-0`

## Values

Expand Down

0 comments on commit c04b3cc

Please sign in to comment.