Skip to content

Commit

Permalink
fix: Upgrade CRDs in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Nov 20, 2024
1 parent a89095b commit ec1829e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/admitik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ type: application
description: >-
A Helm chart for Admitik, an admission controller for Kubernetes
that allow resources entrance if conditions are met (realtime)
version: 0.3.0 # chart version
appVersion: "0.3.0" # admitik version
version: 0.3.1 # chart version
appVersion: "0.3.1" # admitik version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/freepik-company/admitik
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
- value
type: object
type: array
failureAction:
type: string
message:
properties:
template:
Expand Down

0 comments on commit ec1829e

Please sign in to comment.