Skip to content

Commit

Permalink
add k8s 1.29 and update kindest nodes to latest patch versions (#350)
Browse files Browse the repository at this point in the history
* add k8s 1.29 and update kindest nodes to latest patch versions
* bump chart version & update kubeVersion

---------

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
  • Loading branch information
Btodhunter authored Feb 29, 2024
1 parent be69782 commit 72cb50f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetesVersion: ["v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3", "v1.28.0"]
kubernetesVersion: ["v1.24.17", "v1.25.16", "v1.26.14", "v1.27.11", "v1.28.7", "v1.29.2"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: enterprise
version: "2.3.4"
version: "2.3.5"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.28.x-x
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.29.x-x
description: |
Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems,
it allows developers to bolster security without compromising velocity and enables security teams to audit and verify compliance in real-time.
Expand Down
4 changes: 2 additions & 2 deletions stable/feeds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: feeds
type: application
version: "2.2.2"
version: "2.2.3"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.28.x-x
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.29.x-x
description: Anchore feeds service
keywords:
- "anchore"
Expand Down

0 comments on commit 72cb50f

Please sign in to comment.